libyui
|
#include <YReplacePoint.h>
Protected Member Functions | |
YReplacePoint (YWidget *parent) | |
![]() | |
YSingleChildContainerWidget (YWidget *parent) | |
![]() | |
YWidget (YWidget *parent) | |
YWidgetChildrenManager * | childrenManager () const |
void | setChildrenManager (YWidgetChildrenManager *manager) |
void | setBeingDestroyed () |
void | dumpWidget (YWidget *w, int indentationLevel) |
A placeholder that can have its contents exchanged, using ReplaceWidget.
|
protected |
Constructor
|
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.
Returns a descriptive name of this widget class for logging, debugging etc.
Reimplemented from YWidget.