#include <llinventorybridge.h>
Public Member Functions | |
virtual const LLString & | getPrefix () |
virtual LLUIImagePtr | 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 451 of file llinventorybridge.h.
LLNotecardBridge::LLNotecardBridge | ( | LLInventoryPanel * | inventory, | |
const LLUUID & | uuid | |||
) | [inline, protected] |
Definition at line 461 of file llinventorybridge.h.
virtual const LLString& LLNotecardBridge::getPrefix | ( | ) | [inline, virtual] |
Reimplemented from LLInvFVBridge.
Definition at line 455 of file llinventorybridge.h.
References sPrefix.
Referenced by openItem().
LLUIImagePtr LLNotecardBridge::getIcon | ( | ) | const [virtual] |
Reimplemented from LLItemBridge.
Definition at line 2857 of file llinventorybridge.cpp.
References LLAssetType::AT_NOTECARD, FALSE, get_item_icon(), and LLInventoryType::IT_NOTECARD.
void LLNotecardBridge::openItem | ( | void | ) | [virtual] |
Reimplemented from LLInvFVBridge.
Definition at line 2909 of file llinventorybridge.cpp.
References FALSE, LLItemBridge::getItem(), LLInventoryObject::getName(), getPrefix(), LLUUID::null, and open_notecard().
friend class LLInvFVBridge [friend] |
Definition at line 453 of file llinventorybridge.h.
LLString LLNotecardBridge::sPrefix [static, protected] |