CFx SDK Documentation 2024 SP0
|
#include <GiDrawableSelectPE.h>
Public Types | |
enum | { kNotImplemented = 0x80000000 , kContinue = 0 , kBreak = 1 } |
Public Member Functions | |
virtual OdUInt32 | selected (OdGsMarker offset, double depth) |
virtual OdUInt32 | hasOutOfSelection () |
This class is the base class for custom classes that receive notification from OdGiDrawableSelectPE of Selection events.
<group OdGi_Classes>
Definition at line 47 of file GiDrawableSelectPE.h.
anonymous enum |
Enumerator | |
---|---|
kNotImplemented | |
kContinue | |
kBreak |
Definition at line 51 of file GiDrawableSelectPE.h.
|
inlinevirtual |
Notification function called whenever it was discovered that there are sub objects which are out of selection
Definition at line 83 of file GiDrawableSelectPE.h.
|
inlinevirtual |
Notification function called whenever an sub object inside the drawable has been selected.
offset | [in] Offset of the selected sub object inside the drawable relative to the base marker depth [in] Depth of the selected sub object in the ECS (eye coordinate system) |
Definition at line 72 of file GiDrawableSelectPE.h.