|
qmca
0.0.20
|
#include <mcacontrolpanel.h>

Public Slots | |
| void | editedRealTime () |
| void | editedLiveTime () |
Public Member Functions | |
| MCAControlPanel (MCAController *ctl, QWidget *parent) | |
| virtual | ~MCAControlPanel () |
| void | append (EpicsMCA *mca) |
Private Attributes | |
| MCAController * | m_Controller |
| QGridLayout * | m_GridLayout |
| QPushButton * | m_Erase |
| QPushButton * | m_Start |
| QPushButton * | m_Stop |
| QPushButton * | m_EraseStart |
| QPushButton * | m_SaveData |
| QPushButton * | m_SaveAButton |
| QPushButton * | m_ClearAButton |
| QPushButton * | m_SaveBButton |
| QPushButton * | m_ClearBButton |
| QPushButton * | m_SaveCButton |
| QPushButton * | m_ClearCButton |
| MCAGroup * | m_MCAGroup |
| QDoubleSpinBox * | m_PresetRealTime |
| QDoubleSpinBox * | m_PresetLiveTime |
Definition at line 15 of file mcacontrolpanel.h.
| MCAControlPanel::MCAControlPanel | ( | MCAController * | ctl, |
| QWidget * | parent | ||
| ) |
Definition at line 13 of file mcacontrolpanel.cpp.
References editedLiveTime(), editedRealTime(), m_ClearAButton, m_ClearBButton, m_ClearCButton, m_Controller, m_Erase, m_EraseStart, m_GridLayout, m_MCAGroup, m_PresetLiveTime, m_PresetRealTime, m_SaveAButton, m_SaveBButton, m_SaveCButton, m_SaveData, m_Start, and m_Stop.
|
virtual |
Definition at line 95 of file mcacontrolpanel.cpp.
| void MCAControlPanel::append | ( | EpicsMCA * | mca | ) |
Definition at line 99 of file mcacontrolpanel.cpp.
References EpicsMCA::elapsedLiveTime(), EpicsMCA::elapsedRealTime(), m_GridLayout, m_MCAGroup, and EpicsObject::pvName().
Referenced by MCAController::addArgument().
|
slot |
Definition at line 127 of file mcacontrolpanel.cpp.
References m_MCAGroup, and m_PresetLiveTime.
Referenced by MCAControlPanel().
|
slot |
Definition at line 122 of file mcacontrolpanel.cpp.
References m_MCAGroup, and m_PresetRealTime.
Referenced by MCAControlPanel().
|
private |
Definition at line 38 of file mcacontrolpanel.h.
Referenced by MCAControlPanel().
|
private |
Definition at line 40 of file mcacontrolpanel.h.
Referenced by MCAControlPanel().
|
private |
Definition at line 42 of file mcacontrolpanel.h.
Referenced by MCAControlPanel().
|
private |
Definition at line 30 of file mcacontrolpanel.h.
Referenced by MCAControlPanel().
|
private |
Definition at line 32 of file mcacontrolpanel.h.
Referenced by MCAControlPanel().
|
private |
Definition at line 35 of file mcacontrolpanel.h.
Referenced by MCAControlPanel().
|
private |
Definition at line 31 of file mcacontrolpanel.h.
Referenced by append(), and MCAControlPanel().
|
private |
Definition at line 43 of file mcacontrolpanel.h.
Referenced by append(), editedLiveTime(), editedRealTime(), and MCAControlPanel().
|
private |
Definition at line 45 of file mcacontrolpanel.h.
Referenced by editedLiveTime(), and MCAControlPanel().
|
private |
Definition at line 44 of file mcacontrolpanel.h.
Referenced by editedRealTime(), and MCAControlPanel().
|
private |
Definition at line 37 of file mcacontrolpanel.h.
Referenced by MCAControlPanel().
|
private |
Definition at line 39 of file mcacontrolpanel.h.
Referenced by MCAControlPanel().
|
private |
Definition at line 41 of file mcacontrolpanel.h.
Referenced by MCAControlPanel().
|
private |
Definition at line 36 of file mcacontrolpanel.h.
Referenced by MCAControlPanel().
|
private |
Definition at line 33 of file mcacontrolpanel.h.
Referenced by MCAControlPanel().
|
private |
Definition at line 34 of file mcacontrolpanel.h.
Referenced by MCAControlPanel().
1.8.6