- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/TextUI/TextDialog.hpp
r7cd6e7 r6f5dfe 41 41 virtual void queryElement(const char*, std::string = ""); 42 42 virtual void queryElements(const char*, std::string = ""); 43 virtual void queryFile(const char*, std::string = ""); 43 44 44 45 protected: … … 162 163 virtual bool handle(); 163 164 }; 165 166 class FileTextQuery : public Dialog::FileQuery { 167 public: 168 FileTextQuery(std::string title, std::string _description = NULL); 169 virtual ~FileTextQuery(); 170 virtual bool handle(); 171 }; 164 172 }; 165 173
Note:
See TracChangeset
for help on using the changeset viewer.