|
libMVRgdtf 40bc00a
A library for GDTF and MVR
|
#include <CSourceImpl.h>
Public Member Functions | |
| CSourceImpl () | |
| virtual | ~CSourceImpl () |
| virtual MvrString VCOM_CALLTYPE | GetValue () |
| virtual MvrString VCOM_CALLTYPE | GetLinkedGeometry () |
| virtual VCOMError VCOM_CALLTYPE | GetType (GdtfDefines::ESourceType &sourceType) |
| virtual VCOMError VCOM_CALLTYPE | SetValue (MvrString value) |
| virtual VCOMError VCOM_CALLTYPE | SetLinkedGeometry (MvrString linkedGeometry) |
| virtual VCOMError VCOM_CALLTYPE | SetType (GdtfDefines::ESourceType type) |
| void | SetPointer (SceneData::SceneDataSourceObjPtr pointer) |
| void | GetPointer (SceneData::SceneDataSourceObjPtr &pointer) |
Public Member Functions inherited from VCOMImpl< ISource > | |
| 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< ISource > | |
| virtual void | OnRefCountZero () |
Protected Attributes inherited from VCOMImpl< ISource > | |
| RefNumType | fRefCnt |
| IVWUnknown * | fParent |
| VectorworksMVR::CSourceImpl::CSourceImpl | ( | ) |
|
virtual |
|
virtual |
Implements VectorworksMVR::ISource.
| void VectorworksMVR::CSourceImpl::GetPointer | ( | SceneData::SceneDataSourceObjPtr & | pointer | ) |
|
virtual |
Implements VectorworksMVR::ISource.
|
virtual |
Implements VectorworksMVR::ISource.
|
virtual |
Implements VectorworksMVR::ISource.
| void VectorworksMVR::CSourceImpl::SetPointer | ( | SceneData::SceneDataSourceObjPtr | pointer | ) |
|
virtual |
Implements VectorworksMVR::ISource.
|
virtual |
Implements VectorworksMVR::ISource.