|
CFx SDK Documentation 2026 SP0
|
#include <OdIdsIdsValue.h>
Public Types | |
| enum | ChoiceTypeSelector { NONE , SIMPLEVALUE , RESTRICTION } |
Public Member Functions | |
| ODRX_DECLARE_MEMBERS (OdIdsIdsValue) | |
| OdIdsIdsValue () | |
| ~OdIdsIdsValue () | |
| void | readXml (xmlNode *node) |
| void | writeXml (xmlNode *node) const |
| virtual void | __load (bool markAsLoaded=true) |
| void | __load (bool markAsLoaded=true) const |
| bool | isLoaded () const |
| OdAnsiString | getXmlDocumentationString () |
| void | setXmlDocumentationString (OdAnsiString s) |
| ChoiceTypeSelector | getChoiceType () |
| OdRxValue | getRawvalue () |
| OdAnsiString * | getSimpleValue () |
| const OdAnsiString * | getSimpleValue () const |
| void | setSimpleValue (OdAnsiString val) |
| OdArray< OdXmlRestriction > * | getRestriction () |
| const OdArray< OdXmlRestriction > * | getRestriction () const |
| void | setRestriction (const OdArray< OdXmlRestriction > &val) |
Public Member Functions inherited from OdRxObject | |
| ODRX_HEAP_OPERATORS () | |
| OdRxObject () | |
| virtual | ~OdRxObject () |
| virtual OdRxObject * | queryX (const OdRxClass *pClass) const |
| virtual OdRxObject * | x (const OdRxClass *pClass) const |
| virtual OdRxClass * | isA () const |
| virtual void | addRef ()=0 |
| virtual void | release ()=0 |
| virtual long | numRefs () const |
| bool | isKindOf (const OdRxClass *pClass) const |
| virtual OdRxObjectPtr | clone () const |
| virtual void | copyFrom (const OdRxObject *pSource) |
| virtual OdRx::Ordering | comparedTo (const OdRxObject *pOther) const |
| virtual bool | isEqualTo (const OdRxObject *pOther) const |
Protected Attributes | |
| xmlNode * | _node = nullptr |
| OdAnsiString | _documentationString |
Additional Inherited Members | |
Static Public Member Functions inherited from OdRxObject | |
| static OdRxObjectPtr | cast (const OdRxObject *pointer) |
| static OdRxClass * | desc () |
| static void | rxInit () |
| static void | rxUninit () |
Definition at line 40 of file OdIdsIdsValue.h.
| Enumerator | |
|---|---|
| NONE | |
| SIMPLEVALUE | |
| RESTRICTION | |
Definition at line 47 of file OdIdsIdsValue.h.
| OdIdsIdsValue::OdIdsIdsValue | ( | ) |
| OdIdsIdsValue::~OdIdsIdsValue | ( | ) |
Definition at line 63 of file OdIdsIdsValue.h.
|
inline |
Definition at line 69 of file OdIdsIdsValue.h.
|
inline |
Definition at line 70 of file OdIdsIdsValue.h.
|
inline |
Definition at line 74 of file OdIdsIdsValue.h.
|
inline |
Definition at line 75 of file OdIdsIdsValue.h.
|
inline |
Definition at line 71 of file OdIdsIdsValue.h.
|
inline |
Definition at line 72 of file OdIdsIdsValue.h.
|
inline |
Definition at line 67 of file OdIdsIdsValue.h.
|
inline |
Definition at line 66 of file OdIdsIdsValue.h.
| OdIdsIdsValue::ODRX_DECLARE_MEMBERS | ( | OdIdsIdsValue | ) |
| void OdIdsIdsValue::readXml | ( | xmlNode * | node | ) |
|
inline |
Definition at line 76 of file OdIdsIdsValue.h.
|
inline |
Definition at line 73 of file OdIdsIdsValue.h.
|
inline |
Definition at line 68 of file OdIdsIdsValue.h.
| void OdIdsIdsValue::writeXml | ( | xmlNode * | node | ) | const |
|
protected |
Definition at line 45 of file OdIdsIdsValue.h.
|
protected |
Definition at line 44 of file OdIdsIdsValue.h.