|
CFx SDK Documentation 2024 SP0
|
#include <TrVisPropertyDef.h>
Public Member Functions | |
| OdTrVisStateBranchPropertyDef (OdTrVisStateBranchId branchId, OdTrVisStateBranchType branchType=kTrVisHighlightingBranch) | |
| OdTrVisStateBranchId | propertyValue () const |
Public Member Functions inherited from OdTrVisIdPropertyDef | |
| OdTrVisId | propertyValue () const |
Public Member Functions inherited from OdTrVisPropertyDef | |
| PropertyType | propertyType () const |
| UnderlyingDataType | underlyingDataType () const |
Static Public Member Functions | |
| static PropertyType | branchTypeToPropertyType (OdTrVisStateBranchType branchType) |
| static OdTrVisStateBranchType | propertyTypeToBranchType (PropertyType propType) |
Additional Inherited Members | |
Public Types inherited from OdTrVisPropertyDef | |
| enum | PropertyType { kOwningProperty = 0 , kXformProperty , kLayerProperty , kHlBranchProperty , kVsBranchProperty , kVisualStyleProperty , kSelStyleProperty , kNameProperty , kSysDefaultProperty , kNumPropTypes } |
| enum | UnderlyingDataType { kBooleanProperty = 0 , kIdProperty , kStringProperty , kMatrixProperty , kNumDataTypes } |
Public Attributes inherited from OdTrVisIdPropertyDef | |
| OdTrVisId | m_idVal |
Public Attributes inherited from OdTrVisPropertyDef | |
| enum OdTrVisPropertyDef::PropertyType | m_propType |
Protected Member Functions inherited from OdTrVisIdPropertyDef | |
| OdTrVisIdPropertyDef (PropertyType propType, OdTrVisId idVal) | |
Protected Member Functions inherited from OdTrVisPropertyDef | |
| OdTrVisPropertyDef (PropertyType propType) | |
<group ExRender_Windows_Classes> Property definition for state branches (highlighting or visibility).
Definition at line 170 of file TrVisPropertyDef.h.
|
inline |
Definition at line 172 of file TrVisPropertyDef.h.
|
inlinestatic |
Convert branch type to property type.
Definition at line 175 of file TrVisPropertyDef.h.
|
inlinestatic |
Definition at line 177 of file TrVisPropertyDef.h.
|
inline |
Retrives property value.
Definition at line 183 of file TrVisPropertyDef.h.