#include <ScenarioSelectionWidget.h>
Public Member Functions | |
| ScenarioSelectionWidget (QWidget *parent=0) | |
| void | receiveScenarioOptions (const QVector< QString > &scenarios_h) |
Public Attributes | |
| QComboBox * | scenarioSelector |
Private Member Functions | |
| ~ScenarioSelectionWidget () | |
Private Attributes | |
| QLabel * | label |
Definition at line 35 of file ScenarioSelectionWidget.h.
| ScenarioSelectionWidget | ( | QWidget * | parent = 0 |
) |
Definition at line 25 of file ScenarioSelectionWidget.cpp.
| ~ScenarioSelectionWidget | ( | ) | [private] |
Definition at line 41 of file ScenarioSelectionWidget.cpp.
| void receiveScenarioOptions | ( | const QVector< QString > & | scenarios_h | ) |
Definition at line 46 of file ScenarioSelectionWidget.cpp.
Referenced by MainWindow::receiveScenarioOptions().
| QComboBox* scenarioSelector |
Definition at line 41 of file ScenarioSelectionWidget.h.
Referenced by MainWindow::MainWindow(), receiveScenarioOptions(), MainWindow::receiveScenarioOptions(), and ScenarioSelectionWidget().
QLabel* label [private] |