libyui-ncurses  2.44.1
NCRadioButtonGroup Class Reference
Inheritance diagram for NCRadioButtonGroup:
Collaboration diagram for NCRadioButtonGroup:

List of all members.

Public Member Functions

 NCRadioButtonGroup (YWidget *parent)
virtual int preferredWidth ()
virtual int preferredHeight ()
virtual void setSize (int newWidth, int newHeight)
virtual void addRadioButton (YRadioButton *button)
virtual void removeRadioButton (YRadioButton *button)
virtual void setEnabled (bool do_bv)
void focusNextButton ()
void focusPrevButton ()

Protected Member Functions

virtual const char * location () const

Friends

std::ostream & operator<< (std::ostream &STREAM, const NCRadioButtonGroup &OBJ)

Detailed Description

Definition at line 37 of file NCRadioButtonGroup.h.


Member Function Documentation

void NCRadioButtonGroup::setEnabled ( bool  do_bv) [virtual]

Pure virtual to make sure every widget implements it. Necessary to make sure that UI requests via YWidget::setEnabled perform, and behave the same way as direct calls to NCWidget::setEnabled.

Implements NCWidget.

Definition at line 116 of file NCRadioButtonGroup.cc.

Here is the call graph for this function:


The documentation for this class was generated from the following files:
 All Classes Functions Variables