DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
Class to add annotations to eve viewers. More...
#include <Annotation.h>
Public Member Functions | |
Annotation (TEveViewer *v, const std::string &text, float x, float y, Color_t c) | |
Standard constructor with initialization. More... | |
virtual | ~Annotation () |
Default destructor. More... | |
virtual Bool_t | MouseEnter (TGLOvlSelectRecord &selRec) |
Mouse has entered overlay area. More... | |
Static Public Member Functions | |
static float | DefaultTextSize () |
Default text size. More... | |
static float | DefaultMargin () |
Default margin for placement in bottom left corner. More... | |
Class to add annotations to eve viewers.
Implements slightly larger text size and one line constructor
Definition at line 34 of file Annotation.h.
dd4hep::Annotation::Annotation | ( | TEveViewer * | v, |
const std::string & | text, | ||
float | x, | ||
float | y, | ||
Color_t | c | ||
) |
Standard constructor with initialization.
|
virtual |
Default destructor.
Definition at line 39 of file Annotation.cpp.
|
static |
Default margin for placement in bottom left corner.
Definition at line 54 of file Annotation.cpp.
|
static |
Default text size.
Definition at line 50 of file Annotation.cpp.
|
virtual |
Mouse has entered overlay area.
Definition at line 44 of file Annotation.cpp.