diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-04-14 20:11:54 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-04-14 20:11:54 (GMT) |
| commit | 900e23128a16bd49d8929a232ac57fc7e30ad3f9 (patch) | |
| tree | a5d04c86dc0ac5efb887579699e86143f12f20a8 /src/search/SearchView.h | |
| parent | 4c6be4ff2cc822d9c1ed36c9c88261771775dc02 (diff) | |
| download | powder-900e23128a16bd49d8929a232ac57fc7e30ad3f9.zip powder-900e23128a16bd49d8929a232ac57fc7e30ad3f9.tar.gz | |
Add ability to get favourites
Diffstat (limited to 'src/search/SearchView.h')
| -rw-r--r-- | src/search/SearchView.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/search/SearchView.h b/src/search/SearchView.h index ed4b06e..6e27f06 100644 --- a/src/search/SearchView.h +++ b/src/search/SearchView.h @@ -19,6 +19,7 @@ class SearchView: public ui::Window private: SearchController * c; vector<ui::SaveButton*> saveButtons; + ui::Button * favButton; ui::Button * nextButton; ui::Button * previousButton; ui::Label * errorLabel; @@ -39,6 +40,7 @@ public: void NotifyPageChanged(SearchModel * sender); void NotifySortChanged(SearchModel * sender); void NotifyShowOwnChanged(SearchModel * sender); + void NotifyShowFavouriteChanged(SearchModel * sender); SearchView(); virtual ~SearchView(); void AttachController(SearchController * _c) { c = _c; } |
