CFx SDK Documentation 2024 SP0
|
#include <DbUserIO.h>
Public Member Functions | |
ODRX_DECLARE_MEMBERS (OdEdSSetTracker) | |
virtual bool | append (const OdDbObjectId &id, const OdDbSelectionMethod *pMethod) |
virtual bool | remove (const OdDbObjectId &id, const OdDbSelectionMethod *pMethod) |
virtual bool | append (const OdDbFullSubentPath &subEntPath, const OdDbSelectionMethod *pMethod) |
virtual bool | remove (const OdDbFullSubentPath &subEntPath, const OdDbSelectionMethod *pMethod) |
Public Member Functions inherited from OdSSetTracker | |
ODRX_DECLARE_MEMBERS (OdSSetTracker) | |
virtual bool | append (OdDbStub *id, const OdDbSelectionMethod *pMethod) |
virtual bool | remove (OdDbStub *id, const OdDbSelectionMethod *pMethod) |
virtual bool | trackSubentities () const |
virtual bool | append (const OdDbBaseFullSubentPath &subEntPath, const OdDbSelectionMethod *pMethod) |
virtual bool | remove (const OdDbBaseFullSubentPath &subEntPath, const OdDbSelectionMethod *pMethod) |
Public Member Functions inherited from OdEdInputTracker | |
ODRX_DECLARE_MEMBERS (OdEdInputTracker) | |
virtual int | addDrawables (OdGsView *pView)=0 |
virtual void | removeDrawables (OdGsView *pView)=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 |
Protected Member Functions | |
virtual int | addDrawables (OdGsView *pView) ODRX_OVERRIDE |
virtual void | removeDrawables (OdGsView *pView) ODRX_OVERRIDE |
virtual bool | append (OdDbStub *id, const OdDbSelectionMethod *pMethod) |
virtual bool | remove (OdDbStub *id, const OdDbSelectionMethod *pMethod) |
virtual bool | append (const OdDbBaseFullSubentPath &subEntPath, const OdDbSelectionMethod *pMethod) |
virtual bool | remove (const OdDbBaseFullSubentPath &subEntPath, const OdDbSelectionMethod *pMethod) |
Additional Inherited Members | |
Static Public Member Functions inherited from OdRxObject | |
static OdRxObjectPtr | cast (const OdRxObject *pointer) |
static OdRxClass * | desc () |
<group OdEd_Classes>
Definition at line 43 of file DbUserIO.h.
|
protectedvirtual |
Implements OdEdInputTracker.
|
protectedvirtual |
Reimplemented from OdSSetTracker.
|
virtual |
Called by select framework when a subentity is going to be appended to working selection set.
subEntPath | [in] Descriptor of the subentity going to be appended. |
pMethod | [in] Selection Method object, describing a method a subentity was selected. |
|
virtual |
Called by select framework when an entity is going to be appended to working selection set.
id | [in] object id of the entity going to be appended. |
pMethod | [in] Selection Method object, describing a method the entity was selected. |
|
protectedvirtual |
Reimplemented from OdSSetTracker.
OdEdSSetTracker::ODRX_DECLARE_MEMBERS | ( | OdEdSSetTracker | ) |
|
protectedvirtual |
Reimplemented from OdSSetTracker.
|
virtual |
Called by select framework when a subentity is going to be removed from working selection set.
subEntPath | [in] Descriptor of the subentity going to be removed. |
pMethod | [in] Selection Method object, describing a method a subentity was selected. |
|
virtual |
Called by select framework when an entity is going to be removed to working selection set.
id | [in] object id of the entity going to be removed. |
pMethod | [in] Selection Method object, describing a method the entity was selected. |
|
protectedvirtual |
Reimplemented from OdSSetTracker.
Implements OdEdInputTracker.