#include <NCMenuButton.h>
Inheritance diagram for NCMenuButton:
Public Member Functions | |
NCMenuButton (NCWidget *parent, const YWidgetOpt &opt, YCPString label) | |
virtual | ~NCMenuButton () |
virtual long | nicesize (YUIDimension dim) |
virtual void | setSize (long newwidth, long newheight) |
virtual NCursesEvent | wHandleInput (wint_t key) |
virtual void | setLabel (const YCPString &nlabel) |
virtual void | setEnabling (bool do_bv) |
virtual bool | setKeyboardFocus () |
Protected Member Functions | |
virtual const char * | location () const |
virtual void | wRedraw () |
virtual void | createMenu () |
NCursesEvent | postMenu () |
Private Member Functions | |
NCMenuButton & | operator= (const NCMenuButton &) |
NCMenuButton (const NCMenuButton &) | |
Private Attributes | |
NClabel | label |
Friends | |
std::ostream & | operator<< (std::ostream &STREAM, const NCMenuButton &OBJ) |
|
|
|
|
|
|
|
Implements YMenuButton. |
|
Reimplemented from NCWidget. |
|
Implements YWidget. |
|
|
|
|
|
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. Implements NCWidget. |
|
Reimplemented from YWidget. |
|
Reimplemented from YMenuButton. |
|
Reimplemented from YWidget. |
|
Reimplemented from NCWidget. |
|
Reimplemented from NCWidget. |
|
|
|
Reimplemented from YMenuButton. |