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

List of all members.

Public Member Functions

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

Protected Member Functions

 YReplacePoint (YWidget *parent)

Detailed Description

Definition at line 30 of file YReplacePoint.h.


Constructor & Destructor Documentation

YReplacePoint::YReplacePoint ( YWidget parent) [protected]

Constructor

Definition at line 28 of file YReplacePoint.cc.


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.

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.


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