|  | 
View that shows detailed information about a Scenario, Package or Application. Shows status and parameters of the object. Also allows starting, stopping and restarting of Scenarios and Applications. More...
#include <ArmarXGui/gui-plugins/ScenarioManager/gui/detailedapplicationview.h>
 Inheritance diagram for DetailedApplicationView:
 Inheritance diagram for DetailedApplicationView:| Public Slots | |
| void | updateStatus () | 
| Updates the status of the displayed item.  More... | |
| Signals | |
| void | addParameterButtonClicked () | 
| void | applicationEnabledChange (bool enabled) | 
| void | makeLocalButtonClicked () | 
| void | restartButtonClicked () | 
| void | saveScenario (ScenarioManager::Data_Structure::ApplicationInstancePtr application) | 
| void | startButtonClicked () | 
| void | stopButtonClicked () | 
| void | toolButtonClicked () | 
| Public Member Functions | |
| DetailedApplicationView (QWidget *parent=0) | |
| Constructor that sets up the ui.  More... | |
| void | showApplication (ScenarioManager::Data_Structure::ApplicationPtr application) | 
| Show an Application.  More... | |
| void | showApplicationInstance (ScenarioManager::Data_Structure::ApplicationInstancePtr appInstance, ScenarioItem *item) | 
| Show an ApplicationInstance.  More... | |
| void | showPackage (ScenarioManager::Data_Structure::PackagePtr package) | 
| Show a Package.  More... | |
| void | showScenario (ScenarioManager::Data_Structure::ScenarioPtr scenario) | 
| Show a Scenario.  More... | |
| ~DetailedApplicationView () override | |
| Destructor.  More... | |
View that shows detailed information about a Scenario, Package or Application. Shows status and parameters of the object. Also allows starting, stopping and restarting of Scenarios and Applications.
Definition at line 52 of file detailedapplicationview.h.
| 
 | explicit | 
Constructor that sets up the ui.
| parent | parent widget | 
Definition at line 83 of file detailedapplicationview.cpp.
| 
 | override | 
Destructor.
Definition at line 102 of file detailedapplicationview.cpp.
| 
 | signal | 
| 
 | signal | 
| 
 | signal | 
| 
 | signal | 
| 
 | signal | 
| void showApplication | ( | ScenarioManager::Data_Structure::ApplicationPtr | application | ) | 
Show an Application.
| application | Application to show | 
Definition at line 140 of file detailedapplicationview.cpp.
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| void showApplicationInstance | ( | ScenarioManager::Data_Structure::ApplicationInstancePtr | appInstance, | 
| ScenarioItem * | item | ||
| ) | 
Show an ApplicationInstance.
| appInstance | ApplicationInstance to show | 
Definition at line 238 of file detailedapplicationview.cpp.
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| void showPackage | ( | ScenarioManager::Data_Structure::PackagePtr | package | ) | 
Show a Package.
| package | Package to show | 
Definition at line 664 of file detailedapplicationview.cpp.
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| void showScenario | ( | ScenarioManager::Data_Structure::ScenarioPtr | scenario | ) | 
Show a Scenario.
| scenario | Scenario to show | 
Definition at line 473 of file detailedapplicationview.cpp.
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | signal | 
| 
 | signal | 
| 
 | signal | 
| 
 | slot | 
Updates the status of the displayed item.
Definition at line 844 of file detailedapplicationview.cpp.