

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


LLUUID LLRightClickInventoryFetchObserver::mCatID [protected] |
Definition at line 1388 of file llinventorybridge.cpp.
bool LLRightClickInventoryFetchObserver::mCopyItems [protected] |
Definition at line 1389 of file llinventorybridge.cpp.
1.5.5