Home You are here: Home > Support > Reference v1.0

Change language: German

XmModuleInfo Class Reference

Inheritance diagram for XmModuleInfo:

XmObject List of all members.

Detailed Description

Contain a list of different language depending strings especially used for ID's.

These strings are used to describe objects, member data and functions in user inteface by a native name and an additional help text. The module information have to be loaded by the application, soon after startup.


Public Member Functions

void AdjustModuleInfo ()
 Give possibility to update the module informations, during runtime.
bool LoadModuleInfo (XmStreamIn &in, XmPrsStreamError *err=NULL)
 Load the module information from the given string.
Overridables - XmObject
XMOBJ ObjectID () const
 Return the ID of an object.
void manage (XmMan &m)
 Provide the possibility to connect member data and sub objects.


Member Function Documentation

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.


Copyright © 2006 Praetz Software Development - www.exomware.com