Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

NCRadioButtonGroup Class Reference

#include <NCRadioButtonGroup.h>

Inheritance diagram for NCRadioButtonGroup:

YRadioButtonGroup NCWidget YContainerWidget tnode< NCWidget * > NCursesError YWidget List of all members.

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

NCRadioButtonGroupoperator= (const NCRadioButtonGroup &)
 NCRadioButtonGroup (const NCRadioButtonGroup &)

Private Attributes

unsigned int focusId

Friends

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

Constructor & Destructor Documentation

NCRadioButtonGroup::NCRadioButtonGroup const NCRadioButtonGroup  )  [private]
 

NCRadioButtonGroup::NCRadioButtonGroup NCWidget parent,
const YWidgetOpt opt
 

NCRadioButtonGroup::~NCRadioButtonGroup  )  [virtual]
 


Member Function Documentation

void NCRadioButtonGroup::addRadioButton YRadioButton button  )  [virtual]
 

Reimplemented from YRadioButtonGroup.

void NCRadioButtonGroup::focusNextButton  ) 
 

void NCRadioButtonGroup::focusPrevButton  ) 
 

virtual const char* NCRadioButtonGroup::location  )  const [inline, protected, virtual]
 

Reimplemented from NCWidget.

virtual long NCRadioButtonGroup::nicesize YUIDimension  dim  )  [inline, virtual]
 

Reimplemented from YContainerWidget.

NCRadioButtonGroup& NCRadioButtonGroup::operator= const NCRadioButtonGroup  )  [private]
 

void NCRadioButtonGroup::removeRadioButton YRadioButton button  )  [virtual]
 

Reimplemented from YRadioButtonGroup.

virtual void NCRadioButtonGroup::setEnabling bool  do_bv  )  [inline, virtual]
 

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.

void NCRadioButtonGroup::setSize long  newwidth,
long  newheight
[virtual]
 

Reimplemented from YContainerWidget.


Friends And Related Function Documentation

std::ostream& operator<< std::ostream &  STREAM,
const NCRadioButtonGroup OBJ
[friend]
 


Member Data Documentation

unsigned int NCRadioButtonGroup::focusId [private]
 


The documentation for this class was generated from the following files:
Generated on Wed Nov 12 04:52:33 2008 for yast2-ncurses by  doxygen 1.3.9.1