CFx SDK Documentation
2023 SP0
|
#include <BcfComponentSelection.h>
Public Member Functions | |
ODRX_DECLARE_MEMBERS (OdBcfComponentSelection) | |
virtual OdResult | inFields (TiXmlElement *pParent) ODRX_OVERRIDE |
virtual OdResult | outFields (TiXmlElement *pParent) const ODRX_OVERRIDE |
virtual bool | validate () const ODRX_OVERRIDE |
DECLARE_CONST_ACCESSORS (Component, OdBcfComponentArray, m_component) | |
Public Member Functions inherited from OdBcf::OdBcfElement | |
ODRX_DECLARE_MEMBERS (OdBcfElement) | |
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 |
Static Protected Member Functions | |
static OdSmartPtr< OdBcfComponentSelection > | createObject (const OdBcfComponentArray &component) |
Protected Attributes | |
OdBcfComponentArray | m_component |
friend | OdBcfSession |
Additional Inherited Members | |
Static Public Member Functions inherited from OdRxObject | |
static OdRxObjectPtr | cast (const OdRxObject *pointer) |
static OdRxClass * | desc () |
A class that contains ComponentSelection data type.
Definition at line 46 of file BcfComponentSelection.h.
|
staticprotected |
OdBcf::OdBcfComponentSelection::DECLARE_CONST_ACCESSORS | ( | Component | , |
OdBcfComponentArray | , | ||
m_component | |||
) |
|
virtual |
Reads XML data into ODA data structures.
pParent | [in] A pointer to parent element of the data structure. |
Implements OdBcf::OdBcfElement.
OdBcf::OdBcfComponentSelection::ODRX_DECLARE_MEMBERS | ( | OdBcfComponentSelection | ) |
|
virtual |
Writes data into XML structures.
pParent | [in] A pointer to parent element of the data structure. |
Implements OdBcf::OdBcfElement.
|
virtual |
Checks if instance has all required fields initialized.
Implements OdBcf::OdBcfElement.
|
protected |
Definition at line 78 of file BcfComponentSelection.h.
|
protected |
Definition at line 82 of file BcfComponentSelection.h.