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. More...
 
void setPackages (QVector< QPair< QString, bool >> const &packages)
 Sets the packages which are shown in the view. More...
 
 ~CreateScenarioView () override
 Destructor. More...
 

Detailed Description

View that allows user to create a new scenario.

Definition at line 43 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 31 of file createscenarioview.cpp.

◆ ~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 44 of file createscenarioview.cpp.

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

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