#include <NCSelectionBox.h>
Inheritance diagram for NCSelectionBox:
Public Member Functions | |
NCSelectionBox (NCWidget *parent, const YWidgetOpt &opt, const YCPString &label) | |
virtual | ~NCSelectionBox () |
bool | bigList () const |
void | setBigList (const bool big) |
virtual void | itemAdded (const YCPString &string, int index, bool selected) |
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) |
virtual NCursesEvent | wHandleInput (wint_t key) |
virtual void | setEnabling (bool do_bv) |
virtual bool | setKeyboardFocus () |
string | getLine (const int &index) |
void | clearTable () |
void | deleteAllItems () |
Protected Member Functions | |
virtual const char * | location () const |
virtual NCPad * | CreatePad () |
virtual void | wRecoded () |
Protected Attributes | |
NCTablePad *& | pad |
bool | biglist |
bool | immediate |
Private Member Functions | |
NCSelectionBox & | operator= (const NCSelectionBox &) |
NCSelectionBox (const NCSelectionBox &) | |
Friends | |
std::ostream & | operator<< (std::ostream &STREAM, const NCSelectionBox &OBJ) |
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from NCPadWidget. |
|
Reimplemented from YSelectionWidget. |
|
Implements YSelectionBox. |
|
|
|
Implements YSelectionWidget. |
|
Reimplemented from NCPadWidget. |
|
Implements YWidget. |
|
|
|
|
|
Implements YSelectionBox. |
|
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 YSelectionWidget. |
|
Reimplemented from YWidget. |
|
Reimplemented from NCWidget. |
|
Reimplemented from NCPadWidget. |
|
|
|
|
|
|
|
Reimplemented from NCPadWidget. |