diff options
author | Merov Linden <merov@lindenlab.com> | 2014-09-07 22:54:50 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2014-09-07 22:54:50 -0700 |
commit | 9fd904220bb304a7827d255dc4c03c35ffdc945e (patch) | |
tree | 3bc77948881db9bc8d5ff4d83bb56d2abaccb801 /indra/newview/llfloatermarketplacelistings.h | |
parent | 8f119c04d484546d73fa906e8f6bd4018e2e6162 (diff) |
DD-195 : Add text filtering to the marketplace listings floater
Diffstat (limited to 'indra/newview/llfloatermarketplacelistings.h')
-rwxr-xr-x | indra/newview/llfloatermarketplacelistings.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llfloatermarketplacelistings.h b/indra/newview/llfloatermarketplacelistings.h index 86ddfd9023..4068351b52 100755 --- a/indra/newview/llfloatermarketplacelistings.h +++ b/indra/newview/llfloatermarketplacelistings.h @@ -39,6 +39,7 @@ class LLInventoryCategoriesObserver; class LLInventoryCategoryAddedObserver; class LLTextBox; class LLView; +class LLFilterEditor; class LLFloaterMarketplaceListings; @@ -66,8 +67,11 @@ private: void onAuditButtonClicked(); void onSelectionChange(LLInventoryPanel *panel, const std::deque<LLFolderViewItem*>& items, BOOL user_action); void onTabChange(); + void onFilterEdit(const std::string& search_string); LLInventoryPanel* mAllPanel; + LLFilterEditor* mFilterEditor; + std::string mFilterSubString; LLInventoryFilter::ESortOrderType mSortOrder; LLInventoryFilter::EFilterType mFilterType; }; |