#include <NCSplit.h>
Inheritance diagram for NCSplit:
Public Member Functions | |
NCSplit (NCWidget *parent, const YWidgetOpt &opt, YUIDimension dimension) | |
virtual | ~NCSplit () |
virtual long | nicesize (YUIDimension dim) |
virtual void | setSize (long newwidth, long newheight) |
virtual void | moveChild (YWidget *child, long newx, long newy) |
virtual void | setEnabling (bool do_bv) |
Protected Member Functions | |
virtual const char * | location () const |
Private Member Functions | |
NCSplit & | operator= (const NCSplit &) |
NCSplit (const NCSplit &) | |
Friends | |
std::ostream & | operator<< (std::ostream &STREAM, const NCSplit &OBJ) |
|
|
|
|
|
|
|
Reimplemented from NCWidget. Reimplemented in NCPackageSelector. |
|
Implements YSplit. |
|
Reimplemented from YSplit. Reimplemented in NCPackageSelector. |
|
|
|
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 YSplit. Reimplemented in NCPackageSelector. |
|
|