#include <llinventorybridge.h>


Public Member Functions | |
| virtual const LLString & | getPrefix () |
| virtual LLUIImagePtr | getIcon () const |
| virtual void | openItem () |
Protected Member Functions | |
| LLTextureBridge (LLInventoryPanel *inventory, const LLUUID &uuid, LLInventoryType::EType type) | |
Protected Attributes | |
| LLInventoryType::EType | mInvType |
Static Protected Attributes | |
| static LLString | sPrefix |
Friends | |
| class | LLInvFVBridge |
Definition at line 348 of file llinventorybridge.h.
| LLTextureBridge::LLTextureBridge | ( | LLInventoryPanel * | inventory, | |
| const LLUUID & | uuid, | |||
| LLInventoryType::EType | type | |||
| ) | [inline, protected] |
Definition at line 358 of file llinventorybridge.h.
| virtual const LLString& LLTextureBridge::getPrefix | ( | ) | [inline, virtual] |
Reimplemented from LLInvFVBridge.
Definition at line 352 of file llinventorybridge.h.
References sPrefix.
Referenced by openItem().

| LLUIImagePtr LLTextureBridge::getIcon | ( | ) | const [virtual] |
Reimplemented from LLItemBridge.
Definition at line 2365 of file llinventorybridge.cpp.
References LLAssetType::AT_TEXTURE, FALSE, get_item_icon(), and mInvType.

| void LLTextureBridge::openItem | ( | void | ) | [virtual] |
Reimplemented from LLInvFVBridge.
Definition at line 2399 of file llinventorybridge.cpp.
References FALSE, LLItemBridge::getItem(), LLInventoryObject::getName(), getPrefix(), LLInvFVBridge::mUUID, and open_texture().

friend class LLInvFVBridge [friend] |
Definition at line 350 of file llinventorybridge.h.
LLString LLTextureBridge::sPrefix [static, protected] |
LLInventoryType::EType LLTextureBridge::mInvType [protected] |
Reimplemented from LLInvFVBridge.
Definition at line 361 of file llinventorybridge.h.
Referenced by getIcon().
1.5.5