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
bool Bool_t
Boolean (0=false, 1=true) (bool).
int Int_t
Signed integer 4 bytes (int).
#define ClassDefOverride(name, id)
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t Int_t Int_t Window_t TString Int_t GCValues_t GetPrimarySelectionOwner GetDisplay GetScreen GetColormap GetNativeEvent const char const char dpyName wid window const char font_name cursor keysym reg const char only_if_exist regb h Point_t winding char text const char depth char const char Int_t count const char ColorStruct_t color const char Pixmap_t Pixmap_t PictureAttributes_t attr const char char ret_data h unsigned char height h Atom_t Int_t ULong_t ULong_t unsigned char prop_list Atom_t Atom_t Atom_t Time_t type
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...