Public Member Functions | |
LLCategoryDropObserver (const LLUUID &obj_id, LLToolDragAndDrop::ESource src) | |
~LLCategoryDropObserver () | |
virtual void | done () |
Protected Attributes | |
LLUUID | mObjectID |
LLToolDragAndDrop::ESource | mSource |
Definition at line 380 of file lltooldraganddrop.cpp.
LLCategoryDropObserver::LLCategoryDropObserver | ( | const LLUUID & | obj_id, | |
LLToolDragAndDrop::ESource | src | |||
) | [inline] |
Definition at line 383 of file lltooldraganddrop.cpp.
LLCategoryDropObserver::~LLCategoryDropObserver | ( | ) | [inline] |
Definition at line 388 of file lltooldraganddrop.cpp.
void LLCategoryDropObserver::done | ( | ) | [virtual] |
Implements LLInventoryFetchObserver.
Definition at line 396 of file lltooldraganddrop.cpp.
References LLToolDragAndDrop::dropInventory(), end, LLViewerObjectList::findObject(), LLInventoryModel::getItem(), gInventory, gObjectList, LLInventoryFetchObserver::mComplete, mObjectID, mSource, LLUUID::null, NULL, and LLInventoryModel::removeObserver().
Referenced by LLToolDragAndDrop::dad3dUpdateInventoryCategory().
LLUUID LLCategoryDropObserver::mObjectID [protected] |