|
#include "../gui/applicationdatabasemodel.h"
#include "../gui/filterabletreemodelsortfilterproxymodel.h"
#include "../gui/treeitem.h"
#include <ArmarXCore/util/ScenarioManagerCommon/data_structure/Package.h>
#include <ArmarXCore/util/ScenarioManagerCommon/executor/Executor.h>
#include <QObject>
#include <memory>
#include <vector>
Go to the source code of this file.
Classes | |
class | ApplicationDatabaseController |
This Controller manages the signals and model of the ApplicationDatabaseView. Item click signals in the ApplicationDatabaseView need to be connected to the on_itemClicked() slot. When an item gets clicked, this controller finds out whether an Application or a Package was clicked and specifically which Application or Package it was. It then sends a signal with a pointer to the clicked object. More... | |
Namespaces | |
ScenarioManager | |
ScenarioManager::Controller | |