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

List of all members.

Public Member Functions

 NCCheckBoxFrame (YWidget *parent, const std::string &label, bool checked)
virtual int preferredWidth ()
virtual int preferredHeight ()
virtual void setSize (int newWidth, int newHeight)
virtual void setLabel (const std::string &nlabel)
virtual void setEnabled (bool do_bv)
virtual bool getValue ()
virtual void setValue (bool enable)
virtual bool setKeyboardFocus ()
virtual bool value ()
virtual NCursesEvent wHandleInput (wint_t key)
bool getParentValue (NCWidget *widget, bool initial)

Protected Member Functions

bool gotBuddy ()
virtual const char * location () const
virtual void wRedraw ()

Friends

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

Detailed Description

Definition at line 37 of file NCCheckBoxFrame.h.


Member Function Documentation

void NCCheckBoxFrame::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 127 of file NCCheckBoxFrame.cc.


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