CFx SDK Documentation 2024 SP0
|
#include <BcfComponents.h>
Public Member Functions | |
ODRX_DECLARE_MEMBERS (OdBcfComponents) | |
virtual OdResult | inFields (TiXmlElement *pParent) ODRX_OVERRIDE |
virtual OdResult | outFields (TiXmlElement *pParent) const ODRX_OVERRIDE |
virtual bool | validate () const ODRX_OVERRIDE |
const OdBcfViewSetupHintsPtr & | getViewSetupHints () const |
bool | isViewSetupHintsUnset () const |
const OdBcfComponentSelectionPtr & | getSelection () const |
bool | isSelectionUnset () const |
const OdBcfComponentVisibilityPtr & | getVisibility () const |
bool | isVisibilityUnset () const |
const OdBcfComponentColoringPtr & | getColoring () const |
bool | isColoringUnset () 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 Public Member Functions | |
static OdSmartPtr< OdBcfComponents > | createObject (const OdBcfComponentVisibilityPtr &pVisibility, const OdBcfViewSetupHintsPtr &pViewSetupHints=OdBcfViewSetupHintsPtr(), const OdBcfComponentSelectionPtr &pSelection=OdBcfComponentSelectionPtr(), const OdBcfComponentColoringPtr &pColoring=OdBcfComponentColoringPtr()) |
Static Public Member Functions inherited from OdRxObject | |
static OdRxObjectPtr | cast (const OdRxObject *pointer) |
static OdRxClass * | desc () |
A class that stores and operates the components data type.
Definition at line 53 of file BcfComponents.h.
|
static |
Creates a new components object.
pVisibility | [in] A smart pointer to the value that determines the visibility of components. |
pViewSetupHints | [in] A smart pointer to the value that determines the view setup hints of components. |
pSelection | [in] A smart pointer to the selection of components. |
pColoring | [in] A smart pointer to the coloring of components. |
const OdBcfComponentColoringPtr & OdBcf::OdBcfComponents::getColoring | ( | ) | const |
Retrieves the coloring of the components.
const OdBcfComponentSelectionPtr & OdBcf::OdBcfComponents::getSelection | ( | ) | const |
Retrieves the components selection.
const OdBcfViewSetupHintsPtr & OdBcf::OdBcfComponents::getViewSetupHints | ( | ) | const |
Retrieves the view setup hints of the components.
const OdBcfComponentVisibilityPtr & OdBcf::OdBcfComponents::getVisibility | ( | ) | const |
Retrieves the visibility of the components.
|
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::OdBcfComponents::isColoringUnset | ( | ) | const |
Defines whether the coloring of the components is not initialized.
bool OdBcf::OdBcfComponents::isSelectionUnset | ( | ) | const |
Defines whether the components selection is not initialized.
bool OdBcf::OdBcfComponents::isViewSetupHintsUnset | ( | ) | const |
Defines whether the view setup hints of components are not initialized.
bool OdBcf::OdBcfComponents::isVisibilityUnset | ( | ) | const |
Defines whether the visibility of the components is not initialized.
OdBcf::OdBcfComponents::ODRX_DECLARE_MEMBERS | ( | OdBcfComponents | ) |
|
virtual |
Writes data into XML structures.
pParent | [in] A pointer to the parent element of the data structure. |
Implements OdBcf::OdBcfElement.
|
virtual |
Checks whether components instance has all required fields initialized.
Implements OdBcf::OdBcfElement.
|
protected |
Definition at line 157 of file BcfComponents.h.
|
protected |
Definition at line 155 of file BcfComponents.h.
|
protected |
Definition at line 154 of file BcfComponents.h.
|
protected |
Definition at line 156 of file BcfComponents.h.
|
protected |
Definition at line 159 of file BcfComponents.h.