Storage class for one entry of a TLegend.
 
virtual TObject * GetObject() const
 
virtual void SetLabel(const char *label="")
 
virtual ~TLegendEntry()
TLegendEntry default destructor.
 
TObject * fObject
pointer to object being represented by this entry
 
virtual void SetOption(Option_t *option="lpf")
 
virtual void Print(Option_t *option="") const
dump this TLegendEntry to std::cout
 
TLegendEntry()
TLegendEntry do-nothing default constructor.
 
virtual void SaveEntry(std::ostream &out, const char *name)
Save this TLegendEntry as C++ statements on output stream out to be used with the SaveAs ....
 
virtual const char * GetLabel() const
 
TString fLabel
Text associated with the entry, will become latex.
 
virtual void Copy(TObject &obj) const
copy this TLegendEntry into obj
 
virtual void SetObject(TObject *obj)
(re)set the obj pointed to by this entry
 
TLegendEntry & operator=(const TLegendEntry &)
 
virtual Option_t * GetOption() const
 
TString fOption
Options associated with this entry.