The MainWindow class is the main window of RosAna.
More...
The MainWindow class is the main window of RosAna.
Setup of Gui, interactions and connections is done in this class.
QTabWidget:
QDockWidget:
Dialogs:
Helpers:
MainWindow::MainWindow |
( |
QWidget * |
parent = 0 | ) |
|
|
explicit |
Contructs MainWindow. Sets up Gui and interactions.
- Parameters
-
void MainWindow::saveImage |
( |
| ) |
|
|
privateslot |
Is executed when saveImageAction is executed. Opens a save file dialog.
Detects the current mode and forwards the save trigger to either ProcessWidget or DrawWidget
void MainWindow::setModels |
( |
int |
index | ) |
|
|
privateslot |
Gets the selected model from exampleValues and sets the new model for drawGraphWidget and variableAdjustmentWidget.
- Parameters
-
void MainWindow::setStatusBar |
( |
QString |
text | ) |
|
|
privateslot |
Is executed when a signal is triggered with a message for the status bar.
- Parameters
-
Is executed when a new model has been generated from Fourier analysis.
Sets the new model for DrawWidget and VariableAdjustWidget. Sets the current mode to synthesize.
- Parameters
-
model | The model resulting from Fourier analysis. |
void MainWindow::updateActionBar |
( |
int |
index | ) |
|
|
privateslot |
Updates the action bar icons. Is executed when the active tab is changed.
- Parameters
-
index | The current tab index. |
The widget for synthesis mode.
Class for reading example file.
Dialog for user guide and about.
Dialog for selecting which example rosette to load.
The widget for process mode.
Widget for editing of rosette parameters.
The documentation for this class was generated from the following files:
- /home/sigrid/Code/mainwindow.h
- /home/sigrid/Code/mainwindow.cpp