Changes between Version 5 and Version 6 of ExampleSpatialTranslation


Ignore:
Timestamp:
Oct 14, 2010, 10:26:44 AM (14 years ago)
Author:
FrederikHeber
Comment:

Refered to Action Howto inside Doxygen

Legend:

Unmodified
Added
Removed
Modified
  • ExampleSpatialTranslation

    v5 v6  
    5757And that's it.
    5858
    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.
     59It 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.
    6460
    6561And that's all.