|
#include "../gui/treemodel.h"
#include "scenarioitem.h"
#include <ArmarXCore/util/ScenarioManagerCommon/data_structure/ApplicationInstance.h>
#include <memory>
Go to the source code of this file.
Classes | |
class | ScenarioModel |
Model defining how a Scenario gets displayed in the TreeView. More... | |
Typedefs | |
using | ScenarioModelPtr = std::shared_ptr< ScenarioModel > |
using ScenarioModelPtr = std::shared_ptr<ScenarioModel> |
Definition at line 105 of file scenariomodel.h.