12 #ifndef ROOT_TGLManipSet 13 #define ROOT_TGLManipSet Abstract base class for viewer manipulators, which allow direct in viewer manipulation of a (TGlPhysi...
The TGLRnrCtx class aggregates data for a given redering context as needed by various parts of the RO...
TGLManipSet & operator=(const TGLManipSet &)
Bool_t GetDrawBBox() const
virtual void SetPShape(TGLPhysicalShape *shape)
Set phys-shape, override of virtual from TGLPShapeRef.
virtual void MouseLeave()
Mouse has left the element.
Combine all available manipulators in a collection.
Concrete physical shape - a GL drawable.
Bool_t fDrawBBox
current manipulator
#define ClassDef(name, id)
virtual Bool_t MouseEnter(TGLOvlSelectRecord &selRec)
Mouse has entered this element.
virtual Bool_t Handle(TGLRnrCtx &rnrCtx, TGLOvlSelectRecord &selRec, Event_t *event)
Handle overlay event.
Int_t GetManipType() const
TGLManip * GetCurrentManip() const
Base class for references to TGLPysicalShape that need to be notified when the shape is destroyed...
void SetDrawBBox(Bool_t bb)
virtual void Render(TGLRnrCtx &rnrCtx)
Render the manipulator and bounding-box.
void SetManipType(Int_t type)
Set manipulator type, range checked.
TGLManipSet()
also draw bounding-box around physical
Selection record for overlay objects.
EManip fType
manipulator store
virtual ~TGLManipSet()
Destructor.