library: libGpad #include "TDrawPanelHist.h" |
TDrawPanelHist
class description - header file - source file - inheritance tree (.pdf)
public:
TDrawPanelHist()
TDrawPanelHist(const char* name, const char* title, UInt_t ww, UInt_t wh, const TVirtualPad* pad, const TObject* obj)
virtual ~TDrawPanelHist()
virtual void AddOption(Option_t* option)
virtual void Apply(const char* action = "")
virtual void BuildStandardButtons()
static TClass* Class()
virtual void ExecuteEvent(Int_t event, Int_t px, Int_t py)
TObject* GetHistogram() const
virtual TClass* IsA() const
virtual void RecursiveRemove(TObject* obj)
virtual void SavePrimitive(ostream& out, Option_t* option = "")
virtual void SetDefaults()
virtual void SetSame()
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
protected:
TString fOption Fitting options
TSlider* fSlider Pointer to fitpanel slider
TObject* fHistogram Pointer to histogram
______________________________________________________________________________
A TDrawPanelHist is a TDialogCanvas specialized to control
histogram drawing options.
With the mouse, the user can control:
- the drawing range in X and Y
- the drawing options
When the DRAW button is executed, the selected histogram is drawn
with the current parameters.
Use the slider to control the range of the histogram to be drawn.
The options are documented in TH1::Draw.
void Apply(const char *action)
Collect all options and draw histogram.
void SetSame()
Set graphics option "same".
Author: Rene Brun 26/11/96
Last update: root/gpad:$Name: $:$Id: TDrawPanelHist.cxx,v 1.7 2006/07/03 16:10:44 brun Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
ROOT page - Class index - Class Hierarchy - 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.