CreateScenarioView Class Reference

View that allows user to create a new scenario. More...

#include <ArmarXGui/gui-plugins/ScenarioManager/gui/createscenarioview.h>

+ Inheritance diagram for CreateScenarioView:

Signals

void created (std::string name, std::string package)
 

Public Member Functions

 CreateScenarioView (QWidget *parent=0)
 Constructor that sets up the UI.
 
void setPackages (QVector< QPair< QString, bool > > const &packages)
 Sets the packages which are shown in the view.
 
 ~CreateScenarioView () override
 Destructor.
 

Detailed Description

View that allows user to create a new scenario.

Definition at line 42 of file createscenarioview.h.

Constructor & Destructor Documentation

◆ CreateScenarioView()

CreateScenarioView ( QWidget * parent = 0)
explicit

Constructor that sets up the UI.

Parameters
parentQT option for parent

Definition at line 32 of file createscenarioview.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ ~CreateScenarioView()

~CreateScenarioView ( )
override

Destructor.

Definition at line 39 of file createscenarioview.cpp.

Member Function Documentation

◆ created

void created ( std::string name,
std::string package )
signal

◆ setPackages()

void setPackages ( QVector< QPair< QString, bool > > const & packages)

Sets the packages which are shown in the view.

Parameters
packagesnames of the packages to show

Definition at line 45 of file createscenarioview.cpp.


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