#include <DrawLabel.h>
|
| | DrawLabel (double x, double y, const std::string &s, int colour=kBlack, double size=0.033, double font=42) |
| virtual | ~DrawLabel () |
| void | Draw () const |
| const std::string & | text () const |
Definition at line 22 of file DrawLabel.h.
◆ DrawLabel()
| DrawLabel::DrawLabel |
( |
double | x, |
|
|
double | y, |
|
|
const std::string & | s, |
|
|
int | colour = kBlack, |
|
|
double | size = 0.033, |
|
|
double | font = 42 ) |
|
inline |
◆ ~DrawLabel()
| virtual DrawLabel::~DrawLabel |
( |
| ) |
|
|
inlinevirtual |
◆ Draw()
| void DrawLabel::Draw |
( |
| ) |
const |
|
inline |
Definition at line 35 of file DrawLabel.h.
35 {
36 TLatex*
tt =
new TLatex();
42 }
◆ text()
| const std::string & DrawLabel::text |
( |
| ) |
const |
|
inline |
◆ m_colour
◆ m_font
◆ m_size
◆ m_text
| std::string DrawLabel::m_text |
|
private |
◆ m_x
◆ m_y
The documentation for this class was generated from the following file: