#include <Undoable.h>
Inheritance diagram for Undoable:

Public Member Functions | |
| Undoable () | |
| virtual | ~Undoable () |
| virtual UndoMemento | GetMemento ()=0 |
Midad
User must implement GetMemento() which should return am UndoMemento (a Slot0<void>) that, when called, restores the Undoable to its current state.
Contact: bv@bnl.gov
Created on: Sat Nov 3 15:02:59 2001
Definition at line 33 of file Undoable.h.
|
|
Definition at line 39 of file Undoable.h. 00039 {}
|
|
|
Definition at line 40 of file Undoable.h. 00040 {}
|
|
|
Implemented in UndoableInt, BigUndoable, Composite, CompositeRange< TYPE >, RangeControl< TYPE >, and RangeControl< double >. |
1.3.9.1