![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cMultiDefBase.h>
Public Member Functions | |
| CMultiDefElement (cXObjDef *pMultiDef) | |
| ~CMultiDefElement () | |
| HRESULT | v_SetElement (const cVariant &vArgs) |
| void | v_GetElement (cVariant &vArgs) const |
| float | get_Scale1 () const |
Public Member Functions inherited from Gray::cRefBase | |
| cRefBase (int iRefCount=0) noexcept | |
| virtual | ~cRefBase () |
| int | get_RefCount () const noexcept |
| HASHCODE_t | get_HashCode () const noexcept |
| STDMETHOD_ (HASHCODE_t, get_HashCodeX)() const noexcept | |
| virtual void | onFinalRelease () |
| bool | isValidObj () const noexcept |
| STDMETHOD_ (ULONG, AddRef)(void) override | |
| STDMETHOD_ (ULONG, Release)(void) override | |
| STDMETHOD() | QueryInterface (const IID &riid, void __RPC_FAR *__RPC_FAR *ppvObject) override |
| void | IncRefCount () |
| void | DecRefCount () |
| bool | isStaticConstruct () const noexcept |
| void | StaticConstruct () |
| void | StaticDestruct () |
| bool | isDestructing () noexcept |
| void | SetDestructing () |
Public Attributes | |
| cXObjDefPtr | m_pMultiDef |
| cStringA | m_strModelName |
| cMatrixDecomp4 | m_mr |
This is an element of a CMultiDefBase. we have not yet instantiated it.
| GrayMapData::CMultiDefElement::CMultiDefElement | ( | cXObjDef * | pMultiDef | ) |
| GrayMapData::CMultiDefElement::~CMultiDefElement | ( | ) |
|
inline |
| void GrayMapData::CMultiDefElement::v_GetElement | ( | cVariant & | vArgs | ) | const |
| cMatrixDecomp4 GrayMapData::CMultiDefElement::m_mr |
| cXObjDefPtr GrayMapData::CMultiDefElement::m_pMultiDef |
| cStringA GrayMapData::CMultiDefElement::m_strModelName |