Changeset 6997fa for molecuilder/src/molecule.hpp
- Timestamp:
- Feb 2, 2010, 12:00:19 PM (16 years ago)
- Children:
- 795b4d
- Parents:
- 03d7ac
- git-author:
- Tillmann Crueger <crueger@…> (01/21/10 14:01:16)
- git-committer:
- Tillmann Crueger <crueger@…> (02/02/10 12:00:19)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/molecule.hpp
r03d7ac r6997fa 30 30 #include "stackclass.hpp" 31 31 #include "tesselation.hpp" 32 #include "Patterns/Observer.hpp" 32 33 33 34 /****************************************** forward declarations *****************************/ … … 310 311 /** A list of \a molecule classes. 311 312 */ 312 class MoleculeListClass {313 class MoleculeListClass : public Observable { 313 314 public: 314 315 MoleculeList ListOfMolecules; //!< List of the contained molecules
Note:
See TracChangeset
for help on using the changeset viewer.