libyui
Public Member Functions | Protected Member Functions

YReplacePoint Class Reference

Inheritance diagram for YReplacePoint:
YSingleChildContainerWidget YWidget

List of all members.

Public Member Functions

virtual void showChild ()
virtual const char * widgetClass () const

Protected Member Functions

 YReplacePoint (YWidget *parent)

Constructor & Destructor Documentation

YReplacePoint::YReplacePoint ( YWidget parent) [protected]

Constructor


Member Function Documentation

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.


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