30 #ifndef RIOENGINE_EDITOR_UNDOENGINE_UNDOABLEACTIONSMANAGER_H_
31 #define RIOENGINE_EDITOR_UNDOENGINE_UNDOABLEACTIONSMANAGER_H_
37 #define UNDOABLEACTIONSMANAGER CSingleton<UndoableActionsManager>::getSharedInstance()
46 std::vector<IUndoableAction*>* m_undoActions;
47 std::vector<IUndoableAction*>* m_redoActions;
73 #endif // RIOENGINE_EDITOR_UNDOENGINE_UNDOABLEACTIONSMANAGER_H_
void pushRedoAction(IUndoableAction *action)
unsigned int getRedoActionsCount()
const char * getHintForCurrentRedoAction()
const char * getHintForCurrentUndoAction()
unsigned int getUndoActionsCount()
~UndoableActionsManager()
void pushUndoAction(IUndoableAction *undo_action, bool clear_redo_stack)