library: libGed
#include "TPaveStatsEditor.h"

TPaveStatsEditor


class description - source file - inheritance tree (.pdf)

class TPaveStatsEditor : public TGedFrame

Inheritance Chart:
TObject
<-
TGObject
<-
TGWindow
TQObject
<-
TGFrame
<-
TGCompositeFrame
TGWidget
<-
TGedFrame
<-
TPaveStatsEditor

    protected:
virtual void ConnectSignals2Slots() public:
TPaveStatsEditor(const TGWindow* p, Int_t id, Int_t width = 140, Int_t height = 30, UInt_t options = kChildFrame, Pixel_t back = GetDefaultFrameBackground()) TPaveStatsEditor(const TPaveStatsEditor&) virtual ~TPaveStatsEditor() static TClass* Class() virtual void DoFitOptions() virtual void DoStatOptions() virtual TClass* IsA() const virtual void SetModel(TVirtualPad* pad, TObject* obj, Int_t event) virtual void SetValuesON(Bool_t on) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
TPaveStats* fPaveStats TPaveStats object TGCheckButton* fHistoName histo name check box TGCheckButton* fEntries entries' number check box TGCheckButton* fMean mean value check box TGCheckButton* fRMS RMS check box TGCheckButton* fUnderflow underflow number check box TGCheckButton* fOverflow overflow number check box TGCheckButton* fIntegral integral of bins check box TGCheckButton* fNameValues parameters' name/values check box TGCheckButton* fErrors error check box TGCheckButton* fChisquare Chisquare check box TGCheckButton* fProbability probability check box

Class Description

                                                                      
  TPaveStatsEditor                                                    
                                                                      
  Implements GUI for editing attributes of TPaveStats objects.        //                                             
      all text attributes                                             
      The following statistics option settings can be set:            
      name, mean, RMS, overflow, underflow, integral of bins,         
      Fit parameters that can be set are: Values/Names, Probability,  
      Errors, Chisquare                                               
                                                                      

/* */

TPaveStatsEditor(const TGWindow *p, Int_t id, Int_t width, Int_t height, UInt_t options, Pixel_t back) : TGedFrame(p, id, width, height, options | kVerticalFrame, back)
 Constructor of TPaveStats GUI.

~TPaveStatsEditor()
 Destructor of fill editor.

void ConnectSignals2Slots()
 Connect signals to slots.

void SetModel(TVirtualPad* pad, TObject* obj, Int_t)
 Set GUI widgets according to the used TPaveStats attributes.

void DoStatOptions()
 Slot conected to the stat options.

void DoFitOptions()
 Slot connected to the fit options.

void SetValuesON(Bool_t on)
 Slot connected to the selection of the button 'Errors':
 check button Values should be selected if Errors is selected.



Inline Functions


                 TClass* Class()
                 TClass* IsA() const
                    void ShowMembers(TMemberInspector& insp, char* parent)
                    void Streamer(TBuffer& b)
                    void StreamerNVirtual(TBuffer& b)
        TPaveStatsEditor TPaveStatsEditor(const TPaveStatsEditor&)


Author: Ilka Antcheva
Last update: root/ged:$Name: TPaveStatsEditor.cxx
Copyright (C) 1995-2002, 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.