![]() |
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 348 of file computils.h.
|
inline |
|
inline |
Definition at line 359 of file computils.h.
Definition at line 369 of file computils.h.
|
inline |
Definition at line 373 of file computils.h.
|
inline |
Definition at line 389 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 395 of file computils.h.
|
inline |
Definition at line 385 of file computils.h.
|
inline |
Definition at line 375 of file computils.h.
|
inline |
Definition at line 377 of file computils.h.
|
inline |
Definition at line 383 of file computils.h.
|
inline |
Definition at line 381 of file computils.h.
|
inline |
Definition at line 387 of file computils.h.
|
private |
Definition at line 437 of file computils.h.
|
private |
Definition at line 431 of file computils.h.
|
private |
Definition at line 436 of file computils.h.
|
private |
Definition at line 438 of file computils.h.
|
private |
Definition at line 433 of file computils.h.
|
private |
Definition at line 434 of file computils.h.