LibreCAD
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
undoable.h File Reference
#include <string>
#include "cad/const.h"
#include <memory>
Include dependency graph for undoable.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  lc::operation::Undoable
 : Abstract class for a Undoable operations All operations you wnt to beable to get place in the undo stack should inherit from Undoable and implement undo and redo. A provided text can be used to show within the undo stack what operation will be re-done or un-done. More...
 

Namespaces

 lc
 
 lc::operation