libyui-ncurses
2.44.1
|
Public Member Functions | |
NCTreePad (int lines, int cols, const NCWidget &p) | |
NCursesWindow * | Destwin () |
virtual void | Destwin (NCursesWindow *dwin) |
virtual void | wRecoded () |
virtual wpos | CurPos () const |
virtual bool | handleInput (wint_t key) |
bool | SetHeadline (const std::vector< NCstring > &head) |
virtual void | SendHead () |
unsigned | Cols () const |
unsigned | Lines () const |
unsigned | visLines () const |
void | SetLines (unsigned idx) |
void | SetLines (std::vector< NCTableLine * > &nItems) |
void | ClearTable () |
void | Append (NCTableLine *item) |
void | Append (std::vector< NCTableCol * > &nItems) |
void | AddLine (unsigned idx, NCTableLine *item) |
void | DelLine (unsigned idx) |
const NCTableLine * | GetCurrentLine () const |
const NCTableLine * | GetLine (unsigned idx) const |
NCTableLine * | ModifyLine (unsigned idx) |
void | ShowItem (const NCTableLine *item) |
Protected Member Functions | |
void | DirtyFormat () |
virtual wsze | UpdateFormat () |
virtual int | dirtyPad () |
virtual int | setpos (const wpos &newpos) |
virtual int | DoRedraw () |
virtual void | updateScrollHint () |
Friends | |
std::ostream & | operator<< (std::ostream &STREAM, const NCTreePad &OBJ) |
Definition at line 39 of file NCTreePad.h.