|
|
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 | |
View that allows to open a previously saved scenario.
Definition at line 43 of file openscenarioview.h.
|
explicit |
Constructor that sets up the UI and delegates.
| parent | parent widget |
Definition at line 30 of file openscenarioview.cpp.
Here is the call graph for this function:
|
override |
Definition at line 46 of file openscenarioview.cpp.
|
signal |
| void setModel | ( | FilterableTreeModelSortFilterProxyModelPtr | model | ) |
Sets the model of this view.
| model | new model |
Definition at line 52 of file openscenarioview.cpp.
Here is the caller graph for this function:
|
signal |