OpenScenarioView Class Reference

View that allows to open a previously saved scenario. More...

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

+ Inheritance diagram for OpenScenarioView:

Signals

void openScenario (int row, int column, QModelIndex parent)
 
void showAddPackageDialog ()
 

Public Member Functions

 OpenScenarioView (QWidget *parent=0)
 Constructor that sets up the UI and delegates. More...
 
void setModel (FilterableTreeModelSortFilterProxyModelPtr model)
 Sets the model of this view. More...
 
 ~OpenScenarioView () override
 

Detailed Description

View that allows to open a previously saved scenario.

Definition at line 42 of file openscenarioview.h.

Constructor & Destructor Documentation

◆ OpenScenarioView()

OpenScenarioView ( QWidget *  parent = 0)
explicit

Constructor that sets up the UI and delegates.

Parameters
parentparent widget

Definition at line 29 of file openscenarioview.cpp.

+ Here is the call graph for this function:

◆ ~OpenScenarioView()

~OpenScenarioView ( )
override

Definition at line 42 of file openscenarioview.cpp.

Member Function Documentation

◆ openScenario

void openScenario ( int  row,
int  column,
QModelIndex  parent 
)
signal

◆ setModel()

Sets the model of this view.

Parameters
modelnew model

Definition at line 47 of file openscenarioview.cpp.

+ Here is the caller graph for this function:

◆ showAddPackageDialog

void showAddPackageDialog ( )
signal

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