- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/AtomAction/ChangeElementAction.hpp
r97ebf8 r047878 11 11 #include "Actions/Action.hpp" 12 12 13 class element; 14 15 void AtomChangeElement(element *elemental); 16 13 17 class AtomChangeElementAction : public Action { 18 friend void AtomChangeElement(element *elemental); 19 14 20 public: 15 21 AtomChangeElementAction(); … … 20 26 21 27 virtual const std::string getName(); 28 protected: 29 virtual Dialog * fillDialog(Dialog*); 22 30 private: 23 31 virtual Action::state_ptr performCall();
Note:
See TracChangeset
for help on using the changeset viewer.