FFSM++
1.1.0
French Forest Sector Model ++
|
#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 |
Simple widget to show the available scenarios so that the user can choose one.
Definition at line 37 of file ScenarioSelectionWidget.h.
ScenarioSelectionWidget | ( | QWidget * | parent = 0 | ) |
Definition at line 29 of file ScenarioSelectionWidget.cpp.
|
private |
Definition at line 45 of file ScenarioSelectionWidget.cpp.
void receiveScenarioOptions | ( | const QVector< QString > & | scenarios_h | ) |
Definition at line 50 of file ScenarioSelectionWidget.cpp.
|
private |
Definition at line 46 of file ScenarioSelectionWidget.h.
Referenced by ScenarioSelectionWidget().
QComboBox* scenarioSelector |
Definition at line 43 of file ScenarioSelectionWidget.h.
Referenced by receiveScenarioOptions(), and ScenarioSelectionWidget().