|
FRX SDK Documentation 2025 SP0
|
#include <AcadObjectImpl.h>
Public Member Functions | |
| CATEGORY_VECTOR & | GetCategoryVector () |
| CATCMDBTN_VECTOR & | GetCmdBtnVector () |
| bool | IsDefaultCategoryEntry (CATEGORY_ENTRY in) |
| bool | IsDefaultCmdBtnEntry (CATCMDBTN_ENTRY in) |
| IAcPiCategorizePropertiesImpl () | |
| virtual | ~IAcPiCategorizePropertiesImpl () |
| virtual HINSTANCE | GetResourceInstance ()=0 |
| STDMETHODIMP | MapPropertyToCategory (DISPID dispid, PROPCAT *ppropcat) |
| STDMETHODIMP | GetCategoryName (PROPCAT propcat, LCID lcid, BSTR *pbstrName) |
| STDMETHODIMP | GetCategoryDescription (PROPCAT propcat, LCID lcid, BSTR *pbstrDesc) |
| STDMETHODIMP | GetCategoryWeight (PROPCAT CatID, long *pCategoryWeight) |
| STDMETHODIMP | GetParentCategory (PROPCAT CatID, PROPCAT *pParentCatID) |
| STDMETHODIMP | GetCommandButtons (PROPCAT CatID, VARIANT *pCatCmdBtns) |
Public Attributes | |
| CATEGORY_VECTOR | m_CategoryVector |
| CATCMDBTN_VECTOR | m_CatCmdBtnVector |
Definition at line 106 of file AcadObjectImpl.h.
Definition at line 172 of file AcadObjectImpl.h.
|
inlinevirtual |
Definition at line 191 of file AcadObjectImpl.h.
|
inline |
Definition at line 213 of file AcadObjectImpl.h.
|
inline |
Definition at line 203 of file AcadObjectImpl.h.
|
inline |
Definition at line 113 of file AcadObjectImpl.h.
|
inline |
Definition at line 218 of file AcadObjectImpl.h.
|
inline |
Definition at line 118 of file AcadObjectImpl.h.
|
inline |
Definition at line 228 of file AcadObjectImpl.h.
|
inline |
Definition at line 223 of file AcadObjectImpl.h.
|
pure virtual |
|
inline |
Definition at line 123 of file AcadObjectImpl.h.
|
inline |
Definition at line 143 of file AcadObjectImpl.h.
|
inline |
Definition at line 198 of file AcadObjectImpl.h.
| CATCMDBTN_VECTOR IAcPiCategorizePropertiesImpl< T >::m_CatCmdBtnVector |
Definition at line 111 of file AcadObjectImpl.h.
| CATEGORY_VECTOR IAcPiCategorizePropertiesImpl< T >::m_CategoryVector |
Definition at line 110 of file AcadObjectImpl.h.