|
CFx SDK Documentation 2024 SP0
|
#include <TrVisPropertyDef.h>
Public Types | |
| enum | PropertyType { kOwningProperty = 0 , kXformProperty , kLayerProperty , kHlBranchProperty , kVsBranchProperty , kVisualStyleProperty , kSelStyleProperty , kNameProperty , kSysDefaultProperty , kNumPropTypes } |
| enum | UnderlyingDataType { kBooleanProperty = 0 , kIdProperty , kStringProperty , kMatrixProperty , kNumDataTypes } |
Public Member Functions | |
| PropertyType | propertyType () const |
| UnderlyingDataType | underlyingDataType () const |
Public Attributes | |
| enum OdTrVisPropertyDef::PropertyType | m_propType |
Protected Member Functions | |
| OdTrVisPropertyDef (PropertyType propType) | |
<group ExRender_Windows_Classes>
Definition at line 38 of file TrVisPropertyDef.h.
| Enumerator | |
|---|---|
| kOwningProperty | |
| kXformProperty | |
| kLayerProperty | |
| kHlBranchProperty | |
| kVsBranchProperty | |
| kVisualStyleProperty | |
| kSelStyleProperty | |
| kNameProperty | |
| kSysDefaultProperty | |
| kNumPropTypes | |
Definition at line 40 of file TrVisPropertyDef.h.
| Enumerator | |
|---|---|
| kBooleanProperty | |
| kIdProperty | |
| kStringProperty | |
| kMatrixProperty | |
| kNumDataTypes | |
Definition at line 54 of file TrVisPropertyDef.h.
|
inlineexplicitprotected |
Definition at line 81 of file TrVisPropertyDef.h.
|
inline |
Definition at line 63 of file TrVisPropertyDef.h.
|
inline |
Definition at line 64 of file TrVisPropertyDef.h.
| enum OdTrVisPropertyDef::PropertyType OdTrVisPropertyDef::m_propType |