libyui
3.0.10
|
Public Member Functions | |
virtual void | showChild () |
virtual const char * | widgetClass () const |
Protected Member Functions | |
YReplacePoint (YWidget *parent) |
Definition at line 30 of file YReplacePoint.h.
YReplacePoint::YReplacePoint | ( | YWidget * | parent | ) | [protected] |
Constructor
Definition at line 28 of file YReplacePoint.cc.
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.
Definition at line 35 of file YReplacePoint.cc.
virtual const char* YReplacePoint::widgetClass | ( | ) | const [inline, virtual] |
Returns a descriptive name of this widget class for logging, debugging etc.
Reimplemented from YWidget.
Definition at line 56 of file YReplacePoint.h.