|
CFx SDK Documentation 2026 SP0
|
#include <GsSelectionReactor.h>
Public Types | |
| enum | { kNotImplemented = 0x80000000 , kContinue = 0 , kBreak = 1 , kSkipDrawable = 2 } |
Public Member Functions | |
| virtual bool | selected (const OdGiDrawableDesc &pDrawableDesc)=0 |
| virtual OdUInt32 | selected (const OdGiPathNode &, const OdGiViewport &) |
| virtual | ~OdGsSelectionReactor () |
This class is the base class for custom classes that receive notification of OdGs Selection events.
<group OdGs_Classes>
Definition at line 156 of file GsSelectionReactor.h.
| anonymous enum |
| Enumerator | |
|---|---|
| kNotImplemented | |
| kContinue | |
| kBreak | |
| kSkipDrawable | |
Definition at line 172 of file GsSelectionReactor.h.
|
inlinevirtual |
Destructor for the OdGsSelectionReactor class.
Definition at line 198 of file GsSelectionReactor.h.
|
pure virtual |
Notification function called whenever an OdGiDrawableDesc object has been selected.
| pDrawableDesc | [in] Pointer to the OdGiDrawableDesc object. |
This function is called after the operation.
|
inlinevirtual |
Notification function called whenever object or it's sub-object selected.
| pathNode | [in] Path to selected object. |
| viewInfo | [in] Viewport in which selection was executed. |
Definition at line 190 of file GsSelectionReactor.h.