|
CFx SDK Documentation 2024 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 171 of file GsSelectionReactor.h.
|
inlinevirtual |
Definition at line 184 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 |
Definition at line 180 of file GsSelectionReactor.h.