Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/SelectionAction/ClearAllMoleculesAction.def

    r1fd675 re4afb4  
    1010// i.e. there is an integer with variable name Z that can be found in
    1111// ValueStorage by the token "Z" -> first column: int, Z, "Z"
    12 // "undefine" if no parameters are required
     12// "undefine" if no parameters are required, use (NODEFAULT) for each (undefined) default value
    1313#undef paramtypes
    1414#undef paramtokens
     15#undef paramdescriptions
     16#undef paramdefaults
    1517#undef paramreferences
    1618
     
    2022// some defines for all the names, you may use ACTION, STATE and PARAMS
    2123#define CATEGORY Selection
     24#define MENUNAME "selection"
     25#define MENUPOSITION 2
    2226#define ACTIONNAME ClearAllMolecules
    2327#define TOKEN "clear-molecule-selection"
    2428
     29
     30// finally the information stored in the ActionTrait specialization
     31#define DESCRIPTION "clear the molecule selection"
     32#undef SHORTFORM
Note: See TracChangeset for help on using the changeset viewer.