libyui
|
Public Member Functions | |
virtual void | showChild () |
virtual const char * | widgetClass () const |
Protected Member Functions | |
YReplacePoint (YWidget *parent) |
YReplacePoint::YReplacePoint | ( | YWidget * | parent | ) | [protected] |
Constructor
void YReplacePoint::showChild | ( | ) | [virtual] |
Show a newly added child. The application using the ReplacePoint is required to call this after the new child is created.
This cannot be done in the child widget's constructor (e.g., by overwriting YWidget::addChild()) since at that point YWidget::widgetRep() may or may not be initialized yet.
This default implementation does nothing. Derived classes should reimplement this to make new child widgets visible.
virtual const char* YReplacePoint::widgetClass | ( | ) | const [inline, virtual] |
Returns a descriptive name of this widget class for logging, debugging etc.
Reimplemented from YWidget.