#include <TLegend.h>
Inheritance diagram for TLegend:


Public Methods | |
| TLegend () | |
| TLegend (Double_t x1, Double_t y1, Double_t x2, Double_t y2, const char *header="", Option_t *option="brNDC") | |
| virtual | ~TLegend () |
| TLegend (const TLegend &legend) | |
| TLegendEntry * | AddEntry (TObject *obj, const char *label="", Option_t *option="lpf") |
| TLegendEntry * | AddEntry (const char *name, const char *label="", Option_t *option="lpf") |
| virtual void | Clear (Option_t *option="") |
| virtual void | Copy (TObject &obj) const |
| virtual void | DeleteEntry () |
| virtual void | Draw (Option_t *option="") |
| virtual void | EditEntryAttFill () |
| virtual void | EditEntryAttLine () |
| virtual void | EditEntryAttMarker () |
| virtual void | EditEntryAttText () |
| TLegendEntry * | GetEntry () const |
| Float_t | GetEntrySeparation () const |
| virtual const char * | GetHeader () const |
| TList * | GetListOfPrimitives () const |
| Float_t | GetMargin () const |
| virtual void | InsertEntry (const char *objectName="", const char *label="", Option_t *option="lpf") |
| virtual void | Paint (Option_t *option="") |
| virtual void | PaintPrimitives () |
| virtual void | Print (Option_t *option="") const |
| virtual void | RecursiveRemove (TObject *obj) |
| virtual void | SavePrimitive (ofstream &out, Option_t *option) |
| void | SetDefaults () |
| virtual void | SetEntryLabel (const char *label) |
| virtual void | SetEntryOption (Option_t *option) |
| void | SetEntrySeparation (Float_t entryseparation) |
| virtual void | SetHeader (const char *header="") |
| void | SetMargin (Float_t margin) |
Protected Attributes | |
| TList * | fPrimitives |
| Float_t | fEntrySeparation |
| Float_t | fMargin |
|
|
|
|
||||||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
Reimplemented from TObject. |
|
|
Reimplemented from TPave. |
|
|
|
|
|
Reimplemented from TPave. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 53 of file TLegend.h. References fEntrySeparation. |
|
|
|
|
|
Definition at line 55 of file TLegend.h. References fPrimitives. |
|
|
Definition at line 56 of file TLegend.h. References fMargin. |
|
||||||||||||||||
|
|
|
|
Reimplemented from TPave. |
|
|
|
|
|
Reimplemented from TPave. |
|
|
Reimplemented from TObject. |
|
||||||||||||
|
Reimplemented from TPave. |
|
|
Definition at line 64 of file TLegend.h. References fEntrySeparation, and fMargin. |
|
|
|
|
|
|
|
|
Definition at line 67 of file TLegend.h. References fEntrySeparation. |
|
|
|
|
|
Definition at line 70 of file TLegend.h. References fMargin. |
|
|
Definition at line 73 of file TLegend.h. Referenced by GetListOfPrimitives(). |
|
|
Definition at line 74 of file TLegend.h. Referenced by GetEntrySeparation(), SetDefaults(), and SetEntrySeparation(). |
|
|
Definition at line 77 of file TLegend.h. Referenced by GetMargin(), SetDefaults(), and SetMargin(). |
1.2.16