|
| GdtfDmxChannelFunction (GdtfDmxLogicalChannel *parent) |
|
| GdtfDmxChannelFunction (const TXString &name, GdtfDmxLogicalChannel *parent) |
|
| ~GdtfDmxChannelFunction () |
|
virtual EGdtfObjectType | GetObjectType () |
|
virtual TXString | GetNodeReference () |
|
const TXString & | GetName () const |
|
GdtfAttribute * | GetAttribute () |
|
const TXString & | GetOriginalAttribute () |
|
DmxValue | GetDefaultValue () const |
|
DmxValue | GetStartAdress () const |
|
DmxValue | GetEndAdress () const |
|
double | GetPhysicalStart () const |
|
double | GetPhysicalEnd () const |
|
double | GetRealFade () const |
|
double | GetRealAcceleration () const |
|
GdtfWheelPtr | GetOnWheel () const |
|
GdtfPhysicalEmitter * | GetEmitter () const |
|
GdtfFilterPtr | GetFilter () const |
|
GdtfColorSpacePtr | GetColorSpace () const |
|
GdtfGamutPtr | GetGamut () const |
|
GdtfDMXProfilePtr | GetDMXProfile () const |
|
double | GetMin () const |
|
double | GetMax () const |
|
const TXString & | GetCustomName () const |
|
GdtfDmxChannel * | GetModeMaster_Channel () const |
|
GdtfDmxChannelFunction * | GetModeMaster_Function () const |
|
DmxValue | GetModeMasterDmxStart () const |
|
DmxValue | GetModeMasterDmxEnd () const |
|
size_t | GetNumberInParent () const |
|
const TGdtfDmxChannelSetArray & | GetChannelSets () const |
|
const TGdtfDmxSubChannelSetArray & | GetSubChannelSets () const |
|
TXString | getUnresolvedAttrRef () const |
|
TXString | getUnresolvedWheelRef () const |
|
TXString | getUnresolvedEmitterRef () const |
|
TXString | getUnresolvedModeMasterRef () const |
|
const TXString & | getUnresolvedFilterRef () |
|
const TXString & | getUnresolvedColorSpaceRef () const |
|
const TXString & | getUnresolvedGamutRef () const |
|
const TXString & | getUnresolvedDMXProfileRef () const |
|
GdtfDmxChannel * | GetParentDMXChannel () const |
|
GdtfDmxLogicalChannel * | GetParentLogicalChannel () const |
|
void | ResolveModeMasterDmx (EGdtfChannelBitResolution resolution) |
|
void | SetNextFunction (GdtfDmxChannelFunction *next) |
|
GdtfDmxChannelFunction * | GetNextFunction () const |
|
void | SetWheel (GdtfWheelPtr newWhl) |
|
void | SetName (const TXString &name) |
|
void | SetOriginalAttribute (const TXString &attribute) |
|
void | SetAttribute (GdtfAttribute *newAttr) |
|
void | SetDefaultValue (DmxValue defaultValue) |
|
void | SetStartAddress (DmxValue address) |
|
void | SetPhysicalStart (double start) |
|
void | SetPhysicalEnd (double end) |
|
void | SetRealFade (double fade) |
|
void | SetRealAcceleration (double fade) |
|
void | SetEmitter (GdtfPhysicalEmitter *newEmit) |
|
void | SetFilter (GdtfFilterPtr val) |
|
void | SetColorSpace (GdtfColorSpacePtr colorSpace) |
|
void | SetGamut (GdtfGamutPtr gamut) |
|
void | SetDMXProfile (GdtfDMXProfilePtr dmxProfile) |
|
void | SetMin (double min) |
|
void | SetMax (double max) |
|
void | SetCustomName (const TXString &customName) |
|
void | SetModeMaster_Channel (GdtfDmxChannel *channel) |
|
void | SetModeMaster_Function (GdtfDmxChannelFunction *function) |
|
void | SetModeMasterDmxStart (DmxValue start) |
|
void | SetModeMasterDmxEnd (DmxValue end) |
|
GdtfDmxChannelSet * | AddChannelSet (const TXString &name) |
|
GdtfDmxSubChannelSet * | AddSubChannelSet (GdtfSubPhysicalUnit *subPhysicalUnit, const TXString &name) |
|
| GdtfObject () |
|
virtual | ~GdtfObject () |
|
void | WriteToNode (IXMLFileNodePtr pContainerNode) |
|
void | ReadFromNode (const IXMLFileNodePtr &pNode) |
|
void | GetNode (IXMLFileNodePtr &pNode) |
|
void | SetBind (void *ptr) |
|
void * | GetBind () |
|