![]() |
ATLAS Offline Software
|
slightly more convenient legend class More...
#include <computils.h>
Public Member Functions | |
| Legend () | |
| Legend (double x1, double x2, double y1, double y2) | |
| Legend (const Legend &legend) | |
| ~Legend () | |
| TLegend * | legend () |
| size_t | size () const |
| double | TextSize () const |
| int | TextFont () const |
| double | height () const |
| double | width () const |
| void | AddEntry (TObject *tobj, const std::string &s, const std::string &type="p") |
| void | Draw () |
Private Attributes | |
| TLegend * | m_leg |
| double | m_x [2] |
| double | m_y [2] |
| std::vector< TObject * > | m_obj |
| std::vector< std::string > | m_entries |
| std::vector< std::string > | m_type |
slightly more convenient legend class
Definition at line 337 of file computils.h.
|
inline |
|
inline |
Definition at line 348 of file computils.h.
|
inline |
Definition at line 358 of file computils.h.
|
inline |
Definition at line 362 of file computils.h.
|
inline |
Definition at line 378 of file computils.h.
|
inline |
ha ! don't actually create the legend until we want to draw it, then we can determine the size etc automatically
Definition at line 384 of file computils.h.
|
inline |
Definition at line 374 of file computils.h.
|
inline |
Definition at line 364 of file computils.h.
|
inline |
Definition at line 366 of file computils.h.
|
inline |
Definition at line 372 of file computils.h.
|
inline |
Definition at line 370 of file computils.h.
|
inline |
Definition at line 376 of file computils.h.
|
private |
Definition at line 424 of file computils.h.
|
private |
Definition at line 418 of file computils.h.
|
private |
Definition at line 423 of file computils.h.
|
private |
Definition at line 425 of file computils.h.
|
private |
Definition at line 420 of file computils.h.
|
private |
Definition at line 421 of file computils.h.