#include <Undo.h>
Inheritance diagram for Undo::Stack< Type >:


Public Member Functions | |
| Stack () | |
| virtual | ~Stack () |
| virtual void | Clear () |
| virtual void | Add (Type typ) |
| bool | CanUndo () |
| bool | CanRedo () |
| Type | Undo () |
| Type | Redo () |
Protected Attributes | |
| std::vector< Type > | m_v |
| unsigned int | m_uiWaterline |
|
|||||||||
|
|
|
|||||||||
|
|
|
||||||||||
|
Reimplemented in Undo::DeletingStack< Type >, and Undo::DeletingStack< FileChange * >. |
|
|||||||||
|
Definition at line 63 of file Undo.h. Referenced by Undo::Stack< FileChange * >::Redo(). |
|
|||||||||
|
Definition at line 57 of file Undo.h. Referenced by Undo::Stack< FileChange * >::Undo(). |
|
||||||||||
|
Reimplemented in Undo::DeletingStack< Type >, and Undo::DeletingStack< FileChange * >. Definition at line 40 of file Undo.h. Referenced by Undo::Stack< FileChange * >::Stack(), and Undo::Stack< FileChange * >::~Stack(). |
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||
|
|
|
|||||
|
|
1.3.6