#include <NCTable.h>
Inheritance diagram for NCTable:
Public Member Functions | |
NCTable (NCWidget *parent, const YWidgetOpt &opt, vector< string > header) | |
virtual | ~NCTable () |
bool | bigList () const |
bool | isImmediate () const |
void | setHeader (const vector< string > &head) |
virtual void | itemsCleared () |
void | setBigList (const bool big) |
void | SetSepChar (const chtype colSepchar) |
void | SetSepWidht (const unsigned sepwidth) |
void | SetHotCol (const int hcol) |
virtual void | itemAdded (vector< string > elements, int index) |
virtual long | nicesize (YUIDimension dim) |
virtual void | setSize (long newwidth, long newheight) |
virtual void | setLabel (const YCPString &nlabel) |
virtual int | getCurrentItem () |
virtual void | setCurrentItem (int index) |
bool | setItemByKey (int key) |
virtual NCursesEvent | wHandleInput (wint_t key) |
virtual void | setEnabling (bool do_bv) |
virtual bool | setKeyboardFocus () |
void | stripHotkeys () |
Protected Member Functions | |
virtual const char * | location () const |
virtual NCPad * | CreatePad () |
virtual void | cellChanged (int index, int colnum, const YCPString &newtext) |
virtual void | startMultipleChanges () |
virtual void | doneMultipleChanges () |
Protected Attributes | |
NCTablePad *& | pad |
bool | biglist |
Private Member Functions | |
NCTable & | operator= (const NCTable &) |
NCTable (const NCTable &) | |
Private Attributes | |
bool | immediate |
Friends | |
std::ostream & | operator<< (std::ostream &STREAM, const NCTable &OBJ) |
|
|
|
|
|
|
|
|
|
Implements YTable. Reimplemented in NCPkgTable. |
|
Reimplemented from NCPadWidget. |
|
Reimplemented from YWidget. |
|
Implements YTable. |
|
|
|
Implements YTable. |
|
Implements YTable. Reimplemented in NCFileSelection, and NCPkgTable. |
|
Reimplemented from NCPadWidget. |
|
Implements YWidget. |
|
|
|
|
|
Implements YTable. |
|
Pure virtual to make shure every widget implements it. Necessary to make shure that UI requests via YWidget::setEnabling perform, and behave the same way as direct calls to NCWidget::setEnabling. Defaut implementation is provided, and for most derived widgets it's ok to simply use it. Reimplemented from NCPadWidget. |
|
|
|
|
|
|
|
Reimplemented from YWidget. |
|
|
|
|
|
|
|
Reimplemented from YWidget. |
|
Reimplemented from YWidget. |
|
|
|
Reimplemented from NCWidget. Reimplemented in NCFileTable, NCDirectoryTable, and NCPkgTable. |
|
|
|
|
|
|
|
Reimplemented from NCPadWidget. |