Ignore:
Timestamp:
Jan 13, 2010, 11:05:02 AM (16 years ago)
Author:
Tillmann Crueger <crueger@…>
Children:
1630ce
Parents:
f89c1c
git-author:
Tillmann Crueger <crueger@…> (01/13/10 10:51:30)
git-committer:
Tillmann Crueger <crueger@…> (01/13/10 11:05:02)
Message:

Added infrastructure to query molecules from MoleculeList

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/UIElements/TextDialog.hpp

    rf89c1c r3896fc  
    2121  virtual void queryInt(const char *, int *);
    2222  virtual void queryString(const char*, std::string *);
     23  virtual void queryMolecule(const char*,molecule**,MoleculeListClass*);
    2324
    2425protected:
     
    3738    virtual bool handle();
    3839  };
     40
     41  class MoleculeTextQuery : public Dialog::MoleculeQuery {
     42  public:
     43    MoleculeTextQuery(std::string title, molecule **_target, MoleculeListClass *_molecules);
     44    ~MoleculeTextQuery();
     45    virtual bool handle();
     46  };
    3947};
    4048
Note: See TracChangeset for help on using the changeset viewer.