libyui-ncurses
2.55.0
|
Public Types | |
enum | STYLE { NONE = 0 , PLAIN , DATA , ACTIVEDATA , HINT , SEPARATOR } |
Public Member Functions | |
NCTableCol (const NCstring &l="", STYLE st=ACTIVEDATA) | |
const NClabel & | Label () const |
virtual void | SetLabel (const NClabel &l) |
void | stripHotkey () |
virtual wsze | Size () const |
virtual void | DrawAt (NCursesWindow &w, const wrect at, NCTableStyle &tableStyle, NCTableLine::STATE linestate, unsigned colidx) const |
bool | hasHotkey () const |
unsigned char | hotkey () const |
Protected Member Functions | |
chtype | setBkgd (NCursesWindow &w, NCTableStyle &tableStyle, NCTableLine::STATE linestate, STYLE colstyle) const |
Friends | |
std::ostream & | operator<< (std::ostream &str, const NCTableCol &obj) |
Definition at line 146 of file NCTableItem.h.