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

List of all members.

Public Member Functions

 NCLabel (YWidget *parent, const std::string &text, bool isHeading=false, bool isOutputField=false)
virtual int preferredWidth ()
virtual int preferredHeight ()
virtual void setSize (int newWidth, int newHeight)
virtual void setText (const std::string &nlabel)
virtual void setEnabled (bool do_bv)

Protected Member Functions

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

Friends

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

Detailed Description

Definition at line 36 of file NCLabel.h.


Member Function Documentation

void NCLabel::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 64 of file NCLabel.cc.


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