ScenarioSelectionWidget Class Reference

#include <ScenarioSelectionWidget.h>

List of all members.

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


Detailed Description

Simple widget to show the available scenarios so that the user can choose one.

Author:
Antonello Lobianco <antonello@regmas.org>

Definition at line 35 of file ScenarioSelectionWidget.h.


Constructor & Destructor Documentation

ScenarioSelectionWidget ( QWidget *  parent = 0  ) 

Definition at line 25 of file ScenarioSelectionWidget.cpp.

~ScenarioSelectionWidget (  )  [private]

Definition at line 41 of file ScenarioSelectionWidget.cpp.


Member Function Documentation

void receiveScenarioOptions ( const QVector< QString > &  scenarios_h  ) 

Definition at line 46 of file ScenarioSelectionWidget.cpp.

Referenced by MainWindow::receiveScenarioOptions().


Member Data Documentation

QComboBox* scenarioSelector

Definition at line 41 of file ScenarioSelectionWidget.h.

Referenced by MainWindow::MainWindow(), receiveScenarioOptions(), MainWindow::receiveScenarioOptions(), and ScenarioSelectionWidget().

QLabel* label [private]

Definition at line 44 of file ScenarioSelectionWidget.h.

Referenced by ScenarioSelectionWidget().


The documentation for this class was generated from the following files: