Changeset b787af for molecuilder/src/UIElements/TextDialog.hpp
- Timestamp:
- Mar 25, 2010, 1:01:35 PM (16 years ago)
- Children:
- cbc639
- Parents:
- eb129c
- File:
-
- 1 edited
-
molecuilder/src/UIElements/TextDialog.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/UIElements/TextDialog.hpp
reb129c rb787af 24 24 virtual void queryMolecule(const char*,molecule**,MoleculeListClass*); 25 25 virtual void queryVector(const char*,Vector *,const double * const,bool); 26 virtual void queryElement(const char*, element **);26 virtual void queryElement(const char*,const element **); 27 27 28 28 protected: … … 65 65 class ElementTextQuery : public Dialog::ElementQuery { 66 66 public: 67 ElementTextQuery(std::string title, element **_target);67 ElementTextQuery(std::string title, const element **_target); 68 68 virtual ~ElementTextQuery(); 69 69 virtual bool handle();
Note:
See TracChangeset
for help on using the changeset viewer.
