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


Public Methods | |
| TLegendEntry () | |
| TLegendEntry (TObject *obj, const char *label=0, Option_t *option="lpf") | |
| TLegendEntry (const TLegendEntry &entry) | |
| virtual | ~TLegendEntry () |
| virtual void | Copy (TObject &obj) const |
| virtual const char * | GetLabel () const |
| virtual TObject * | GetObject () const |
| virtual Option_t * | GetOption () const |
| virtual void | Print (Option_t *option="") const |
| virtual void | SaveEntry (ofstream &out, const char *name) |
| virtual void | SetLabel (const char *label="") |
| virtual void | SetObject (TObject *obj) |
| virtual void | SetObject (const char *objectName) |
| virtual void | SetOption (Option_t *option="lpf") |
Protected Attributes | |
| TObject * | fObject |
| TString | fLabel |
| TString | fOption |
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
Reimplemented from TObject. |
|
|
Definition at line 49 of file TLegendEntry.h. References TString::Data(), and fLabel. |
|
|
Definition at line 50 of file TLegendEntry.h. References fObject. |
|
|
Reimplemented from TObject. Definition at line 51 of file TLegendEntry.h. References TString::Data(), and fOption. |
|
|
Reimplemented from TObject. |
|
||||||||||||
|
|
|
|
Definition at line 54 of file TLegendEntry.h. References fLabel. |
|
|
|
|
|
|
|
|
Definition at line 57 of file TLegendEntry.h. References fOption. |
|
|
Definition at line 60 of file TLegendEntry.h. Referenced by GetObject(). |
|
|
Definition at line 61 of file TLegendEntry.h. |
|
|
Definition at line 62 of file TLegendEntry.h. |
1.2.16