Go to the documentation of this file.
32 #include "../gui/detailedapplicationview.h"
33 #include "../gui/createpropertyview.h"
34 #include "../gui/scenarioitem.h"
35 #include "../gui/scenariolistview.h"
140 void showWarningDialog(QString
message);
145 bool showingStartable;
150 IceGrid::AdminPrx iceAdmin;
TreeItem representing data contained in a Scenario or an Application.
std::shared_ptr< ApplicationInstance > ApplicationInstancePtr
std::shared_ptr< Scenario > ScenarioPtr
~DetailedApplicationController() override
Destructor.
std::shared_ptr< Application > ApplicationPtr
DetailedApplicationController(Exec::ExecutorPtr executor, QObject *parent=0)
Constructor that optionally sets the parent object.
message(STATUS "Boost-Library-Dir: " "${Boost_LIBRARY_DIRS}") message(STATUS "Boost-LIBRARIES
std::shared_ptr< Executor > ExecutorPtr
void save()
Saves the configuration of the current ApplicationInstance to the config file.
void setProperty(std::string name, std::string value)
Sets a property of the current ApplicationInstance.
void showPackage(Data_Structure::PackagePtr package)
Shows a Package in the DetailedApplicationView.
void showPropertyAddView()
std::shared_ptr< Value > value()
std::shared_ptr< Package > PackagePtr
void deleteProperty(std::string name)
Deletes a property off the configuration file of the current ApplicationInstance.
void setDetailedApplicationView(DetailedApplicationView *ptr)
Sets the view this controller manages.
void showApplication(Data_Structure::ApplicationPtr application)
Shows an Application in the DetailedApplicationView.
void setIceAdmin(IceGrid::AdminPrx iceAdmin)
Set an IceAdmin for the controller.
This Controller manages the signals and model of the DetailedApplicationView. This controller gets no...
void showInStandardEditor()
Shows the configuration of the current ApplicationInstance in the standard editor.
void stop()
Stops the current ApplicationInstance.
View that shows detailed information about a Scenario, Package or Application. Shows status and param...
void start()
Starts the current ApplicationInstance.
void showScenario(Data_Structure::ScenarioPtr scenario)
Shows a Scenario in the DetailedApplicationView.
void showApplicationInstance(Data_Structure::ApplicationInstancePtr application, ScenarioItem *item)
Shows an ApplicationInstance in the DetailedApplicationView.