TVirtualHistPainter
class description - source file - inheritance tree
public:
virtual void ~TVirtualHistPainter()
static TClass* Class()
virtual Int_t DistancetoPrimitive(Int_t px, Int_t py)
virtual void DrawPanel()
virtual void ExecuteEvent(Int_t event, Int_t px, Int_t py)
virtual void FitPanel()
virtual char* GetObjectInfo(Int_t px, Int_t py)
static TVirtualHistPainter* HistPainter(TH1* obj)
virtual TClass* IsA() const
virtual void Paint(Option_t* option)
virtual void PaintStat(Int_t dostat, TF1* fit)
virtual void SetHistogram(TH1* h)
static void SetPainter(const char* painter)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
private:
static TClass* fgPainter Pointer to class painter
See also
-
THistPainter
~TVirtualHistPainter()
*-*-*-*-*-*-*-*-*-*-*Histogram painter default destructor*-*-*-*-*-*-*-*-*
*-* ====================================
TVirtualHistPainter* HistPainter(TH1 *obj)
Static function returning a pointer to the current histogram painter.
The painter will paint the specified obj. If the histogram painter
does not exist a default painter is created.
void SetPainter(const char *painter)
Static function to set an alternative histogram painter.
Inline Functions
Int_t DistancetoPrimitive(Int_t px, Int_t py)
void DrawPanel()
void ExecuteEvent(Int_t event, Int_t px, Int_t py)
void FitPanel()
char* GetObjectInfo(Int_t px, Int_t py)
void Paint(Option_t* option)
void PaintStat(Int_t dostat, TF1* fit)
void SetHistogram(TH1* h)
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
Author: Rene Brun 30/08/99
Last update: root/hist:$Name: $:$Id: TVirtualHistPainter.cxx,v 1.1.1.1 2000/05/16 17:00:41 rdm Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
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.