|
qse
0.5.4
|
#include <qsecontroller.h>

Public Slots | |
| void | message (const QString &message) |
| void | setProgress (int level) |
| void | openCompleted (void) |
| void | runNormalizer (void) |
| void | averageSelectedScans () |
| void | openDataFile () |
| void | appendDataFile () |
| void | openControlFile () |
| void | saveSplitDataFile () |
| void | saveNormalizedFile () |
| void | saveAveragedFile () |
| void | saveControlFile () |
| void | exitApplication () |
| void | readDataFile (const QString &name) |
| void | appendDataFile (const QString &name) |
| void | readControlFile (const QString &name) |
| void | writeControlFile (const QString &name) |
Signals | |
| void | currentScanChanged (int) |
| void | normalizedScansChanged () |
| void | averagedScansChanged () |
| int | openFile (QString fileName) |
| void | writeScans (const QString &fileName) |
Public Member Functions | |
| QseController (QseProcessorMain *w, QObject *parent=0) | |
| ~QseController () | |
| void | readSettings (QSettings *settings) |
| void | writeSettings (QSettings *settings) |
Protected Attributes | |
| QProgressBar * | m_Progress |
Private Slots | |
| void | openQSEHomePage () |
Private Member Functions | |
| void | setupActions () |
| QseScan * | scan (int n) |
| QseScan * | currentScan () |
Definition at line 25 of file qsecontroller.h.
| QseController::QseController | ( | QseProcessorMain * | w, |
| QObject * | parent = 0 |
||
| ) |
Definition at line 41 of file qsecontroller.cpp.
| QseController::~QseController | ( | ) |
Definition at line 118 of file qsecontroller.cpp.
References m_AveragedController, and m_NormalizedController.
|
slot |
Definition at line 231 of file qsecontroller.cpp.
References m_MainWindow.
Referenced by setupActions().
|
slot |
Definition at line 240 of file qsecontroller.cpp.
References m_DataFlow, message(), and openCompleted().
|
signal |
|
slot |
|
private |
Definition at line 199 of file qsecontroller.cpp.
References m_CurrentScan, m_DataFlow, QseDataFlow::m_InputData, and QseDataSet::scan().
|
signal |
|
slot |
|
slot |
Definition at line 158 of file qsecontroller.cpp.
References m_MainWindow.
Referenced by appendDataFile(), and readDataFile().
|
signal |
Referenced by runNormalizer().
|
slot |
Definition at line 173 of file qsecontroller.cpp.
References QseDataFlow::m_AveragedData, m_DataFlow, QseDataFlow::m_InputData, m_MainWindow, and QseDataFlow::m_NormalizedData.
Referenced by appendDataFile(), and readDataFile().
|
slot |
Definition at line 249 of file qsecontroller.cpp.
References m_MainWindow, and readControlFile().
Referenced by setupActions().
|
slot |
Definition at line 211 of file qsecontroller.cpp.
References m_MainWindow, and readDataFile().
Referenced by setupActions().
|
signal |
Referenced by readDataFile().
|
privateslot |
Definition at line 495 of file qsecontroller.cpp.
Referenced by setupActions().
|
slot |
Definition at line 258 of file qsecontroller.cpp.
References readSettings().
Referenced by openControlFile().
|
slot |
Definition at line 220 of file qsecontroller.cpp.
References m_DataFlow, message(), openCompleted(), and openFile().
Referenced by openDataFile().
| void QseController::readSettings | ( | QSettings * | settings | ) |
|
slot |
Definition at line 204 of file qsecontroller.cpp.
References QseNormalizer::exec(), m_DataFlow, QseDataFlow::m_Normalizer, and normalizedScansChanged().
|
slot |
Definition at line 275 of file qsecontroller.cpp.
References m_AveragedController.
Referenced by setupActions().
|
slot |
Definition at line 280 of file qsecontroller.cpp.
References m_MainWindow, and writeControlFile().
Referenced by setupActions().
|
slot |
Definition at line 270 of file qsecontroller.cpp.
References m_NormalizedController.
Referenced by setupActions().
|
slot |
Definition at line 265 of file qsecontroller.cpp.
Referenced by setupActions().
|
private |
Definition at line 191 of file qsecontroller.cpp.
References m_DataFlow, QseDataFlow::m_InputData, and QseDataSet::scan().
|
slot |
|
private |
Definition at line 124 of file qsecontroller.cpp.
References appendDataFile(), averageSelectedScans(), exitApplication(), m_AveragedController, m_MainWindow, m_NormalizedController, openControlFile(), openDataFile(), openQSEHomePage(), saveAveragedFile(), saveControlFile(), saveNormalizedFile(), and saveSplitDataFile().
|
slot |
Definition at line 289 of file qsecontroller.cpp.
References writeSettings().
Referenced by saveControlFile().
|
signal |
| void QseController::writeSettings | ( | QSettings * | settings | ) |
Definition at line 385 of file qsecontroller.cpp.
Referenced by writeControlFile().
|
private |
Definition at line 89 of file qsecontroller.h.
Referenced by saveAveragedFile(), setupActions(), and ~QseController().
|
private |
Definition at line 81 of file qsecontroller.h.
Referenced by currentScan().
|
private |
Definition at line 79 of file qsecontroller.h.
Referenced by appendDataFile(), currentScan(), openCompleted(), readDataFile(), runNormalizer(), and scan().
|
private |
Definition at line 84 of file qsecontroller.h.
|
private |
Definition at line 86 of file qsecontroller.h.
|
private |
Definition at line 83 of file qsecontroller.h.
|
private |
Definition at line 80 of file qsecontroller.h.
Referenced by appendDataFile(), message(), openCompleted(), openControlFile(), openDataFile(), saveControlFile(), and setupActions().
|
private |
Definition at line 88 of file qsecontroller.h.
Referenced by saveNormalizedFile(), setupActions(), and ~QseController().
|
private |
Definition at line 85 of file qsecontroller.h.
|
protected |
Definition at line 93 of file qsecontroller.h.
Referenced by setProgress().
|
private |
Definition at line 87 of file qsecontroller.h.
1.8.6