#include <llinventorybridge.h>
Inheritance diagram for LLNotecardBridge:
Public Member Functions | |
virtual const LLString & | getPrefix () |
virtual LLViewerImage * | getIcon () const |
virtual void | openItem () |
Protected Member Functions | |
LLNotecardBridge (LLInventoryPanel *inventory, const LLUUID &uuid) | |
Static Protected Attributes | |
static LLString | sPrefix |
Friends | |
class | LLInvFVBridge |
Definition at line 450 of file llinventorybridge.h.
LLNotecardBridge::LLNotecardBridge | ( | LLInventoryPanel * | inventory, | |
const LLUUID & | uuid | |||
) | [inline, protected] |
Definition at line 460 of file llinventorybridge.h.
LLViewerImage * LLNotecardBridge::getIcon | ( | ) | const [virtual] |
Reimplemented from LLItemBridge.
Definition at line 2819 of file llinventorybridge.cpp.
References LLAssetType::AT_NOTECARD, FALSE, get_item_icon(), and LLInventoryType::IT_NOTECARD.
virtual const LLString& LLNotecardBridge::getPrefix | ( | ) | [inline, virtual] |
Reimplemented from LLInvFVBridge.
Definition at line 454 of file llinventorybridge.h.
References sPrefix.
Referenced by openItem().
void LLNotecardBridge::openItem | ( | ) | [virtual] |
Reimplemented from LLInvFVBridge.
Definition at line 2871 of file llinventorybridge.cpp.
References FALSE, LLItemBridge::getItem(), getPrefix(), LLUUID::null, and open_notecard().
friend class LLInvFVBridge [friend] |
Definition at line 452 of file llinventorybridge.h.
LLString LLNotecardBridge::sPrefix [static, protected] |