CFx SDK Documentation 2024 SP0
|
#include <RxModelTreeBaseNode.h>
Public Member Functions | |
ODRX_DECLARE_MEMBERS (OdRxModelTreeBaseNode) | |
ODRX_HEAP_OPERATORS () | |
virtual | ~OdRxModelTreeBaseNode () |
virtual const OdString & | getNodeName () const |
virtual OdUInt64 | getUniqueSourceID () const |
virtual OdUInt64 | getUniqueDBID () const |
virtual HierarchyTreeObjectType | getNodeType () const |
virtual const OdRxModelTreeBaseNodeRawPtrArray & | getParents () const |
virtual const OdRxModelTreeBaseNodePtrArray & | getChildren () const |
virtual const OdArray< PropertyInfo > & | getProperties () const |
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 Member Functions | |
virtual bool | addChild (OdRxModelTreeBaseNodePtr &elem) |
virtual void | outFields (OdBaseHierarchyTreeFiler *pFiler) const |
virtual OdResult | inFields (OdBaseHierarchyTreeFiler *pFiler, std::set< OdString > &string_storage) |
OdRxModelTreeBaseNode () | |
OdRxModelTreeBaseNode (OdRxModelTreeBaseNodeImpl *impl) | |
Protected Attributes | |
OdRxModelTreeBaseNodeImpl * | m_pImpl |
Friends | |
class | OdRxModelTreeBaseNodeImpl |
class | OdRxModelHierarchyTreeBaseImpl |
Additional Inherited Members | |
Static Public Member Functions inherited from OdRxObject | |
static OdRxObjectPtr | cast (const OdRxObject *pointer) |
static OdRxClass * | desc () |
This class is a base class that implements a database hierarchical tree node for the Common Data Access API.
<group OdRx_Classes>
Definition at line 143 of file RxModelTreeBaseNode.h.
|
virtual |
Destroys an instance of the OdRxModelTreeBaseNode class.
|
protected |
|
protected |
|
protectedvirtual |
|
virtual |
Gets child nodes.
|
virtual |
Gets the name of the node object — the element of the hierarchical tree.
|
virtual |
Gets the type of the node — the object of the hierarchical tree.
|
virtual |
Gets parent nodes.
|
virtual |
Gets properties info for the node.
|
virtual |
Gets the unique identifier of the database.
|
virtual |
Gets the unique identifier of the node — the object of the hierarchical tree.
|
protectedvirtual |
OdRxModelTreeBaseNode::ODRX_DECLARE_MEMBERS | ( | OdRxModelTreeBaseNode | ) |
OdRxModelTreeBaseNode::ODRX_HEAP_OPERATORS | ( | ) |
|
protectedvirtual |
|
friend |
Definition at line 217 of file RxModelTreeBaseNode.h.
|
friend |
Definition at line 215 of file RxModelTreeBaseNode.h.
|
protected |
Definition at line 216 of file RxModelTreeBaseNode.h.