#include <NCRadioButtonGroup.h>
Inheritance diagram for NCRadioButtonGroup:
Public Member Functions | |
NCRadioButtonGroup (NCWidget *parent, const YWidgetOpt &opt) | |
virtual | ~NCRadioButtonGroup () |
virtual long | nicesize (YUIDimension dim) |
virtual void | setSize (long newwidth, long newheight) |
virtual void | addRadioButton (YRadioButton *button) |
virtual void | removeRadioButton (YRadioButton *button) |
virtual void | setEnabling (bool do_bv) |
void | focusNextButton () |
void | focusPrevButton () |
Protected Member Functions | |
virtual const char * | location () const |
Private Member Functions | |
NCRadioButtonGroup & | operator= (const NCRadioButtonGroup &) |
NCRadioButtonGroup (const NCRadioButtonGroup &) | |
Private Attributes | |
unsigned int | focusId |
Friends | |
std::ostream & | operator<< (std::ostream &STREAM, const NCRadioButtonGroup &OBJ) |
|
|
|
|
|
|
|
Reimplemented from YRadioButtonGroup. |
|
|
|
|
|
Reimplemented from NCWidget. |
|
Reimplemented from YContainerWidget. |
|
|
|
Reimplemented from YRadioButtonGroup. |
|
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 YContainerWidget. |
|
|
|
|