59 | | It might sound complicated but here is a break-down of what is actually needed to create a new action: |
60 | | * write a new class that inherits from Action as in !MoleculeTranslateAction |
61 | | * give it a decent '''NAME''' |
62 | | * add this '''NAME''' along with information about short form, placing in menu, type of parameter into the maps of !MapOfActions and insert it also into the generic map. |
63 | | * if it needs more than one option, check whether appropriatly called options are already in place in the !MapOfActions. If not, add your own along type and description information. |
| 59 | It might sound complicated but look at the [http://trac.ins.uni-bonn.de/projects/molecuilder/doxygen/class_action.html ActionHowto] to get a break-down of what is actually needed to create a new action. |