Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/World.hpp

    r69643a r992bd5  
    109109    /******* Notifications *******/
    110110
    111   //!> enumeration of present notification types
     111  //!> enumeration of present notification types: only insertion/removal of atoms or molecules
    112112  enum NotificationType {
    113113    AtomInserted,
    114114    AtomRemoved,
    115     AtomPositionChanged,
    116     AtomChanged,
    117115    MoleculeInserted,
    118116    MoleculeRemoved,
    119     MoleculeChanged,
    120117    SelectionChanged,
    121118    NotificationType_MAX
     
    293290   * Unless you are calling this method from inside an atom don't fiddle with the third parameter.
    294291   *
    295    * Return value indicates wether the change could be done or not.
     292   * Return value indicates whether the change could be done or not.
    296293   */
    297294  bool changeAtomId(atomId_t oldId, atomId_t newId, atom* target=0);
     
    299296  /**
    300297   * used when changing an molecule Id.
    301    * Unless you are calling this method from inside an moleucle don't fiddle with the third parameter.
    302    *
    303    * Return value indicates wether the change could be done or not.
     298   * Unless you are calling this method from inside an molecule don't fiddle with the third parameter.
     299   *
     300   * Return value indicates whether the change could be done or not.
    304301   */
    305302  bool changeMoleculeId(moleculeId_t oldId, moleculeId_t newId, molecule* target=0);
Note: See TracChangeset for help on using the changeset viewer.