Changes in src/Actions/MakroAction.hpp [329cf3:af5384]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/MakroAction.hpp
r329cf3 raf5384 18 18 19 19 #include "Actions/Action.hpp" 20 #include "Actions/ActionSequence.hpp"21 22 class ActionSequenceTest;23 20 24 21 namespace MoleCuilder { 25 22 class ActionRegistry; 23 class ActionSequence; 26 24 27 25 /** … … 32 30 class MakroAction : public Action 33 31 { 34 //!> grant unit test access to sequence35 friend class ::ActionSequenceTest;36 32 public: 37 MakroAction(const MakroAction &_instance);38 33 MakroAction(const ActionTrait &_trait,ActionSequence& _actions); 39 34 virtual ~MakroAction(); … … 83 78 Dialog *fillDialog(Dialog *dialog); 84 79 85 //!> this points to the instance of a specific MakroAction, we need to ref for callAll()86 80 ActionSequence &actions; 87 81 };
Note:
See TracChangeset
for help on using the changeset viewer.