Public Member Functions |
|
void | stripHotkey () |
|
| NClabel (const NCstring &nstr="") |
|
size_t | width () const |
|
unsigned | height () const |
|
wsze | size () const |
|
const std::list< NCstring > & | getText () const |
|
void | drawAt (NCursesWindow &w, chtype style, chtype hotstyle, const wrect &dim, const NC::ADJUST adjust=NC::TOPLEFT, bool fillup=true) const |
|
void | drawAt (NCursesWindow &w, chtype style, chtype hotstyle, const NC::ADJUST adjust=NC::TOPLEFT, bool fillup=true) const |
|
void | drawAt (NCursesWindow &w, chtype style, chtype hotstyle, const wpos &pos, const NC::ADJUST adjust=NC::TOPLEFT, bool fillup=true) const |
|
void | drawAt (NCursesWindow &w, chtype style, chtype hotstyle, const wpos &pos, const wsze &sze, const NC::ADJUST adjust=NC::TOPLEFT, bool fillup=true) const |
|
void | drawAt (NCursesWindow &w, const NCstyle::StItem &istyle, const NC::ADJUST adjust=NC::TOPLEFT, bool fillup=true) const |
|
void | drawAt (NCursesWindow &w, const NCstyle::StItem &istyle, const wpos &pos, const NC::ADJUST adjust=NC::TOPLEFT, bool fillup=true) const |
|
void | drawAt (NCursesWindow &w, const NCstyle::StItem &istyle, const wpos &pos, const wsze &sze, const NC::ADJUST adjust=NC::TOPLEFT, bool fillup=true) const |
|
void | drawAt (NCursesWindow &w, const NCstyle::StItem &istyle, const wrect &dim, const NC::ADJUST adjust=NC::TOPLEFT, bool fillup=true) const |
|
bool | hasHotkey () const |
|
wchar_t | hotkey () const |
|
std::wstring::size_type | hotpos () const |
Protected Member Functions |
|
virtual void | lset (const NCstring &ntext) |
Protected Attributes |
|
std::wstring::size_type | hotline |
Friends |
|
std::ostream & | operator<< (std::ostream &STREAM, const NClabel &OBJ) |
Definition at line 81 of file NCtext.h.