Public Member Functions | |
LLRightClickInventoryFetchObserver () | |
LLRightClickInventoryFetchObserver (const LLUUID &cat_id, bool copy_items) | |
virtual void | done () |
Protected Attributes | |
LLUUID | mCatID |
bool | mCopyItems |
Definition at line 1331 of file llinventorybridge.cpp.
LLRightClickInventoryFetchObserver::LLRightClickInventoryFetchObserver | ( | ) | [inline] |
Definition at line 1334 of file llinventorybridge.cpp.
LLRightClickInventoryFetchObserver::LLRightClickInventoryFetchObserver | ( | const LLUUID & | cat_id, | |
bool | copy_items | |||
) | [inline] |
Definition at line 1335 of file llinventorybridge.cpp.
virtual void LLRightClickInventoryFetchObserver::done | ( | ) | [inline, virtual] |
Implements LLInventoryFetchObserver.
Definition at line 1339 of file llinventorybridge.cpp.
References gInventory, LLInventoryModel::removeObserver(), and LLFolderBridge::staticFolderOptionsMenu().
Referenced by LLRightClickInventoryFetchDescendentsObserver::done().
LLUUID LLRightClickInventoryFetchObserver::mCatID [protected] |
Definition at line 1350 of file llinventorybridge.cpp.
bool LLRightClickInventoryFetchObserver::mCopyItems [protected] |
Definition at line 1351 of file llinventorybridge.cpp.