A custom class for creating a undo view (like QUndoView). More...
#include <aiundoview.hpp>
Public Member Functions | |
| AiUndoView (QWidget *parent=0) | |
| contructor with optional parent | |
| void | setUndoStack (QUndoStack *stack) |
| set undo stack | |
Protected Member Functions | |
| void | currentChanged (const QModelIndex ¤t, const QModelIndex &previous) |
| current changed item | |
Private Attributes | |
| AiUndoModel * | m_undoModel |
| current custom undo model | |
A custom class for creating a undo view (like QUndoView).
Definition at line 57 of file aiundoview.hpp.
1.6.1