#include <NCSpacing.h>
Inheritance diagram for NCSpacing:
Public Member Functions | |
NCSpacing (NCWidget *parent, const YWidgetOpt &opt, float size, bool horizontal, bool vertical) | |
virtual | ~NCSpacing () |
virtual void | setSize (long newwidth, long newheight) |
virtual void | setEnabling (bool do_bv) |
Protected Member Functions | |
virtual const char * | location () const |
Private Member Functions | |
NCSpacing & | operator= (const NCSpacing &) |
NCSpacing (const NCSpacing &) | |
Private Attributes | |
const char * | l |
Friends | |
std::ostream & | operator<< (std::ostream &STREAM, const NCSpacing &OBJ) |
|
|
|
|
|
|
|
Reimplemented from NCWidget. |
|
|
|
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. |
|
|
|
|