Changeset da09909 for molecuilder/src/Actions/Action.hpp
- Timestamp:
- Dec 16, 2009, 2:40:09 PM (16 years ago)
- Children:
- 38546d
- Parents:
- c2c893
- File:
-
- 1 edited
-
molecuilder/src/Actions/Action.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/Actions/Action.hpp
rc2c893 rda09909 9 9 #define ACTION_H_ 10 10 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 */ 11 19 class Action 12 20 {
Note:
See TracChangeset
for help on using the changeset viewer.
