diff options
author | Merov Linden <merov@lindenlab.com> | 2012-03-19 18:14:55 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2012-03-19 18:14:55 -0700 |
commit | b615a553955447cccf8f5b6af60410d4bb3c89a2 (patch) | |
tree | 5f5b7d415816305a354e38c9b33f35cf84791946 /indra/newview/llinventoryfunctions.h | |
parent | 5f90875a9e92c7c92f92a32e64908a776fce64c6 (diff) | |
parent | 86c572ad63f0cf222050e807899e80ea5802e1d7 (diff) |
EXP-1841 : Pull the whole Cut and Paste feature in viewer-experience
Diffstat (limited to 'indra/newview/llinventoryfunctions.h')
-rw-r--r-- | indra/newview/llinventoryfunctions.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llinventoryfunctions.h b/indra/newview/llinventoryfunctions.h index ce2b89b22e..b3d9f4b966 100644 --- a/indra/newview/llinventoryfunctions.h +++ b/indra/newview/llinventoryfunctions.h @@ -62,6 +62,8 @@ void change_item_parent(LLInventoryModel* model, const LLUUID& new_parent_id, BOOL restamp); +void remove_item(LLInventoryModel* model, const LLUUID& id); + void change_category_parent(LLInventoryModel* model, LLViewerInventoryCategory* cat, const LLUUID& new_parent_id, @@ -71,6 +73,8 @@ void remove_category(LLInventoryModel* model, const LLUUID& cat_id); void rename_category(LLInventoryModel* model, const LLUUID& cat_id, const std::string& new_name); +void copy_inventory_category(LLInventoryModel* model, LLViewerInventoryCategory* cat, const LLUUID& parent_id, const LLUUID& root_copy_id = LLUUID::null); + // Generates a string containing the path to the item specified by item_id. void append_path(const LLUUID& id, std::string& path); |