Changeset b918031 for molecuilder/src/UIElements/TextDialog.hpp
- Timestamp:
- May 9, 2010, 11:59:35 AM (16 years ago)
- Children:
- e62daa
- Parents:
- c93262
- git-author:
- Frederik Heber <heber@…> (05/09/10 11:15:17)
- git-committer:
- Frederik Heber <heber@…> (05/09/10 11:59:35)
- File:
-
- 1 edited
-
molecuilder/src/UIElements/TextDialog.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/UIElements/TextDialog.hpp
rc93262 rb918031 19 19 virtual ~TextDialog(); 20 20 21 virtual void queryEmpty(const char *, std::string = ""); 21 22 virtual void queryInt(const char *, int *, std::string = ""); 22 23 virtual void queryString(const char*, std::string *, std::string = ""); … … 28 29 protected: 29 30 // specialized stuff for text queries 31 class EmptyTextQuery : public Dialog::EmptyQuery { 32 public: 33 EmptyTextQuery(std::string title, std::string _description = NULL); 34 virtual ~EmptyTextQuery(); 35 virtual bool handle(); 36 }; 37 30 38 class IntTextQuery : public Dialog::IntQuery { 31 39 public:
Note:
See TracChangeset
for help on using the changeset viewer.
