#include <llinventorybridge.h>
Inheritance diagram for LLTextureBridge:
Public Member Functions | |
virtual const LLString & | getPrefix () |
virtual LLViewerImage * | 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.
LLViewerImage * LLTextureBridge::getIcon | ( | ) | const [virtual] |
Reimplemented from LLItemBridge.
Definition at line 2328 of file llinventorybridge.cpp.
References LLAssetType::AT_TEXTURE, FALSE, get_item_icon(), and mInvType.
virtual const LLString& LLTextureBridge::getPrefix | ( | ) | [inline, virtual] |
Reimplemented from LLInvFVBridge.
Definition at line 352 of file llinventorybridge.h.
References sPrefix.
Referenced by openItem().
void LLTextureBridge::openItem | ( | ) | [virtual] |
Reimplemented from LLInvFVBridge.
Definition at line 2362 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.
LLInventoryType::EType LLTextureBridge::mInvType [protected] |
Reimplemented from LLInvFVBridge.
Definition at line 361 of file llinventorybridge.h.
Referenced by getIcon().
LLString LLTextureBridge::sPrefix [static, protected] |