

Public Member Functions | |
| LLOutfitObserver (const LLUUID &cat_id, bool copy_items, bool append) | |
| ~LLOutfitObserver () | |
| virtual void | done () |
Protected Attributes | |
| LLUUID | mCatID |
| bool | mCopyItems |
| bool | mAppend |
Definition at line 3535 of file llinventorybridge.cpp.
| LLOutfitObserver::LLOutfitObserver | ( | const LLUUID & | cat_id, | |
| bool | copy_items, | |||
| bool | append | |||
| ) | [inline] |
Definition at line 3538 of file llinventorybridge.cpp.
| LLOutfitObserver::~LLOutfitObserver | ( | ) | [inline] |
Definition at line 3543 of file llinventorybridge.cpp.
| void LLOutfitObserver::done | ( | ) | [virtual] |
Implements LLInventoryFetchObserver.
Definition at line 3592 of file llinventorybridge.cpp.
References LLAssetType::AT_CLOTHING, LLAssetType::AT_GESTURE, LLAssetType::AT_NONE, copy_inventory_item(), LLInventoryModel::createNewCategory(), LLInventoryModel::findCategoryUUIDForType(), gAgent, LLInventoryModel::getCategory(), LLAgent::getID(), LLAgent::getInventoryRootID(), LLInventoryItem::getInventoryType(), LLInventoryModel::getItem(), LLInventoryObject::getName(), LLPermissions::getOwner(), LLInventoryItem::getPermissions(), LLInventoryObject::getUUID(), gInventory, LLUUID::isNull(), LLInventoryType::IT_GESTURE, mAppend, mCatID, LLInventoryFetchObserver::mComplete, mCopyItems, NULL, and wear_inventory_category_on_avatar().
Referenced by LLOutfitFetch::done().


LLUUID LLOutfitObserver::mCatID [protected] |
bool LLOutfitObserver::mCopyItems [protected] |
bool LLOutfitObserver::mAppend [protected] |
1.5.5