libyui  3.0.10
YEmpty Class Reference
Inheritance diagram for YEmpty:
Collaboration diagram for YEmpty:

List of all members.

Public Member Functions

virtual ~YEmpty ()
virtual const char * widgetClass () const
virtual int preferredWidth ()
virtual int preferredHeight ()

Protected Member Functions

 YEmpty (YWidget *parent)

Detailed Description

Definition at line 35 of file YEmpty.h.


Constructor & Destructor Documentation

YEmpty::YEmpty ( YWidget parent) [protected]

Constructor.

Definition at line 36 of file YEmpty.cc.

YEmpty::~YEmpty ( ) [virtual]

Destructor.

Definition at line 44 of file YEmpty.cc.


Member Function Documentation

int YEmpty::preferredHeight ( ) [virtual]

Preferred height of the widget.

Reimplemented from YWidget.

Implements YWidget.

Definition at line 56 of file YEmpty.cc.

int YEmpty::preferredWidth ( ) [virtual]

Preferred width of the widget.

Reimplemented from YWidget.

Implements YWidget.

Definition at line 50 of file YEmpty.cc.

virtual const char* YEmpty::widgetClass ( ) const [inline, virtual]

Returns a descriptive name of this widget class for logging, debugging etc.

Reimplemented from YWidget.

Definition at line 53 of file YEmpty.h.


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