Next: Data
Up: Design
Previous: Picks
One of the most important objects is the update object. This object
is called by all menu, mouse, and keyboard actions. It stores a given
action in its history along with how to undo the action. It then calls
the appropriate object functions to accomplish its tasks. Any additional
functionality must include an addition to the update object.
2009-04-13