diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-03-22 22:15:46 +0200 |
---|---|---|
committer | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-03-22 22:15:46 +0200 |
commit | 24b41ee746ccc6b5dd637b8704dc7ec819434605 (patch) | |
tree | 9dbfd835932e05e64ae143701f2c54ab3e53b80e /indra/newview/llinventoryfunctions.h | |
parent | d6a11416ec524420b6a6ac298b7b093cb24e9ec9 (diff) |
SL-19379 WIP basic drag and drop handling
Diffstat (limited to 'indra/newview/llinventoryfunctions.h')
-rw-r--r-- | indra/newview/llinventoryfunctions.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llinventoryfunctions.h b/indra/newview/llinventoryfunctions.h index 918e919e61..2dfe605ada 100644 --- a/indra/newview/llinventoryfunctions.h +++ b/indra/newview/llinventoryfunctions.h @@ -97,6 +97,9 @@ void move_items_to_folder(const LLUUID& new_cat_uuid, const uuid_vec_t& selected bool is_only_cats_selected(const uuid_vec_t& selected_uuids); bool is_only_items_selected(const uuid_vec_t& selected_uuids); +bool can_move_to_outfit(LLInventoryItem* inv_item, BOOL move_is_into_current_outfit); +bool can_move_to_landmarks(LLInventoryItem* inv_item); +bool can_move_to_my_outfits(LLInventoryModel* model, LLInventoryCategory* inv_cat, U32 wear_limit); /** Miscellaneous global functions ** ** *******************************************************************************/ |