Mercurial > retraceit
comparison src/metadataview.h @ 4:e4748da7140b
Add filter functionalty to metadataview
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Wed, 25 Mar 2015 14:23:46 +0100 |
parents | 248d5d1cdb38 |
children | 6b9b5efcd7f4 |
comparison
equal
deleted
inserted
replaced
3:248d5d1cdb38 | 4:e4748da7140b |
---|---|
40 | 40 |
41 protected slots: | 41 protected slots: |
42 /** @brief internal slot to handle table view selection changes */ | 42 /** @brief internal slot to handle table view selection changes */ |
43 void viewSelectionChanged(const QItemSelection& selected, const QItemSelection& deselected); | 43 void viewSelectionChanged(const QItemSelection& selected, const QItemSelection& deselected); |
44 | 44 |
45 /** @brief the data has been changed. Could be filter. */ | |
46 void dataChanged(); | |
47 | |
45 public slots: | 48 public slots: |
46 /**@brief selects the next row and emits a selection changed signal */ | 49 /**@brief selects the next row and emits a selection changed signal */ |
47 void selectNextRow(); | 50 void selectNextRow(); |
48 | 51 |
49 /**@brief selects the previous row and emits a selection changed signal */ | 52 /**@brief selects the previous row and emits a selection changed signal */ |