|
| #define | PROPCAT_Nil -1 |
| |
| #define | PROPCAT_Misc -2 |
| |
| #define | PROPCAT_Font -3 |
| |
| #define | PROPCAT_Position -4 |
| |
| #define | PROPCAT_Appearance -5 |
| |
| #define | PROPCAT_Behavior -6 |
| |
| #define | PROPCAT_Data -7 |
| |
| #define | PROPCAT_List -8 |
| |
| #define | PROPCAT_Text -9 |
| |
| #define | PROPCAT_Scale -10 |
| |
| #define | PROPCAT_DDE -11 |
| |
| #define | PROPCAT_General -12 |
| |
| #define | PROPCAT_Mass -13 |
| |
| #define | PROPCAT_Pattern -14 |
| |
| #define | PROPCAT_DataPoints -15 |
| |
| #define | PROPCAT_Mesh -16 |
| |
| #define | PROPCAT_ImageAdjust -17 |
| |
| #define | PROPCAT_ControlPoints -18 |
| |
| #define | PROPCAT_PrimaryUnits -19 |
| |
| #define | PROPCAT_AltUnits -20 |
| |
| #define | PROPCAT_Fit -21 |
| |
| #define | PROPCAT_LinesArrows -22 |
| |
| #define | PROPCAT_Tolerances -23 |
| |
| #define | PROPCAT_Table -24 |
| |
| #define | PROPCAT_Geometry -25 |
| |
| #define | PROPCAT_Section -26 |
| |
| #define | PROPCAT_UnderlayAdjust -27 |
| |
| #define | PROPCAT_Solid_History -28 |
| |
| #define | PROPCAT_Fillet -29 |
| |
| #define | PROPCAT_Chamfer -30 |
| |
| #define | PROPCAT_3DVisualization -31 |
| |
| #define | PROPCAT_Table_Breaks -32 |
| |
| #define | PROPCAT_SURFACE_ASSOCIATIVITY -33 |
| |
| #define | PROPCAT_SURFACE_TRIM -34 |
| |
| #define | PROPCAT_ViewDefinition -35 |
| |
| #define | PROPCAT_Annotation -36 |
| |
| #define | PROPCAT_ReferenceData -37 |
| |
| #define | PROPCAT_Representation -38 |
| |
| #define | PROPCAT_PointcloudAdjust -39 |
| |
| #define | PROPCAT_GeomapImageAdjust -40 |
| |
| #define | BEGIN_OPMPROP_MAP() |
| |
| #define | OPMPROP_ENTRY(nDesID, dpid, ctid, ctNameID, elementsID, predefID, vals, grp, editable, other, clsid, ellipsesTxt) {nDesID, dpid, ctid, ctNameID, elementsID, predefID, vals, grp, editable, &other, &clsid, &IID_IDispatch, OLESTR(ellipsesTxt)}, |
| |
| #define | OPMPROP_CAT_ENTRY(nDesID, dpid, ctid, ctNameID) {nDesID, dpid, ctid, ctNameID, 0, 0, _ACRX_T(""), 0, 1, &IID_NULL, &IID_NULL, &IID_IDispatch, OLESTR("")}, |
| |
| #define | OPMPROP_DESC_ENTRY(nDesID, dpid) {nDesID, dpid, -2, 0, 0, 0, _ACRX_T(""), 0, 1, &IID_NULL, &IID_NULL, &IID_IDispatch, OLESTR("")}, |
| |
| #define | OPMPROP_PREDEFINED_ENTRY(nDesID, dpid, predefID, values, other) {nDesID, dpid, -2, 0, 0, predefID, values, 0, 1, &other, &IID_NULL, &IID_IDispatch, OLESTR("")}, |
| |
| #define | OPMPROP_ELEMENT_ENTRY(dpid, ctid, ctNameID, elementsID, grouping) {0, dpid, ctid, ctNameID, elementsID, 0, _ACRX_T(""), grouping, 1, &IID_NULL, &IID_NULL, &IID_IDispatch, OLESTR("")}, |
| |
| #define | OPMPROP_PAGE(nDesID, dpid, ctid, ctNameID, clsid) {nDesID, dpid, ctid, ctNameID, 0, 0, _ACRX_T(""), 0, 1, &IID_NULL, &clsid, &IID_IDispatch, OLESTR("")}, |
| |
| #define | END_OPMPROP_MAP() |
| |
| #define | PROP_TEXTCOLOR_DEFAULT 0x80000008 |
| |
| #define | BEGIN_PERPROPDISPLAY_MAP() |
| |
| #define | PROP_DISP_ENTRY(dispid, progid, lpLeftIconRes, lpLeftIconType, lpEllipsisBmpRes, lpEllipsisBmpType, textcolor, bFullView, dwIntegralHeight, nWeight) |
| |
| #define | END_PERPROPDISPLAY_MAP() |
| |
| #define | BEGIN_CATCMDBTN_MAP() |
| |
| #define | CATCMDBTN_MAP_ENTRY(nId, NameId, lpEnBtnBmpRes, lpEnBtnBmpType, lpDisBtnBmpRes, lpDisBtnBmpType, nStyle, pfnBtnProc) {nId, static_cast<UINT>(NameId), lpEnBtnBmpRes, static_cast<UINT>(lpEnBtnBmpType), lpDisBtnBmpRes, static_cast<UINT>(lpDisBtnBmpType), nStyle, pfnBtnProc}, |
| |
| #define | END_CATCMDBTN_MAP() |
| |
| #define | BEGIN_CMDBTN_MAP() |
| |
| #define | CMDBTN_MAP_ENTRY(NameId, lpEnBtnBmpRes, lpEnBtnBmpType, lpDisBtnBmpRes, lpDisBtnBmpType, nStyle, pfnBtnProc) {NameId, lpEnBtnBmpRes, lpEnBtnBmpType, lpDisBtnBmpRes, lpDisBtnBmpType, nStyle, pfnBtnProc}, |
| |
| #define | END_CMDBTN_MAP() |
| |
| #define | BEGIN_CAT_MAP() |
| |
| #define | CATEGORY_MAP_ENTRY(nId, NameId, DescId, nParentId, nWeight) {nId, NameId, DescId, nParentId, nWeight}, |
| |
| #define | END_CAT_MAP() |
| |