classpetanque::ChangeStack

sys::Obj
  petanque::ChangeStack

ChangeStack

make

Source

new make()

onRedo

Source

Void onRedo(Editor editor)

Redo a change. Do nothing if all change have already been redone.

onUndo

Source

Void onUndo(Editor editor)

Undo a change. Do nothing if all change have already been undone.

push

Source

Void push(Change change)

Push a Change onto the stack.