#include <TGo4CreateNewHistogram.h>
Public Slots | |
| virtual void | CreateLocalHist () |
| virtual void | CreateRemoteHis () |
Public Member Functions | |
| TGo4CreateNewHistogram (QWidget *parent=0) | |
| void | SetAnalysisAvaliable (bool on) |
| void | SetLocalAvaliable (bool on) |
| int | GetSelectedCmd () |
| TH1 * | MakeHistogram () |
Protected Attributes | |
| int | fSelectedCmd |
| QButtonGroup * | HisTypeGrp |
| QButtonGroup * | HisClassGrp |
Definition at line 24 of file TGo4CreateNewHistogram.h.
| TGo4CreateNewHistogram::TGo4CreateNewHistogram | ( | QWidget * | parent = 0 |
) |
Definition at line 24 of file TGo4CreateNewHistogram.cpp.
References fSelectedCmd, TGo4QSettings::getHistAxisPars(), TGo4QSettings::getHistName(), TGo4QSettings::getHistTitle(), TGo4QSettings::getHistType(), go4sett, HisClassGrp, and HisTypeGrp.
| void TGo4CreateNewHistogram::CreateLocalHist | ( | ) | [virtual, slot] |
Definition at line 138 of file TGo4CreateNewHistogram.cpp.
References fSelectedCmd.
| void TGo4CreateNewHistogram::CreateRemoteHis | ( | ) | [virtual, slot] |
Definition at line 144 of file TGo4CreateNewHistogram.cpp.
References fSelectedCmd.
| int TGo4CreateNewHistogram::GetSelectedCmd | ( | ) |
Definition at line 79 of file TGo4CreateNewHistogram.cpp.
References fSelectedCmd.
Referenced by TGo4MainWindow::CreateNewHistSlot().
| TH1 * TGo4CreateNewHistogram::MakeHistogram | ( | ) |
Definition at line 84 of file TGo4CreateNewHistogram.cpp.
References go4sett, HisClassGrp, HisTypeGrp, TGo4QSettings::setHistAxisPars(), TGo4QSettings::setHistName(), TGo4QSettings::setHistTitle(), and TGo4QSettings::setHistType().
Referenced by TGo4MainWindow::CreateNewHistSlot().
| void TGo4CreateNewHistogram::SetAnalysisAvaliable | ( | bool | on | ) |
Definition at line 69 of file TGo4CreateNewHistogram.cpp.
Referenced by TGo4MainWindow::CreateNewHistSlot().
| void TGo4CreateNewHistogram::SetLocalAvaliable | ( | bool | on | ) |
Definition at line 74 of file TGo4CreateNewHistogram.cpp.
Referenced by TGo4MainWindow::CreateNewHistSlot().
int TGo4CreateNewHistogram::fSelectedCmd [protected] |
Definition at line 45 of file TGo4CreateNewHistogram.h.
Referenced by CreateLocalHist(), CreateRemoteHis(), GetSelectedCmd(), and TGo4CreateNewHistogram().
QButtonGroup* TGo4CreateNewHistogram::HisClassGrp [protected] |
Definition at line 48 of file TGo4CreateNewHistogram.h.
Referenced by MakeHistogram(), and TGo4CreateNewHistogram().
QButtonGroup* TGo4CreateNewHistogram::HisTypeGrp [protected] |
Definition at line 47 of file TGo4CreateNewHistogram.h.
Referenced by MakeHistogram(), and TGo4CreateNewHistogram().
1.7.1