Changeset 3896fc for molecuilder/src/UIElements/TextDialog.hpp
- Timestamp:
- Jan 13, 2010, 11:05:02 AM (16 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/UIElements/TextDialog.hpp
rf89c1c r3896fc 21 21 virtual void queryInt(const char *, int *); 22 22 virtual void queryString(const char*, std::string *); 23 virtual void queryMolecule(const char*,molecule**,MoleculeListClass*); 23 24 24 25 protected: … … 37 38 virtual bool handle(); 38 39 }; 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 }; 39 47 }; 40 48
Note:
See TracChangeset
for help on using the changeset viewer.