#include <EdBaseUserIO.h>
<group OdEd_Classes>
Definition at line 38 of file EdBaseUserIO.h.
◆ append() [1/2]
Called by select framework when a subentity is going to be appended to working selection set.
- Parameters
-
subEntPath | [in] Descriptor of the subentity is going to be appended. |
pMethod | [in] Selection Method object, describing a method a subentity was selected. |
- Returns
- flag indicating if the subentity can be added to working selection set or not.
Reimplemented in OdEdSSetTracker.
◆ append() [2/2]
Called by select framework when an entity is going to be appended to working selection set.
- Parameters
-
id | [in] Object id of the entity is going to be appended. |
pMethod | [in] Selection Method object, describing a method the entity was selected. |
- Returns
- flag indicating if the entity can be added to working selection set or not.
Reimplemented in OdEdSSetTracker.
◆ ODRX_DECLARE_MEMBERS()
◆ remove() [1/2]
Called by select framework when a subentity is going to be removed from working selection set.
- Parameters
-
subEntPath | [in] Descriptor of the subentity is going to be removed. |
pMethod | [in] Selection Method object, describing a method a subentity was selected. |
- Returns
- flag indicating if subentity can be removed to working selection set or not.
Reimplemented in OdEdSSetTracker.
◆ remove() [2/2]
Called by select framework when an entity is going to be removed to working selection set.
- Parameters
-
id | [in] Object id of the entity is going to be removed. |
pMethod | [in] Selection Method object, describing a method the entity was selected. |
- Returns
- flag indicating if the entity can be removed from working selection set or not.
Reimplemented in OdEdSSetTracker.
◆ trackSubentities()
virtual bool OdSSetTracker::trackSubentities |
( |
| ) |
const |
|
virtual |
Called by selection framework. If returned true then append()/remove() would be called for every subentity.
The documentation for this class was generated from the following file: