|
#include "../gui/scenariomodel.h"
#include "../gui/scenariolistview.h"
#include "../gui/createscenarioview.h"
#include "../gui/filterabletreemodelsortfilterproxymodel.h"
#include <ArmarXCore/core/IceManager.h>
#include <ArmarXCore/core/IceGridAdmin.h>
#include <ArmarXCore/core/services/tasks/TaskUtil.h>
#include <ArmarXCore/util/ScenarioManagerCommon/data_structure/Package.h>
#include <ArmarXCore/util/ScenarioManagerCommon/executor/Executor.h>
#include <ArmarXCore/util/ScenarioManagerCommon/data_structure/ApplicationInstance.h>
#include <ArmarXCore/core/logging/Logging.h>
#include <QObject>
#include <memory>
#include <vector>
#include <mutex>
Go to the source code of this file.
Classes | |
class | ScenarioListController |
Manages the signals and model of the ScenarioListView. All signals emitted by the ScenarioListView need to be connected to their corresponding slots in this controller. This controller periodically refreshes the status of the Applications and Scenarios displayed in the ScenarioListView. More... | |
Namespaces | |
ScenarioManager | |
ScenarioManager::Controller | |
Typedefs | |
using | ApplicationInstanceStatusMap = std::map< ApplicationInstancePtr, std::string > |