|
libMVRgdtf e5d999f
A library for GDTF and MVR
|
#include <GDTFManager.h>
Public Member Functions | |
| GdtfDMXProfile () | |
| ~GdtfDMXProfile () | |
| virtual EGdtfObjectType | GetObjectType () |
| virtual TXString | GetNodeReference () |
| const TXString & | GetName () const |
| TGdtfPointArray | GetPointArray () const |
| void | SetName (const TXString &name) |
| GdtfPointPtr | AddPoint (double DMXPercentage, double CFC3, double CFC2, double CFC1, double CFC0) |
| 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) |
| Protected Member Functions inherited from SceneData::GdtfObject | |
| bool | CheckAbort () |
Additional Inherited Members | |
| Static Public Member Functions inherited from SceneData::GdtfObject | |
| static void | SetAbortCallback (const std::function< void(bool &)> &cb) |
| SceneData::GdtfDMXProfile::GdtfDMXProfile | ( | ) |
| SceneData::GdtfDMXProfile::~GdtfDMXProfile | ( | ) |
| GdtfPointPtr SceneData::GdtfDMXProfile::AddPoint | ( | double | DMXPercentage, |
| double | CFC3, | ||
| double | CFC2, | ||
| double | CFC1, | ||
| double | CFC0 ) |
| const TXString & SceneData::GdtfDMXProfile::GetName | ( | ) | const |
|
protectedvirtual |
Implements SceneData::GdtfObject.
|
virtual |
Reimplemented from SceneData::GdtfObject.
|
virtual |
Implements SceneData::GdtfObject.
| TGdtfPointArray SceneData::GdtfDMXProfile::GetPointArray | ( | ) | const |
|
protectedvirtual |
Reimplemented from SceneData::GdtfObject.
|
protectedvirtual |
Reimplemented from SceneData::GdtfObject.
|
protectedvirtual |
Reimplemented from SceneData::GdtfObject.
| void SceneData::GdtfDMXProfile::SetName | ( | const TXString & | name | ) |