diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-05-13 22:16:20 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-05-13 22:16:20 +0300 |
commit | 7d1597fc98868c73d6de0b95f3c1af4c459a30c8 (patch) | |
tree | 8b97d63c87403d8b19dc1bca936d463f97fbb0bf /indra/newview/lloutfitslist.h | |
parent | b9633c17e373bfe55b29228996e8473eb041466d (diff) |
viewer#1424 Favorites in Appearance floater #4
Diffstat (limited to 'indra/newview/lloutfitslist.h')
-rw-r--r-- | indra/newview/lloutfitslist.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/lloutfitslist.h b/indra/newview/lloutfitslist.h index 94df963977..9a48f9b99d 100644 --- a/indra/newview/lloutfitslist.h +++ b/indra/newview/lloutfitslist.h @@ -111,6 +111,8 @@ public: virtual bool getHasExpandableFolders() = 0; + virtual void onChangeSortOrder(const LLSD& userdata) = 0; + virtual void updateMenuItemsVisibility(); virtual LLToggleableMenu* getGearMenu(); virtual bool getTrashMenuVisible() { return true; }; @@ -323,6 +325,7 @@ public: /*virtual*/ bool getHasExpandableFolders() { return TRUE; } + /*virtual*/ void onChangeSortOrder(const LLSD& userdata); virtual LLToggleableMenu* getSortMenu(); void updateMenuItemsVisibility(); |