- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/CommandLineUI/CommandLineDialog.hpp
r6f5dfe r7cd6e7 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 = "");47 46 48 47 protected: … … 166 165 virtual bool handle(); 167 166 }; 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 };175 167 }; 176 168
Note:
See TracChangeset
for help on using the changeset viewer.