|
libMVRgdtf 40bc00a
A library for GDTF and MVR
|
#include <CCustomCommandImpl.h>
Public Member Functions | |
| CCustomCommandImpl () | |
| virtual | ~CCustomCommandImpl () |
| virtual MvrString VCOM_CALLTYPE | GetChannelFunction () |
| virtual VCOMError VCOM_CALLTYPE | IsPercentage (bool &isPercentage) |
| virtual VCOMError VCOM_CALLTYPE | GetValue (double &outValue) |
| virtual VCOMError VCOM_CALLTYPE | SetChannelFunction (const MvrString &channelFunction) |
| virtual VCOMError VCOM_CALLTYPE | SetIsPercentage (bool isPercentage) |
| virtual VCOMError VCOM_CALLTYPE | SetValue (double value) |
| void | SetPointer (SceneData::SceneDataCustomCommandPtr pointer) |
| void | GetPointer (SceneData::SceneDataCustomCommandPtr &pointer) |
Public Member Functions inherited from VCOMImpl< ICustomCommand > | |
| VCOMImpl () | |
| VCOMImpl (IVWUnknown *parent) | |
| virtual | ~VCOMImpl () |
| virtual uint32_t VCOM_CALLTYPE | AddRef () |
| virtual uint32_t VCOM_CALLTYPE | Release () |
Public Member Functions inherited from VectorworksMVR::IVWUnknown | |
| virtual | ~IVWUnknown (void) |
Additional Inherited Members | |
Protected Member Functions inherited from VCOMImpl< ICustomCommand > | |
| virtual void | OnRefCountZero () |
Protected Attributes inherited from VCOMImpl< ICustomCommand > | |
| RefNumType | fRefCnt |
| IVWUnknown * | fParent |
| VectorworksMVR::CCustomCommandImpl::CCustomCommandImpl | ( | ) |
|
virtual |
|
virtual |
Implements VectorworksMVR::ICustomCommand.
| void VectorworksMVR::CCustomCommandImpl::GetPointer | ( | SceneData::SceneDataCustomCommandPtr & | pointer | ) |
|
virtual |
Implements VectorworksMVR::ICustomCommand.
|
virtual |
Implements VectorworksMVR::ICustomCommand.
|
virtual |
Implements VectorworksMVR::ICustomCommand.
|
virtual |
Implements VectorworksMVR::ICustomCommand.
| void VectorworksMVR::CCustomCommandImpl::SetPointer | ( | SceneData::SceneDataCustomCommandPtr | pointer | ) |
|
virtual |
Implements VectorworksMVR::ICustomCommand.