Changes in src/Actions/MethodAction.hpp [0b2ce9:e4afb4]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/MethodAction.hpp
r0b2ce9 re4afb4 20 20 { 21 21 public: 22 MethodAction( std::string _name,boost::function<void()> _executeMethod,bool _doRegister=true);22 MethodAction(const ActionTraits &_trait,boost::function<void()> _executeMethod,bool _doRegister=true); 23 23 virtual ~MethodAction(); 24 24 virtual bool canUndo();
Note:
See TracChangeset
for help on using the changeset viewer.