CXmPageCont Class ReferenceInheritance diagram for CXmPageCont:
List of all members.
Detailed Description
Page container hold different dialogs and control showing one of them.
The contained dialogs are displayed inside the page container control. The different dialogs should be created only when, its necessary to use them. If no dialog offered in OnCreatePage() a normal properties control will be used.
Member Function Documentation
|
|
Should return a user interface specific dialog.
If return NULL the default properties control will be shown. |
| XMOBJ ObjectID |
( |
|
) |
const [inline, virtual] |
|
|
|
Return the ID of an object.
The ID give the exom framework the possibility to identify a class derived from XmObject. So all classes derived from XmObject should have their own ID.
Implements XmObject. |
| void manage |
( |
XmMan & |
m |
) |
[virtual] |
|
|
|
Provide the possibility to connect member data and sub objects.
Member data and sub objects can be connected, by calling the corresponding manXxx functions of XmMan.
Implements XmObject. |
|
|
Is called, when processing user action.
OnAction give the application the possibility to handle user input via the user interface. For example: range checks or additional actions like closing a dialog. This function is called recursive in the member hierarchy.
Reimplemented from XmObject. |
|
|
Define the presentation of member data and functions.
Via MemberState() the application has the possibility to control the appearance of member data and functions in user interface, like enabled/disabled, checked/unchecked,... This function is called recursive in the member hierarchy.
Reimplemented from XmObject. |
| void manageFcn |
( |
XmManFcn & |
m |
) |
[virtual] |
|
|
|
Defines the object functions usable in user interface.
All functions included manageFcn() are visible in user interface. The availibility is controlled by MemberState().
Reimplemented from XmObject. |
|