Ignore:
Timestamp:
Feb 2, 2010, 12:00:19 PM (16 years ago)
Author:
Tillmann Crueger <crueger@…>
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)
Message:

Added a view that displays all molecules using a QTableWidget

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/molecule.hpp

    r03d7ac r6997fa  
    3030#include "stackclass.hpp"
    3131#include "tesselation.hpp"
     32#include "Patterns/Observer.hpp"
    3233
    3334/****************************************** forward declarations *****************************/
     
    310311/** A list of \a molecule classes.
    311312 */
    312 class MoleculeListClass {
     313class MoleculeListClass : public Observable {
    313314  public:
    314315    MoleculeList ListOfMolecules; //!< List of the contained molecules
Note: See TracChangeset for help on using the changeset viewer.