Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/UIElements/TextUI/TextDialog.hpp

    r7cd6e7 r6f5dfe  
    4141  virtual void queryElement(const char*, std::string = "");
    4242  virtual void queryElements(const char*, std::string = "");
     43  virtual void queryFile(const char*, std::string = "");
    4344
    4445protected:
     
    162163    virtual bool handle();
    163164  };
     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  };
    164172};
    165173
Note: See TracChangeset for help on using the changeset viewer.