#include <mainwindow.h>
List of all members.
Public Slots |
| void | addStep (Step *newStep) |
| void | changeState (Step *peer, Step::state newState, Step::state oldState) |
| void | showCapturesGUI (Step *emisor, T_CAPTURE_LIST *captures) |
| void | acceptCaptures () |
| void | showReportsGUI (Step *emisor, T_REPORT_LIST *reports) |
| void | acceptReports () |
| void | executeStep (QListWidgetItem *item) |
| void | showMessage (QString msg, int severity) |
| void | loadFile () |
| void | print () |
| void | clear () |
Public Member Functions |
| | MainWindow (CoreInterface *core, QWidget *parent=0) |
| | ~MainWindow () |
Private Slots |
| void | on_actionAbout_Qt_triggered () |
| void | on_action_Home_Page_triggered () |
| void | on_actionAbout_triggered () |
| void | on_action_Load_triggered () |
Private Member Functions |
| bool | setCaptureTXT (int order) |
| bool | setCaptureGUI (int order) |
| bool | setCaptureSEL (int order) |
| QLayout * | getCaptureInputTXT (Capture *capture, QFrame *frame) |
| QLayout * | getCaptureInputGUI (Capture *capture, QFrame *frame) |
| QLayout * | getReportOutputTXT (Report *report, QFrame *frame) |
| QLayout * | getReportOutputGUI (Report *report, QFrame *frame) |
| QLayout * | getCRLayoutIMG (CR_Image *crpixmap, QFrame *frame) |
| QLayout * | getCRLayoutSEL (CR_Select *sel, QFrame *frame, bool readOnly) |
| QLayout * | getCRLayoutPLOT (CR_FunctionIterator *fi, QFrame *frame) |
Private Attributes |
| Ui::MainWindowClass * | ui |
| T_CAPTURE_LIST * | currentCapts |
| Step * | currentStep |
| QList< QObject * > | inputs |
| CoreInterface * | core |
Detailed Description
Definition at line 67 of file mainwindow.h.
Constructor & Destructor Documentation
| MainWindow::MainWindow |
( |
CoreInterface * |
core, |
|
|
QWidget * |
parent = 0 |
|
) |
| |
| MainWindow::~MainWindow |
( |
| ) |
|
Member Function Documentation
| void MainWindow::acceptCaptures |
( |
| ) |
[slot] |
| void MainWindow::acceptReports |
( |
| ) |
[slot] |
| void MainWindow::addStep |
( |
Step * |
newStep | ) |
[slot] |
| void MainWindow::clear |
( |
| ) |
[slot] |
| void MainWindow::executeStep |
( |
QListWidgetItem * |
item | ) |
[slot] |
| QLayout * MainWindow::getCaptureInputGUI |
( |
Capture * |
capture, |
|
|
QFrame * |
frame |
|
) |
| [private] |
| QLayout * MainWindow::getCaptureInputTXT |
( |
Capture * |
capture, |
|
|
QFrame * |
frame |
|
) |
| [private] |
| QLayout * MainWindow::getCRLayoutIMG |
( |
CR_Image * |
crpixmap, |
|
|
QFrame * |
frame |
|
) |
| [private] |
| QLayout * MainWindow::getCRLayoutSEL |
( |
CR_Select * |
sel, |
|
|
QFrame * |
frame, |
|
|
bool |
readOnly |
|
) |
| [private] |
| QLayout * MainWindow::getReportOutputGUI |
( |
Report * |
report, |
|
|
QFrame * |
frame |
|
) |
| [private] |
| QLayout * MainWindow::getReportOutputTXT |
( |
Report * |
report, |
|
|
QFrame * |
frame |
|
) |
| [private] |
| void MainWindow::loadFile |
( |
| ) |
[slot] |
| void MainWindow::on_action_Home_Page_triggered |
( |
| ) |
[private, slot] |
| void MainWindow::on_action_Load_triggered |
( |
| ) |
[private, slot] |
| void MainWindow::on_actionAbout_Qt_triggered |
( |
| ) |
[private, slot] |
| void MainWindow::on_actionAbout_triggered |
( |
| ) |
[private, slot] |
| void MainWindow::print |
( |
| ) |
[slot] |
| bool MainWindow::setCaptureGUI |
( |
int |
order | ) |
[private] |
| bool MainWindow::setCaptureSEL |
( |
int |
order | ) |
[private] |
| bool MainWindow::setCaptureTXT |
( |
int |
order | ) |
[private] |
| void MainWindow::showCapturesGUI |
( |
Step * |
emisor, |
|
|
T_CAPTURE_LIST * |
captures |
|
) |
| [slot] |
| void MainWindow::showMessage |
( |
QString |
msg, |
|
|
int |
severity |
|
) |
| [slot] |
| void MainWindow::showReportsGUI |
( |
Step * |
emisor, |
|
|
T_REPORT_LIST * |
reports |
|
) |
| [slot] |
Member Data Documentation
The documentation for this class was generated from the following files: