14 #ifndef DD4HEP_DDEVE_ANNOTATION_H
15 #define DD4HEP_DDEVE_ANNOTATION_H
18 #include "TGLAnnotation.h"
22 class TGLOvlSelectRecord;
38 Annotation(TEveViewer*
v,
const std::string& text,
float x,
float y, Color_t c);
42 virtual Bool_t
MouseEnter(TGLOvlSelectRecord& selRec);
virtual Bool_t MouseEnter(TGLOvlSelectRecord &selRec)
Mouse has entered overlay area.
virtual ~Annotation()
Default destructor.
static float DefaultMargin()
Default margin for placement in bottom left corner.
static float DefaultTextSize()
Default text size.
Annotation(TEveViewer *v, const std::string &text, float x, float y, Color_t c)
Standard constructor with initialization.
Class of the ROOT toolkit. See http://root.cern.ch/root/htmldoc/ClassIndex.html.
Class to add annotations to eve viewers.