Remember

Description

Remember objects facilitate save, load, undo and redo.

Methods
save()
Saves to the current save location
saveAs()
Prompts the user to choose a new save location.
open()
Prompts the user to choose an xml file describing a composition.
openLast()
Opens the last modified xml file in the output directory.
storeUndoStep()
Adds the current state of the composition to the undo stack.
undo()
Restores state of the composition from last storeUndoStep() call.
redo()
Undoes the undo().
Constructors
new Remember(PApplet)
Related
Last Modified: April 13, 2010

No Comments

You must be logged in to post a comment.