CFx SDK Documentation 2024 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 |
const OdBcfComponentArray & | getComponent () const |
bool | isComponentUnset () const |
Public Member Functions inherited from OdBcf::OdBcfElement | |
ODRX_DECLARE_MEMBERS (OdBcfElement) | |
virtual OdResult | inFields (TiXmlElement *pParent)=0 |
virtual OdResult | outFields (TiXmlElement *pParent) const =0 |
virtual bool | validate () const =0 |
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 stores and operates component selection data type.
Definition at line 46 of file BcfComponentSelection.h.
|
staticprotected |
const OdBcfComponentArray & OdBcf::OdBcfComponentSelection::getComponent | ( | ) | const |
Retrieves the components from the selection.
|
virtual |
Reads XML data into ODA data structures.
pParent | [in] A pointer to the parent element of the data structure. |
Implements OdBcf::OdBcfElement.
bool OdBcf::OdBcfComponentSelection::isComponentUnset | ( | ) | const |
Defines whether the components array of the selection is not initialized.
OdBcf::OdBcfComponentSelection::ODRX_DECLARE_MEMBERS | ( | OdBcfComponentSelection | ) |
|
virtual |
Writes data into XML structures.
pParent | [in] A pointer to the parent element of the data structure. |
Implements OdBcf::OdBcfElement.
|
virtual |
Checks whether the component selection instance has all required fields initialized.
Implements OdBcf::OdBcfElement.
|
protected |
Definition at line 91 of file BcfComponentSelection.h.
|
protected |
Definition at line 95 of file BcfComponentSelection.h.