libMVRgdtf 40bc00a
A library for GDTF and MVR
|
#include <GDTFManager.h>
Public Member Functions | |
GdtfRevision () | |
~GdtfRevision () | |
virtual EGdtfObjectType | GetObjectType () |
const STime & | GetDate () const |
const TXString & | GetText () const |
size_t | GetUserId () const |
const TXString & | GetModifiedBy () const |
void | SetText (const TXString &text) |
void | SetDate (const STime &date) |
void | SetUserId (size_t userId) |
void | SetModifiedBy (const TXString &text) |
![]() | |
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) |
GdtfRevision::GdtfRevision | ( | ) |
GdtfRevision::~GdtfRevision | ( | ) |
const STime & GdtfRevision::GetDate | ( | ) | const |
const TXString & GdtfRevision::GetModifiedBy | ( | ) | const |
|
protectedvirtual |
Implements SceneData::GdtfObject.
|
virtual |
Implements SceneData::GdtfObject.
const TXString & GdtfRevision::GetText | ( | ) | const |
size_t GdtfRevision::GetUserId | ( | ) | const |
|
protectedvirtual |
Reimplemented from SceneData::GdtfObject.
|
protectedvirtual |
Reimplemented from SceneData::GdtfObject.
|
protectedvirtual |
Reimplemented from SceneData::GdtfObject.
void GdtfRevision::SetDate | ( | const STime & | date | ) |
void GdtfRevision::SetModifiedBy | ( | const TXString & | text | ) |
void GdtfRevision::SetText | ( | const TXString & | text | ) |
void GdtfRevision::SetUserId | ( | size_t | userId | ) |