libMVRgdtf 40bc00a
A library for GDTF and MVR
|
#include <GDTFManager.h>
Public Member Functions | |
GdtfMap () | |
GdtfMap (Uint32 key, Uint32 value) | |
~GdtfMap () | |
virtual EGdtfObjectType | GetObjectType () |
Uint32 | GetKey () const |
Uint32 | GetValue () const |
void | SetKey (Uint32 key) |
void | SetValue (Uint32 value) |
![]() | |
GdtfObject () | |
virtual | ~GdtfObject () |
void | WriteToNode (IXMLFileNodePtr pContainerNode) |
void | ReadFromNode (const IXMLFileNodePtr &pNode) |
void | GetNode (IXMLFileNodePtr &pNode) |
void | SetBind (void *ptr) |
void * | GetBind () |
virtual TXString | GetNodeReference () |
Protected Member Functions | |
virtual TXString | GetNodeName () |
virtual void | OnPrintToFile (IXMLFileNodePtr pNode) |
virtual void | OnReadFromNode (const IXMLFileNodePtr &pNode) |
virtual void | OnErrorCheck (const IXMLFileNodePtr &pNode) |
GdtfMap::GdtfMap | ( | ) |
GdtfMap::~GdtfMap | ( | ) |
Uint32 GdtfMap::GetKey | ( | ) | const |
|
protectedvirtual |
Implements SceneData::GdtfObject.
|
virtual |
Implements SceneData::GdtfObject.
Uint32 GdtfMap::GetValue | ( | ) | const |
|
protectedvirtual |
Reimplemented from SceneData::GdtfObject.
|
protectedvirtual |
Reimplemented from SceneData::GdtfObject.
|
protectedvirtual |
Reimplemented from SceneData::GdtfObject.
void GdtfMap::SetKey | ( | Uint32 | key | ) |
void GdtfMap::SetValue | ( | Uint32 | value | ) |