#include <YReplacePoint.h>
Inheritance diagram for YReplacePoint:
Public Member Functions | |
YReplacePoint (const YWidgetOpt &opt) | |
virtual char * | widgetClass () |
bool | isReplacePoint () const |
ReplacePoint
A ReplacePoint can be used to dynamically change parts of a dialog. It contains one widget. This widget can be replaced by another widget by calling ReplaceWidget( `id( id ), newchild )
, where id
is the the id of the new child widget of the replace point. The ReplacePoint widget itself has no further effect and no optical representation.
|
Constructor |
|
Inherited from YWidget. Returns true. Reimplemented from YWidget. |
|
Returns a descriptive name of this widget class for logging, debugging etc. Reimplemented from YContainerWidget. |