Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/World.hpp

    rd25bec r69643a  
    109109    /******* Notifications *******/
    110110
    111   //!> enumeration of present notification types: only insertion/removal of atoms or molecules
     111  //!> enumeration of present notification types
    112112  enum NotificationType {
    113113    AtomInserted,
    114114    AtomRemoved,
     115    AtomPositionChanged,
     116    AtomChanged,
    115117    MoleculeInserted,
    116118    MoleculeRemoved,
     119    MoleculeChanged,
     120    SelectionChanged,
    117121    NotificationType_MAX
    118122  };
Note: See TracChangeset for help on using the changeset viewer.