- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/GlobalListOfActions.hpp
r3a51bd rf20da5 101 101 (SelectionNotAtomById) \ 102 102 (SelectionNotAtomByOrder) \ 103 (SelectionAllAtomsInsideCuboid) \104 103 (SelectionAllAtoms) \ 105 104 (SelectionClearAllAtoms) \ … … 107 106 (SelectionNotAllAtoms) \ 108 107 (SelectionNotAtomByElement) \ 109 (SelectionAllAtomsInside Sphere) \108 (SelectionAllAtomsInsideVolume) \ 110 109 (SelectionAllAtomsOfMolecule) \ 111 (SelectionNotAllAtomsInside Sphere) \110 (SelectionNotAllAtomsInsideVolume) \ 112 111 (SelectionAtomByElement) \ 113 112 (SelectionNotAllAtomsOfMolecule) \ 114 (SelectionNotAllAtomsInsideCuboid) \115 113 (SelectionAtomById) \ 116 114 (SelectionAtomByOrder) \ 115 (SelectionAllShapes) \ 116 (SelectionShapeByName) \ 117 (SelectionNotAllShapes) \ 118 (SelectionNotShapeByName) \ 117 119 (FragmentationFragmentation) \ 118 120 (FillRegularGrid) \ 119 (FillSphericalSurface) 121 (FillSurface) \ 122 (ShapeCombineShapes) \ 123 (ShapeCreateShape) \ 124 (ShapeRemoveShape) 120 125 121 126 // we need to append the automation action in case we have the JobMarket
Note:
See TracChangeset
for help on using the changeset viewer.