|
CFx SDK Documentation 2026 SP0
|
#include <TrVisPropertyDef.h>
Public Types | |
| enum | PropertyType { kOwningProperty = 0 , kXformProperty , kLayerProperty , kHlBranchProperty , kVsBranchProperty , kTfBranchProperty , kVisualStyleProperty , kSelStyleProperty , kNameProperty , kSysDefaultProperty , kNumPropTypes } |
| enum | UnderlyingDataType { kBooleanProperty = 0 , kIdProperty , kStringProperty , kMatrixProperty , kNumDataTypes } |
Public Member Functions | |
| PropertyType | propertyType () const |
| UnderlyingDataType | underlyingDataType () const |
| void * | operator new (size_t size) |
| void | operator delete (void *p) |
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 | |
| kTfBranchProperty | |
| kVisualStyleProperty | |
| kSelStyleProperty | |
| kNameProperty | |
| kSysDefaultProperty | |
| kNumPropTypes | |
Definition at line 40 of file TrVisPropertyDef.h.
| Enumerator | |
|---|---|
| kBooleanProperty | |
| kIdProperty | |
| kStringProperty | |
| kMatrixProperty | |
| kNumDataTypes | |
Definition at line 55 of file TrVisPropertyDef.h.
|
inlineexplicitprotected |
Definition at line 85 of file TrVisPropertyDef.h.
Definition at line 229 of file TrVisPropertyDef.h.
|
inline |
Definition at line 82 of file TrVisPropertyDef.h.
|
inline |
Definition at line 64 of file TrVisPropertyDef.h.
|
inline |
Definition at line 65 of file TrVisPropertyDef.h.
| enum OdTrVisPropertyDef::PropertyType OdTrVisPropertyDef::m_propType |