From 169bf48f1068b0996f38ef03a9a97cd6c0fa07e0 Mon Sep 17 00:00:00 2001 From: dolphin Date: Tue, 13 May 2014 16:25:52 -0700 Subject: ACME-1450: Added paging to the experience picker and upped the search size to 30 results per page. --- indra/newview/llpanelexperiencepicker.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indra/newview/llpanelexperiencepicker.h') diff --git a/indra/newview/llpanelexperiencepicker.h b/indra/newview/llpanelexperiencepicker.h index d5c38598e1..b2ba7f26ee 100644 --- a/indra/newview/llpanelexperiencepicker.h +++ b/indra/newview/llpanelexperiencepicker.h @@ -68,6 +68,7 @@ private: void onBtnProfile(); void onList(); void onMaturity(); + void onPage(S32 direction); void getSelectedExperienceIds( const LLScrollListCtrl* results, uuid_vec_t &experience_ids ); void setAllowMultiple(bool allow_multiple); @@ -87,6 +88,7 @@ private: LLUUID mQueryID; LLSD mResponse; bool mCloseOnSelect; + S32 mCurrentPage; }; #endif // LL_LLPANELEXPERIENCEPICKER_H -- cgit v1.2.3