libyui-ncurses
2.44.1
|
Public Types | |
enum | STYLE { NONE = 0, PLAIN, DATA, ACTIVEDATA, HINT, SEPARATOR } |
Public Member Functions | |
NCTableCol (const NCstring &l="", const 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 &STREAM, const NCTableCol &OBJ) |
Definition at line 141 of file NCTableItem.h.