qmca
0.0.20
|
#include <qmcacontrolpanel.h>
Public Member Functions | |
QMCAControlPanel (QWidget *parent=0, Qt::WindowFlags f=0) | |
MCAControlPanel * | newMCAControlPanel (MCAController *ctrl) |
A2DConverterControlPanel * | newA2DConverterControlPanel (MCAController *ctrl) |
AmplifierControlPanel * | newAmplifierControlPanel (MCAController *ctrl) |
PulseAnalyserControlPanel * | newPulseAnalyserControlPanel (MCAController *ctrl) |
PowerSupplyControlPanel * | newPowerSupplyControlPanel (MCAController *ctrl) |
BM12ControlPanel * | newBM12ControlPanel (MCAController *ctrl) |
Private Member Functions | |
void | newSection (QString title, QWidget *panel) |
Definition at line 14 of file qmcacontrolpanel.h.
QMCAControlPanel::QMCAControlPanel | ( | QWidget * | parent = 0 , |
Qt::WindowFlags | f = 0 |
||
) |
Definition at line 13 of file qmcacontrolpanel.cpp.
A2DConverterControlPanel * QMCAControlPanel::newA2DConverterControlPanel | ( | MCAController * | ctrl | ) |
Definition at line 41 of file qmcacontrolpanel.cpp.
References newSection().
AmplifierControlPanel * QMCAControlPanel::newAmplifierControlPanel | ( | MCAController * | ctrl | ) |
Definition at line 50 of file qmcacontrolpanel.cpp.
References newSection().
BM12ControlPanel * QMCAControlPanel::newBM12ControlPanel | ( | MCAController * | ctrl | ) |
Definition at line 77 of file qmcacontrolpanel.cpp.
References MCAController::graph(), and newSection().
MCAControlPanel * QMCAControlPanel::newMCAControlPanel | ( | MCAController * | ctrl | ) |
Definition at line 32 of file qmcacontrolpanel.cpp.
References newSection().
PowerSupplyControlPanel * QMCAControlPanel::newPowerSupplyControlPanel | ( | MCAController * | ctrl | ) |
Definition at line 68 of file qmcacontrolpanel.cpp.
References newSection().
PulseAnalyserControlPanel * QMCAControlPanel::newPulseAnalyserControlPanel | ( | MCAController * | ctrl | ) |
Definition at line 59 of file qmcacontrolpanel.cpp.
References newSection().
|
private |
Definition at line 18 of file qmcacontrolpanel.cpp.
Referenced by newA2DConverterControlPanel(), newAmplifierControlPanel(), newBM12ControlPanel(), newMCAControlPanel(), newPowerSupplyControlPanel(), and newPulseAnalyserControlPanel().