diff options
Diffstat (limited to 'src/search/SearchView.h')
| -rw-r--r-- | src/search/SearchView.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/search/SearchView.h b/src/search/SearchView.h index 8777c30..370877e 100644 --- a/src/search/SearchView.h +++ b/src/search/SearchView.h @@ -22,9 +22,15 @@ private: ui::Button * previousButton; ui::Label * errorLabel; ui::Textbox * searchField; + ui::Label * infoLabel; + ui::Button * sortButton; + ui::Button * ownButton; void doSearch(); public: void NotifySaveListChanged(SearchModel * sender); + void NotifyPageChanged(SearchModel * sender); + void NotifySortChanged(SearchModel * sender); + void NotifyShowOwnChanged(SearchModel * sender); SearchView(); virtual ~SearchView(); void AttachController(SearchController * _c) { c = _c; } |
