12 #ifndef ROOT_TPaveStatsEditor
13 #define ROOT_TPaveStatsEditor
28 class TPaveStatsEditor :
public TGedFrame {
31 TPaveStats *fPaveStats;
33 TGCheckButton *fHistoName;
34 TGCheckButton *fEntries;
37 TGCheckButton *fUnderflow;
38 TGCheckButton *fOverflow;
39 TGCheckButton *fIntegral;
40 TGCheckButton *fSkewness;
41 TGCheckButton *fKurtosis;
42 TGCheckButton *fStatsErrors;
44 TGCheckButton *fNameValues;
45 TGCheckButton *fErrors;
46 TGCheckButton *fChisquare;
47 TGCheckButton *fProbability;
49 virtual void ConnectSignals2Slots();
52 TPaveStatsEditor(
const TGWindow *p=0,
53 Int_t width = 140, Int_t height = 30,
54 UInt_t options = kChildFrame,
55 Pixel_t back = GetDefaultFrameBackground());
56 virtual ~TPaveStatsEditor();
58 virtual void SetModel(TObject* obj);
59 virtual void DoStatOptions();
60 virtual void DoFitOptions();
61 virtual void SetValuesON(Bool_t on);
63 ClassDef(TPaveStatsEditor,0)