accountForUpdate(const LLCategoryUpdate &update) | LLInventoryModel | |
accountForUpdate(const update_list_t &updates) | LLInventoryModel | |
accountForUpdate(const update_map_t &updates) | LLInventoryModel | |
addCategory(LLViewerInventoryCategory *category) | LLInventoryModel | [protected] |
addChangedMask(U32 mask, const LLUUID &referent) | LLInventoryModel | |
addItem(LLViewerInventoryItem *item) | LLInventoryModel | [protected] |
addObserver(LLInventoryObserver *observer) | LLInventoryModel | |
appendPath(const LLUUID &id, LLString &path) | LLInventoryModel | |
backgroundFetch(void *) | LLInventoryModel | [static] |
backgroundFetchActive() | LLInventoryModel | [static] |
buildParentChildMap() | LLInventoryModel | |
cache(const LLUUID &parent_folder_id, const LLUUID &agent_id) | LLInventoryModel | |
cat_array_t typedef | LLInventoryModel | |
cat_map_t typedef | LLInventoryModel | [protected] |
categoryHasChildren(const LLUUID &cat_id) const | LLInventoryModel | |
changed_items_t typedef | LLInventoryModel | [protected] |
CHILDREN_MAYBE enum value | LLInventoryModel | |
CHILDREN_NO enum value | LLInventoryModel | |
CHILDREN_YES enum value | LLInventoryModel | |
collectDescendents(const LLUUID &id, cat_array_t &categories, item_array_t &items, BOOL include_trash) | LLInventoryModel | |
collectDescendentsIf(const LLUUID &id, cat_array_t &categories, item_array_t &items, BOOL include_trash, LLInventoryCollectFunctor &add) | LLInventoryModel | |
createNewCategory(const LLUUID &parent_id, LLAssetType::EType preferred_type, const LLString &name) | LLInventoryModel | |
deleteFromServer(LLDynamicArray< LLUUID > &category_ids, LLDynamicArray< LLUUID > &item_ids) | LLInventoryModel | |
deleteObject(const LLUUID &id) | LLInventoryModel | |
dumpInventory() | LLInventoryModel | |
e_has_children enum name | LLInventoryModel | |
EHasChildren typedef | LLInventoryModel | |
empty() | LLInventoryModel | [protected] |
EXCLUDE_TRASH enum value | LLInventoryModel | |
fetchDescendentsOf(const LLUUID &folder_id) | LLInventoryModel | |
findCategoryUUIDForType(LLAssetType::EType preferred_type, bool create_folder=true) | LLInventoryModel | |
findCatUUID(LLAssetType::EType preferred_type) | LLInventoryModel | [protected] |
getCategory(const LLUUID &id) const | LLInventoryModel | |
getCategoryCount() const | LLInventoryModel | |
getChangedIDs() | LLInventoryModel | [inline] |
getDirectDescendentsOf(const LLUUID &cat_id, cat_array_t *&categories, item_array_t *&items) const | LLInventoryModel | |
getItem(const LLUUID &id) const | LLInventoryModel | |
getItemCount() const | LLInventoryModel | |
getObject(const LLUUID &id) const | LLInventoryModel | |
INCLUDE_TRASH enum value | LLInventoryModel | |
isCategoryComplete(const LLUUID &cat_id) const | LLInventoryModel | |
isEverythingFetched() | LLInventoryModel | [static] |
isInventoryUsable() | LLInventoryModel | |
isObjectDescendentOf(const LLUUID &obj_id, const LLUUID &cat_id) | LLInventoryModel | |
item_array_t typedef | LLInventoryModel | |
item_map_t typedef | LLInventoryModel | [protected] |
LLInventoryModel() | LLInventoryModel | |
loadFromFile(const char *filename, cat_array_t &categories, item_array_t &items) | LLInventoryModel | [protected, static] |
loadMeat(const options_t &options, const LLUUID &owner_id) | LLInventoryModel | |
loadSkeleton(const options_t &options, const LLUUID &owner_id) | LLInventoryModel | |
mCategoryMap | LLInventoryModel | [protected] |
mChangedItemIDs | LLInventoryModel | [protected] |
messageUpdateCore(LLMessageSystem *msg, bool do_accounting) | LLInventoryModel | [protected] |
mIsAgentInvUsable | LLInventoryModel | [protected] |
mItemMap | LLInventoryModel | [protected] |
mLastItem | LLInventoryModel | [mutable, protected] |
mModifyMask | LLInventoryModel | [protected] |
mObservers | LLInventoryModel | [protected] |
moveObject(const LLUUID &object_id, const LLUUID &cat_id) | LLInventoryModel | |
mParentChildCategoryTree | LLInventoryModel | [protected] |
mParentChildItemTree | LLInventoryModel | [protected] |
notifyObservers() | LLInventoryModel | |
observer_list_t typedef | LLInventoryModel | [protected] |
options_t typedef | LLInventoryModel | |
parent_cat_map_t typedef | LLInventoryModel | [protected] |
parent_item_map_t typedef | LLInventoryModel | [protected] |
processBulkUpdateInventory(LLMessageSystem *msg, void **) | LLInventoryModel | [protected, static] |
processFetchInventoryReply(LLMessageSystem *msg, void **) | LLInventoryModel | [protected, static] |
processInventoryDescendents(LLMessageSystem *msg, void **) | LLInventoryModel | [protected, static] |
processMoveInventoryItem(LLMessageSystem *msg, void **) | LLInventoryModel | [protected, static] |
processRemoveInventoryFolder(LLMessageSystem *msg, void **) | LLInventoryModel | [protected, static] |
processRemoveInventoryItem(LLMessageSystem *msg, void **) | LLInventoryModel | [protected, static] |
processSaveAssetIntoInventory(LLMessageSystem *msg, void **) | LLInventoryModel | [protected, static] |
processUpdateCreateInventoryItem(LLMessageSystem *msg, void **) | LLInventoryModel | [protected, static] |
processUpdateInventoryFolder(LLMessageSystem *msg, void **) | LLInventoryModel | [protected, static] |
purgeDescendentsOf(const LLUUID &id) | LLInventoryModel | |
registerCallbacks(LLMessageSystem *msg) | LLInventoryModel | [static] |
removeObserver(LLInventoryObserver *observer) | LLInventoryModel | |
response_t typedef | LLInventoryModel | |
sAllFoldersFetched | LLInventoryModel | [protected, static] |
saveToFile(const char *filename, const cat_array_t &categories, const item_array_t &items) | LLInventoryModel | [protected, static] |
sBackgroundFetchActive | LLInventoryModel | [protected, static] |
sFetchTimer | LLInventoryModel | [protected, static] |
sFullFetchStarted | LLInventoryModel | [protected, static] |
sMaxTimeBetweenFetches | LLInventoryModel | [protected, static] |
sMinTimeBetweenFetches | LLInventoryModel | [protected, static] |
sNumFetchRetries | LLInventoryModel | [protected, static] |
startBackgroundFetch(const LLUUID &cat_id=LLUUID::null) | LLInventoryModel | [static] |
sTimelyFetchPending | LLInventoryModel | [protected, static] |
stopBackgroundFetch() | LLInventoryModel | [static] |
update_list_t typedef | LLInventoryModel | |
update_map_t typedef | LLInventoryModel | |
updateCategory(const LLViewerInventoryCategory *cat) | LLInventoryModel | |
updateItem(const LLViewerInventoryItem *item) | LLInventoryModel | |
~LLInventoryModel() | LLInventoryModel | |