CFx SDK Documentation
2023 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 &) |
This class is the base class for custom classes that receive notification of OdGs Selection events.
<group OdGs_Classes>
Definition at line 127 of file GsSelectionReactor.h.
anonymous enum |
Enumerator | |
---|---|
kNotImplemented | |
kContinue | |
kBreak | |
kSkipDrawable |
Definition at line 142 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 151 of file GsSelectionReactor.h.