Storage class for one entry of a TLegend.
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 void SetObject(TObject *obj)
(re)set the obj pointed to by this entry
TLegendEntry()
TLegendEntry do-nothing default constructor.
TString fLabel
Text associated with the entry, will become latex.
virtual void SetLabel(const char *label="")
virtual void SetOption(Option_t *option="lpf")
virtual TObject * GetObject() const
virtual void Print(Option_t *option="") const
dump this TLegendEntry to std::cout
virtual ~TLegendEntry()
TLegendEntry default destructor.
virtual Option_t * GetOption() const
TObject * fObject
pointer to object being represented by this entry
TString fOption
Options associated with this entry.
virtual const char * GetLabel() const
virtual void Copy(TObject &obj) const
copy this TLegendEntry into obj
TLegendEntry & operator=(const TLegendEntry &)