|
|
View that shows a list of Scenarios. More...
#include <ArmarXGui/gui-plugins/ScenarioManager/gui/scenariolistview.h>
Inheritance diagram for ScenarioListView:Public Slots | |
| void | setModel (FilterableTreeModelSortFilterProxyModelPtr model) |
| Sets the model of this view. | |
Signals | |
| void | createScenario () |
| void | itemClicked (const QModelIndex &index) |
| void | removeItem (QModelIndex index) |
| void | restartApplication (int row, int column, QModelIndex parent) |
| void | showOpenDialog () |
| void | startApplication (int row, int column, QModelIndex parent) |
| void | stopApplication (int row, int column, QModelIndex parent) |
Public Member Functions | |
| ScenarioListView (QWidget *parent=0) | |
| Constructor that sets up the ui and behaviour of this view. | |
| ~ScenarioListView () override | |
| Destructor. | |
View that shows a list of Scenarios.
Allows to start, stop, restart Applications and Scenarios. Also allows to open Scenarios and remove/add items.
Definition at line 52 of file scenariolistview.h.
|
explicit |
Constructor that sets up the ui and behaviour of this view.
| parent | parent widget |
Definition at line 41 of file scenariolistview.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
override |
Destructor.
Definition at line 91 of file scenariolistview.cpp.
|
signal |
|
signal |
|
signal |
|
signal |
|
slot |
Sets the model of this view.
| model | the underlying model |
Definition at line 97 of file scenariolistview.cpp.
|
signal |
|
signal |
|
signal |