- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/TextUI/TextDialog.hpp
r5079a0 r104524 33 33 virtual void queryVector(const char*,Vector *,const double * const,bool, std::string = ""); 34 34 virtual void queryBox(const char*,double ** const, std::string = ""); 35 virtual void queryElement(const char*, const element **, std::string = "");35 virtual void queryElement(const char*, std::vector<element *> *, std::string = ""); 36 36 37 37 protected: … … 102 102 class ElementTextQuery : public Dialog::ElementQuery { 103 103 public: 104 ElementTextQuery(std::string title, const element **_target, std::string _description = NULL);104 ElementTextQuery(std::string title, std::vector<element *> *_target, std::string _description = NULL); 105 105 virtual ~ElementTextQuery(); 106 106 virtual bool handle();
Note:
See TracChangeset
for help on using the changeset viewer.