#include <TPaveStatsEditor.h>
Inheritance diagram for TPaveStatsEditor:
Definition at line 30 of file TPaveStatsEditor.h.
TPaveStatsEditor::TPaveStatsEditor | ( | const TGWindow * | p = 0 , |
|
Int_t | width = 140 , |
|||
Int_t | height = 30 , |
|||
UInt_t | options = kChildFrame , |
|||
Pixel_t | back = GetDefaultFrameBackground() | |||
) |
Definition at line 55 of file TPaveStatsEditor.cxx.
References TGCompositeFrame::AddFrame(), f2, fChisquare, fEntries, fErrors, fHistoName, fIntegral, fKurtosis, fMean, fNameValues, fOverflow, fPaveStats, fProbability, fRMS, fSkewness, fStatsErrors, fUnderflow, kHorizontalFrame, kLHintsTop, kVerticalFrame, TGedFrame::MakeTitle(), TGButton::SetToolTipText(), and TGCompositeFrame::TGCompositeFrame().
TPaveStatsEditor::~TPaveStatsEditor | ( | ) | [virtual] |
Definition at line 131 of file TPaveStatsEditor.cxx.
TPaveStatsEditor::TPaveStatsEditor | ( | const TGWindow * | p = 0 , |
|
Int_t | width = 140 , |
|||
Int_t | height = 30 , |
|||
UInt_t | options = kChildFrame , |
|||
Pixel_t | back = GetDefaultFrameBackground() | |||
) |
virtual TPaveStatsEditor::~TPaveStatsEditor | ( | ) | [virtual] |
void TPaveStatsEditor::ConnectSignals2Slots | ( | ) | [protected, virtual] |
Definition at line 137 of file TPaveStatsEditor.cxx.
References TQObject::Connect(), fChisquare, fEntries, fErrors, fHistoName, TGedFrame::fInit, fIntegral, fKurtosis, fMean, fNameValues, fOverflow, fProbability, fRMS, fSkewness, fStatsErrors, fUnderflow, and kFALSE.
Referenced by SetModel().
void TPaveStatsEditor::SetModel | ( | TObject * | obj | ) | [virtual] |
Implements TGedFrame.
Definition at line 164 of file TPaveStatsEditor.cxx.
References ConnectSignals2Slots(), TGedFrame::fAvoidSignal, fChisquare, fEntries, fErrors, fHistoName, TGedFrame::fInit, fIntegral, fKurtosis, fMean, fNameValues, fOverflow, fPaveStats, fProbability, fRMS, fSkewness, fUnderflow, TPaveStats::GetOptFit(), TPaveStats::GetOptStat(), kButtonDown, kButtonUp, kFALSE, kTRUE, TGCheckButton::SetState(), and stat.
void TPaveStatsEditor::DoStatOptions | ( | ) | [virtual] |
Definition at line 223 of file TPaveStatsEditor.cxx.
References TGedFrame::fAvoidSignal, fEntries, fHistoName, fIntegral, fKurtosis, fMean, fOverflow, fPaveStats, fRMS, fSkewness, fStatsErrors, fUnderflow, TGButton::GetState(), kButtonDown, TPaveStats::SetOptStat(), TGCheckButton::SetState(), stat, and TGedFrame::Update().
void TPaveStatsEditor::DoFitOptions | ( | ) | [virtual] |
Definition at line 255 of file TPaveStatsEditor.cxx.
References TGedFrame::fAvoidSignal, fChisquare, fErrors, fNameValues, fPaveStats, fProbability, TGButton::GetState(), kButtonDown, TPaveStats::SetOptFit(), and TGedFrame::Update().
void TPaveStatsEditor::SetValuesON | ( | Bool_t | on | ) | [virtual] |
Definition at line 272 of file TPaveStatsEditor.cxx.
References TGedFrame::fAvoidSignal, fNameValues, kButtonDown, kTRUE, and TGCheckButton::SetState().
virtual void TPaveStatsEditor::ConnectSignals2Slots | ( | ) | [protected, virtual] |
virtual void TPaveStatsEditor::DoStatOptions | ( | ) | [virtual] |
virtual void TPaveStatsEditor::DoFitOptions | ( | ) | [virtual] |
virtual void TPaveStatsEditor::SetValuesON | ( | Bool_t | on | ) | [virtual] |
TPaveStats* TPaveStatsEditor::fPaveStats [protected] |
Definition at line 33 of file TPaveStatsEditor.h.
Referenced by DoFitOptions(), DoStatOptions(), SetModel(), and TPaveStatsEditor().
TGCheckButton* TPaveStatsEditor::fHistoName [protected] |
Definition at line 35 of file TPaveStatsEditor.h.
Referenced by ConnectSignals2Slots(), DoStatOptions(), SetModel(), and TPaveStatsEditor().
TGCheckButton* TPaveStatsEditor::fEntries [protected] |
Definition at line 36 of file TPaveStatsEditor.h.
Referenced by ConnectSignals2Slots(), DoStatOptions(), SetModel(), and TPaveStatsEditor().
TGCheckButton* TPaveStatsEditor::fMean [protected] |
Definition at line 37 of file TPaveStatsEditor.h.
Referenced by ConnectSignals2Slots(), DoStatOptions(), SetModel(), and TPaveStatsEditor().
TGCheckButton* TPaveStatsEditor::fRMS [protected] |
Definition at line 38 of file TPaveStatsEditor.h.
Referenced by ConnectSignals2Slots(), DoStatOptions(), SetModel(), and TPaveStatsEditor().
TGCheckButton* TPaveStatsEditor::fUnderflow [protected] |
Definition at line 39 of file TPaveStatsEditor.h.
Referenced by ConnectSignals2Slots(), DoStatOptions(), SetModel(), and TPaveStatsEditor().
TGCheckButton* TPaveStatsEditor::fOverflow [protected] |
Definition at line 40 of file TPaveStatsEditor.h.
Referenced by ConnectSignals2Slots(), DoStatOptions(), SetModel(), and TPaveStatsEditor().
TGCheckButton* TPaveStatsEditor::fIntegral [protected] |
Definition at line 41 of file TPaveStatsEditor.h.
Referenced by ConnectSignals2Slots(), DoStatOptions(), SetModel(), and TPaveStatsEditor().
TGCheckButton* TPaveStatsEditor::fSkewness [protected] |
Definition at line 42 of file TPaveStatsEditor.h.
Referenced by ConnectSignals2Slots(), DoStatOptions(), SetModel(), and TPaveStatsEditor().
TGCheckButton* TPaveStatsEditor::fKurtosis [protected] |
Definition at line 43 of file TPaveStatsEditor.h.
Referenced by ConnectSignals2Slots(), DoStatOptions(), SetModel(), and TPaveStatsEditor().
TGCheckButton* TPaveStatsEditor::fStatsErrors [protected] |
Definition at line 44 of file TPaveStatsEditor.h.
Referenced by ConnectSignals2Slots(), DoStatOptions(), and TPaveStatsEditor().
TGCheckButton* TPaveStatsEditor::fNameValues [protected] |
Definition at line 46 of file TPaveStatsEditor.h.
Referenced by ConnectSignals2Slots(), DoFitOptions(), SetModel(), SetValuesON(), and TPaveStatsEditor().
TGCheckButton* TPaveStatsEditor::fErrors [protected] |
Definition at line 47 of file TPaveStatsEditor.h.
Referenced by ConnectSignals2Slots(), DoFitOptions(), SetModel(), and TPaveStatsEditor().
TGCheckButton* TPaveStatsEditor::fChisquare [protected] |
Definition at line 48 of file TPaveStatsEditor.h.
Referenced by ConnectSignals2Slots(), DoFitOptions(), SetModel(), and TPaveStatsEditor().
TGCheckButton* TPaveStatsEditor::fProbability [protected] |
Definition at line 49 of file TPaveStatsEditor.h.
Referenced by ConnectSignals2Slots(), DoFitOptions(), SetModel(), and TPaveStatsEditor().
TPaveStats* TPaveStatsEditor::fPaveStats [protected] |
Definition at line 33 of file TPaveStatsEditor.h.
TGCheckButton* TPaveStatsEditor::fHistoName [protected] |
Definition at line 35 of file TPaveStatsEditor.h.
TGCheckButton* TPaveStatsEditor::fEntries [protected] |
Definition at line 36 of file TPaveStatsEditor.h.
TGCheckButton* TPaveStatsEditor::fMean [protected] |
Definition at line 37 of file TPaveStatsEditor.h.
TGCheckButton* TPaveStatsEditor::fRMS [protected] |
Definition at line 38 of file TPaveStatsEditor.h.
TGCheckButton* TPaveStatsEditor::fUnderflow [protected] |
Definition at line 39 of file TPaveStatsEditor.h.
TGCheckButton* TPaveStatsEditor::fOverflow [protected] |
Definition at line 40 of file TPaveStatsEditor.h.
TGCheckButton* TPaveStatsEditor::fIntegral [protected] |
Definition at line 41 of file TPaveStatsEditor.h.
TGCheckButton* TPaveStatsEditor::fSkewness [protected] |
Definition at line 42 of file TPaveStatsEditor.h.
TGCheckButton* TPaveStatsEditor::fKurtosis [protected] |
Definition at line 43 of file TPaveStatsEditor.h.
TGCheckButton* TPaveStatsEditor::fStatsErrors [protected] |
Definition at line 44 of file TPaveStatsEditor.h.
TGCheckButton* TPaveStatsEditor::fNameValues [protected] |
Definition at line 46 of file TPaveStatsEditor.h.
TGCheckButton* TPaveStatsEditor::fErrors [protected] |
Definition at line 47 of file TPaveStatsEditor.h.
TGCheckButton* TPaveStatsEditor::fChisquare [protected] |
Definition at line 48 of file TPaveStatsEditor.h.
TGCheckButton* TPaveStatsEditor::fProbability [protected] |
Definition at line 49 of file TPaveStatsEditor.h.