Ignore:
File:
1 edited

Legend:

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

    re4afb4 r1fd675  
    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, use (NODEFAULT) for each (undefined) default value
     12// "undefine" if no parameters are required
    1313#undef paramtypes
    1414#undef paramtokens
    15 #undef paramdescriptions
    16 #undef paramdefaults
    1715#undef paramreferences
    1816
     
    2220// some defines for all the names, you may use ACTION, STATE and PARAMS
    2321#define CATEGORY Selection
    24 #define MENUNAME "selection"
    25 #define MENUPOSITION 14
    2622#define ACTIONNAME NotAllMolecules
    2723#define TOKEN "unselect-all-molecules"
    2824
    29 
    30 // finally the information stored in the ActionTrait specialization
    31 #define DESCRIPTION "unselect all molecules"
    32 #undef SHORTFORM
Note: See TracChangeset for help on using the changeset viewer.