|
|
#include <memory>#include <vector>#include <QObject>#include <ArmarXCore/util/ScenarioManagerCommon/data_structure/Package.h>#include <ArmarXCore/util/ScenarioManagerCommon/executor/Executor.h>#include "../gui/applicationdatabasemodel.h"#include "../gui/filterabletreemodelsortfilterproxymodel.h"#include "../gui/treeitem.h"
Include dependency graph for ApplicationDatabaseController.h:
This graph shows which files directly or indirectly include this file: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 | |