TLegend
class description - source file - inheritance tree
public:
TLegend(Double_t x1, Double_t y1, Double_t x2, Double_t y2, const char* header, Option_t* option = "brNDC")
TLegend(const TLegend& legend)
TLegend()
virtual ~TLegend()
TLegendEntry* AddEntry(TObject* obj, const char* label, Option_t* option = "lpf")
TLegendEntry* AddEntry(const char* name, const char* label, Option_t* option = "lpf")
static TClass* Class()
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 TClass* IsA() const
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)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
protected:
TList* fPrimitives list of TLegendEntries
Float_t fEntrySeparation separation between entries, as a fraction of
Float_t fMargin fraction of total width used for symbol
Last update: Fri May 14 13:32:40 2004
ROOT page - Class index - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.