- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/Qt4/Pipe/AtomsQtQueryPipe.hpp
r56f73b rf10b0c 15 15 16 16 17 #include "Parameters/Parameter.hpp" 17 18 #include <Qt/qwidget.h> 18 19 … … 29 30 Q_OBJECT 30 31 public: 31 AtomsQtQueryPipe( std::vector<const atom *>*_content, QtDialog *_dialog, QListWidget *_theList);32 AtomsQtQueryPipe(Parameter<std::vector<const atom *> > &_content, QtDialog *_dialog, QListWidget *_theList); 32 33 virtual ~AtomsQtQueryPipe(); 33 34 … … 38 39 39 40 private: 40 std::vector<const atom *>*content;41 Parameter<std::vector<const atom *> > &content; 41 42 std::map<int, const atom *> lookup; 42 43 std::set<const atom *> currentList;
Note:
See TracChangeset
for help on using the changeset viewer.