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