|
libMVRgdtf 40bc00a
A library for GDTF and MVR
|
#include <GDTFManager.h>
Public Member Functions | |
| GdtfConnector () | |
| GdtfConnector (const TXString &name, const TXString &type) | |
| ~GdtfConnector () | |
| virtual EGdtfObjectType | GetObjectType () |
| virtual TXString | GetNodeReference () |
| const TXString & | GetName () const |
| const TXString & | GetType () const |
| Uint32 | GetDmxBreak () |
| Sint32 | GetGender () |
| double | GetLength () |
| void | SetName (const TXString &name) |
| void | SetType (const TXString &type) |
| void | SetDmxBreak (Uint32 dmxBreak) |
| void | SetGender (Sint32 gender) |
| void | SetLength (double length) |
Public Member Functions inherited from SceneData::GdtfObject | |
| GdtfObject () | |
| virtual | ~GdtfObject () |
| void | WriteToNode (IXMLFileNodePtr pContainerNode) |
| void | ReadFromNode (const IXMLFileNodePtr &pNode) |
| void | GetNode (IXMLFileNodePtr &pNode) |
| void | SetBind (void *ptr) |
| void * | GetBind () |
Protected Member Functions | |
| virtual TXString | GetNodeName () |
| virtual void | OnPrintToFile (IXMLFileNodePtr pNode) |
| virtual void | OnReadFromNode (const IXMLFileNodePtr &pNode) |
| virtual void | OnErrorCheck (const IXMLFileNodePtr &pNode) |
| GdtfConnector::GdtfConnector | ( | ) |
| GdtfConnector::~GdtfConnector | ( | ) |
| Uint32 GdtfConnector::GetDmxBreak | ( | ) |
| Sint32 GdtfConnector::GetGender | ( | ) |
| double GdtfConnector::GetLength | ( | ) |
| const TXString & GdtfConnector::GetName | ( | ) | const |
|
protectedvirtual |
Implements SceneData::GdtfObject.
|
virtual |
Reimplemented from SceneData::GdtfObject.
|
virtual |
Implements SceneData::GdtfObject.
| const TXString & GdtfConnector::GetType | ( | ) | const |
|
protectedvirtual |
Reimplemented from SceneData::GdtfObject.
|
protectedvirtual |
Reimplemented from SceneData::GdtfObject.
|
protectedvirtual |
Reimplemented from SceneData::GdtfObject.
| void SceneData::GdtfConnector::SetDmxBreak | ( | Uint32 | dmxBreak | ) |
| void SceneData::GdtfConnector::SetGender | ( | Sint32 | gender | ) |
| void SceneData::GdtfConnector::SetLength | ( | double | length | ) |
| void GdtfConnector::SetName | ( | const TXString & | name | ) |
| void GdtfConnector::SetType | ( | const TXString & | type | ) |