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) |
![]() | |
VCOMImpl () | |
VCOMImpl (IVWUnknown *parent) | |
virtual | ~VCOMImpl () |
virtual uint32_t VCOM_CALLTYPE | AddRef () |
virtual uint32_t VCOM_CALLTYPE | Release () |
![]() | |
virtual | ~IVWUnknown (void) |
Additional Inherited Members | |
![]() | |
virtual void | OnRefCountZero () |
![]() | |
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.