|
libMVRgdtf e5d999f
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) |
| VectorworksMVR::CCustomCommandImpl::CCustomCommandImpl | ( | ) |
|
virtual |
|
virtual |
| void VectorworksMVR::CCustomCommandImpl::GetPointer | ( | SceneData::SceneDataCustomCommandPtr & | pointer | ) |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
| void VectorworksMVR::CCustomCommandImpl::SetPointer | ( | SceneData::SceneDataCustomCommandPtr | pointer | ) |
|
virtual |