12#ifndef ROOT_TGLManipSet
13#define ROOT_TGLManipSet
26#if defined(__clang__) && __clang_major__ < 20
27#pragma clang diagnostic push
28#pragma clang diagnostic ignored "-Wshadow"
31#if defined(__clang__) && __clang_major__ < 20
32#pragma clang diagnostic pop
int Int_t
Signed integer 4 bytes (int).
bool Bool_t
Boolean (0=false, 1=true) (bool).
#define ClassDefOverride(name, id)
void MouseLeave() override
Mouse has left the element.
Bool_t Handle(TGLRnrCtx &rnrCtx, TGLOvlSelectRecord &selRec, Event_t *event) override
Handle overlay event.
TGLManip * fManip[3]
! manipulator store
TGLManipSet(const TGLManipSet &)=delete
Bool_t MouseEnter(TGLOvlSelectRecord &selRec) override
Mouse has entered this element.
Int_t GetManipType() const
Bool_t GetDrawBBox() const
EManip fType
! current manipulator
void SetManipType(Int_t type)
Set manipulator type, range checked.
void SetDrawBBox(Bool_t bb)
Bool_t fDrawBBox
! also draw bounding-box around physical
TGLManipSet & operator=(const TGLManipSet &)=delete
void Render(TGLRnrCtx &rnrCtx) override
Render the manipulator and bounding-box.
~TGLManipSet() override
Destructor.
TGLManip * GetCurrentManip() const
void SetPShape(TGLPhysicalShape *shape) override
Set phys-shape, override of virtual from TGLPShapeRef.
Abstract base class for viewer manipulators, which allow direct in viewer manipulation of a (TGlPhysi...
TGLOverlayElement(const TGLOverlayElement &)=delete
Selection record for overlay objects.
TGLPShapeRef(const TGLPShapeRef &)=delete
friend class TGLPhysicalShape
The TGLRnrCtx class aggregates data for a given redering context as needed by various parts of the RO...