MementoController.h File Reference
#include "AbstractController.h"
#include <QPushButton>
+ Include dependency graph for MementoController.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MementoController
 Subcontroller which handles all user interaction with the undo and redo buttons on the user interface. Communicates with other controllers to realize the memento pattern. More...
 

Namespaces

 armarx
 This file offers overloads of toIce() and fromIce() functions for STL container types.
 

Typedefs

using MementoControllerPtr = std::shared_ptr< MementoController >