Inheritance diagram for BigUndoable:

Public Member Functions | |
| BigUndoable (int i, float f) | |
| ~BigUndoable () | |
| void | SetState (MyState ms) |
| int | GetInt () |
| float | GetFloat () |
| void | IncState () |
| UndoMemento | GetMemento (void) |
Private Attributes | |
| MyState | fState |
|
||||||||||||
|
Definition at line 36 of file test-Undoable.cxx. References BigUndoable::MyState::fFloat, BigUndoable::MyState::fInt, and fState.
|
|
|
Definition at line 37 of file test-Undoable.cxx. 00037 {}
|
|
|
Definition at line 41 of file test-Undoable.cxx. References BigUndoable::MyState::fFloat, and fState. Referenced by test1().
|
|
|
Definition at line 40 of file test-Undoable.cxx. References BigUndoable::MyState::fInt, and fState. Referenced by test1().
|
|
|
Implements Undoable. Definition at line 44 of file test-Undoable.cxx. References fState, SetState(), and UndoMemento. 00045 { return SigC::bind(SigC::slot_class(*this,&BigUndoable::SetState),fState); }
|
|
|
Definition at line 42 of file test-Undoable.cxx. References BigUndoable::MyState::fFloat, BigUndoable::MyState::fInt, and fState. Referenced by test1().
|
|
|
Definition at line 39 of file test-Undoable.cxx. References fState. Referenced by GetMemento(). 00039 { fState = ms; }
|
|
|
Definition at line 48 of file test-Undoable.cxx. Referenced by BigUndoable(), GetFloat(), GetInt(), GetMemento(), IncState(), and SetState(). |
1.3.9.1