- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/CommandLineUI/CommandLineDialog.hpp
r7cd6e7 r6f5dfe 44 44 virtual void queryElement(const char*, std::string = ""); 45 45 virtual void queryElements(const char*, std::string = ""); 46 virtual void queryFile(const char*, std::string = ""); 46 47 47 48 protected: … … 165 166 virtual bool handle(); 166 167 }; 168 169 class FileCommandLineQuery : public Dialog::FileQuery { 170 public: 171 FileCommandLineQuery(std::string title, std::string _description = ""); 172 virtual ~FileCommandLineQuery(); 173 virtual bool handle(); 174 }; 167 175 }; 168 176
Note:
See TracChangeset
for help on using the changeset viewer.