libMVRgdtf 40bc00a
A library for GDTF and MVR
|
#include <GDTFManager.h>
Public Member Functions | |
GdtfWheel (GdtfFixture *parentFixture) | |
GdtfWheel (GdtfFixture *parentFixture, const TXString &name) | |
~GdtfWheel () | |
GdtfWheelSlotPtr | AddWheelSlot (const TXString &name) |
void | SetName (const TXString &name) |
const TXString & | GetName () const |
const TGdtfWheelSlotArray & | GetWheelSlotArray () const |
bool | IsGoboWheel () const |
virtual TXString | GetNodeReference () |
GdtfFixture * | GetParentFixture () const |
virtual EGdtfObjectType | GetObjectType () |
![]() | |
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) |
GdtfWheel::GdtfWheel | ( | GdtfFixture * | parentFixture | ) |
GdtfWheel::GdtfWheel | ( | GdtfFixture * | parentFixture, |
const TXString & | name | ||
) |
GdtfWheel::~GdtfWheel | ( | ) |
GdtfWheelSlotPtr GdtfWheel::AddWheelSlot | ( | const TXString & | name | ) |
const TXString & GdtfWheel::GetName | ( | ) | const |
|
protectedvirtual |
Implements SceneData::GdtfObject.
|
virtual |
Reimplemented from SceneData::GdtfObject.
|
virtual |
Implements SceneData::GdtfObject.
GdtfFixture * GdtfWheel::GetParentFixture | ( | ) | const |
const TGdtfWheelSlotArray & GdtfWheel::GetWheelSlotArray | ( | ) | const |
bool GdtfWheel::IsGoboWheel | ( | ) | const |
|
protectedvirtual |
Reimplemented from SceneData::GdtfObject.
|
protectedvirtual |
Reimplemented from SceneData::GdtfObject.
|
protectedvirtual |
Reimplemented from SceneData::GdtfObject.
void GdtfWheel::SetName | ( | const TXString & | name | ) |