diff options
author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2018-07-12 20:35:01 +0300 |
---|---|---|
committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2018-07-12 20:35:01 +0300 |
commit | 28cdee4e0833c96f4b0c707092814f6ed0bbfd96 (patch) | |
tree | 2c422844b1f09171caa56723bf07a164425ae968 /indra/newview/llfloaterregioninfo.h | |
parent | 599cd81b8c912d8db377f5be475ea6fd4abaab1d (diff) |
MAINT-8566 Access lists search implementation
Diffstat (limited to 'indra/newview/llfloaterregioninfo.h')
-rw-r--r-- | indra/newview/llfloaterregioninfo.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llfloaterregioninfo.h b/indra/newview/llfloaterregioninfo.h index 941c81fbec..70971c119f 100644 --- a/indra/newview/llfloaterregioninfo.h +++ b/indra/newview/llfloaterregioninfo.h @@ -508,6 +508,9 @@ private: void onClickRemoveBannedAgent(); void onClickAddEstateManager(); void onClickRemoveEstateManager(); + void onAllowedSearchEdit(const std::string& search_string); + void onAllowedGroupsSearchEdit(const std::string& search_string); + void onBannedSearchEdit(const std::string& search_string); // Group picker callback is different, can't use core methods below bool addAllowedGroup(const LLSD& notification, const LLSD& response); @@ -529,6 +532,8 @@ private: static void requestEstateGetAccessCoro(std::string url); + void searchAgent(LLNameListCtrl* listCtrl, const std::string& search_string); + bool mPendingUpdate; }; |