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

List of all members.

Public Member Functions

 NCFrame (YWidget *parent, const std::string &label)
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)

Protected Member Functions

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

Friends

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

Detailed Description

Definition at line 36 of file NCFrame.h.


Member Function Documentation

void NCFrame::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 92 of file NCFrame.cc.


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