Controller.h File Reference
#include <exception>
#include <vector>
#include <mutex>
#include <QObject>
#include <QMetaType>
#include "ClassDefinitions.h"
#include "../scene3D/Scene.h"
#include "../scene3D/SceneObject.h"
#include "UndoRedoStack.h"
#include "../memoryxcontroller/MemoryXController.h"
#include "Operation.h"
#include "../gui/ShortcutController.h"
#include <MemoryX/core/MongoDBRef.h>
+ Include dependency graph for Controller.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Controller
 A class to execute Operations, maintain the execution history and initialize Scene and MemoryXController. More...
 

Namespaces

 controller
 

Typedefs

using vector_string = std::vector< std::string >