Changes in src/UIElements/Qt4/QtDialog.hpp [2315f3:37a67f]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/Qt4/QtDialog.hpp
r2315f3 r37a67f 36 36 virtual void queryEmpty(const std::string ="", const std::string = ""); 37 37 38 virtual void queryVector(Parameter<Vector> &, const std::string ="", const std::string = "");39 virtual void queryVectors(Parameter< std::vector<Vector> > &, const std::string ="", const std::string = "");40 41 38 /** With the following boost::preprocessor code we generate virtual function 42 39 * definitions for all desired query types in the abstract class Dialog. … … 67 64 68 65 class EmptyQtQuery; 69 70 class VectorQtQuery;71 class VectorsQtQuery;72 66 73 67 /** With the following boost::preprocessor code we generate forward declarations
Note:
See TracChangeset
for help on using the changeset viewer.