Ignore:
Timestamp:
Jan 2, 2010, 3:49:40 PM (16 years ago)
Author:
Tillmann Crueger <crueger@…>
Children:
16f86d
Parents:
c7dcff
Message:

Moved several Methods from Menu to MoleculeListClass

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/molecule.hpp

    rc7dcff rf48622  
    327327  int CountAllAtoms() const;
    328328
     329  // Methods moved here from the menus
     330  // TODO: more refactoring needed on these methods
    329331  void flipChosen();
     332  void createNewMolecule(periodentafel *periode);
     333  void loadFromXYZ(periodentafel *periode);
     334  void changeName();
     335  void setMoleculeFilename();
     336  void parseXYZIntoMolecule();
     337  void eraseMolecule();
     338
    330339
    331340  // merging of molecules
Note: See TracChangeset for help on using the changeset viewer.