Changes in src/World.hpp [d25bec:69643a]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/World.hpp
rd25bec r69643a 109 109 /******* Notifications *******/ 110 110 111 //!> enumeration of present notification types : only insertion/removal of atoms or molecules111 //!> enumeration of present notification types 112 112 enum NotificationType { 113 113 AtomInserted, 114 114 AtomRemoved, 115 AtomPositionChanged, 116 AtomChanged, 115 117 MoleculeInserted, 116 118 MoleculeRemoved, 119 MoleculeChanged, 120 SelectionChanged, 117 121 NotificationType_MAX 118 122 };
Note:
See TracChangeset
for help on using the changeset viewer.