Ignore:
Timestamp:
Dec 16, 2009, 2:40:09 PM (16 years ago)
Author:
Tillmann Crueger <crueger@…>
Children:
38546d
Parents:
c2c893
Message:

Improved documentation for menu framework.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/Actions/Action.hpp

    rc2c893 rda09909  
    99#define ACTION_H_
    1010
     11/**
     12 * Base class for all actions.
     13 *
     14 * Actions describe something that has to be done.
     15 * Actions can be passed around, stored, performed and undone (Command-Pattern).
     16 *
     17 * TODO: Add queues of actions that have been performed to allow easy implementation of multiple-step undo
     18 */
    1119class Action
    1220{
Note: See TracChangeset for help on using the changeset viewer.