Changeset bf87c2 for src/UIElements/Qt4/Query/QtQuery.hpp
- Timestamp:
- Jul 17, 2017, 12:28:51 PM (8 years ago)
- Branches:
- Action_Thermostats, ForceAnnealing_with_BondGraph_continued, ForceAnnealing_with_BondGraph_continued_betteresults
- Children:
- 3bd4a66
- Parents:
- 9346af
- git-author:
- Frederik Heber <frederik.heber@…> (07/06/17 22:18:13)
- git-committer:
- Frederik Heber <frederik.heber@…> (07/17/17 12:28:51)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/Qt4/Query/QtQuery.hpp
r9346af rbf87c2 43 43 Dialog::TQuery<T>(_param, _title, _description) {} 44 44 // QtQueries are interactive - no need for handle(). 45 virtual bool handle(){ return true; } 45 virtual ~QtQuery() {} 46 virtual void handle(){ Dialog::TQuery<T>::handleSuccess = true; } 46 47 }; 47 48 … … 186 187 EmptyQtQuery(const std::string &_title, const std::string &description, QBoxLayout *_parent, Dialog *_dialog); 187 188 virtual ~EmptyQtQuery(); 188 virtual boolhandle();189 virtual void handle(); 189 190 private: 190 191 QBoxLayout *parent;
Note:
See TracChangeset
for help on using the changeset viewer.