- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/SelectionAction/NotAllMoleculesAction.def
re4afb4 r1fd675 10 10 // i.e. there is an integer with variable name Z that can be found in 11 11 // ValueStorage by the token "Z" -> first column: int, Z, "Z" 12 // "undefine" if no parameters are required , use (NODEFAULT) for each (undefined) default value12 // "undefine" if no parameters are required 13 13 #undef paramtypes 14 14 #undef paramtokens 15 #undef paramdescriptions16 #undef paramdefaults17 15 #undef paramreferences 18 16 … … 22 20 // some defines for all the names, you may use ACTION, STATE and PARAMS 23 21 #define CATEGORY Selection 24 #define MENUNAME "selection"25 #define MENUPOSITION 1426 22 #define ACTIONNAME NotAllMolecules 27 23 #define TOKEN "unselect-all-molecules" 28 24 29 30 // finally the information stored in the ActionTrait specialization31 #define DESCRIPTION "unselect all molecules"32 #undef SHORTFORM
Note:
See TracChangeset
for help on using the changeset viewer.