Changeset da09909 for molecuilder/src/Actions/MethodAction.hpp
- Timestamp:
- Dec 16, 2009, 2:40:09 PM (16 years ago)
- Children:
- 38546d
- Parents:
- c2c893
- File:
-
- 1 edited
-
molecuilder/src/Actions/MethodAction.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/Actions/MethodAction.hpp
rc2c893 rda09909 13 13 #include "Actions/Action.hpp" 14 14 15 /** 16 * Wrapper class that allows the construction of Actions from any kind of Method 17 */ 15 18 class MethodAction : public Action 16 19 { … … 23 26 virtual bool canUndo(); 24 27 25 boost::function<void()> executeMethod; 28 boost::function<void()> executeMethod; //!< this stores the method to be called 26 29 27 30
Note:
See TracChangeset
for help on using the changeset viewer.
