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

Change language: German

XmDynObject Class Reference

Inheritance diagram for XmDynObject:

XmDocumentLoader List of all members.

Detailed Description

Interface class for dynamic object generation.

This interface provide the possibility to:

  • generate an object with a specified ID.
  • check wether an object was already generated.

This class will be used by XmManSeriReadXml, XmDocumentLoader and XmMan::manDynObj().


Public Member Functions

Overridables
virtual XmObjectGetDynObj ()
 Return a pointer to the object, if already created.
virtual XmObjectCreateDynObj (const XmObjectID &id)
 Interface function used to create an object with the given object ID.


Member Function Documentation

virtual XmObject* GetDynObj  )  [inline, virtual]
 

Return a pointer to the object, if already created.

Returns:
NULL, if no object were created.

Reimplemented in XmDocumentLoader.

virtual XmObject* CreateDynObj const XmObjectID id  )  [inline, virtual]
 

Interface function used to create an object with the given object ID.

Returns:
NULL, if creation with specified id failed.

Reimplemented in XmDocumentLoader.


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