#include <llinventorybridge.h>
Inheritance diagram for LLLSLTextBridge:
Public Member Functions | |
virtual const LLString & | getPrefix () |
virtual LLViewerImage * | getIcon () const |
virtual void | openItem () |
Protected Member Functions | |
LLLSLTextBridge (LLInventoryPanel *inventory, const LLUUID &uuid) | |
Static Protected Attributes | |
static LLString | sPrefix |
Friends | |
class | LLInvFVBridge |
Definition at line 548 of file llinventorybridge.h.
LLLSLTextBridge::LLLSLTextBridge | ( | LLInventoryPanel * | inventory, | |
const LLUUID & | uuid | |||
) | [inline, protected] |
Definition at line 558 of file llinventorybridge.h.
LLViewerImage * LLLSLTextBridge::getIcon | ( | ) | const [virtual] |
Reimplemented from LLItemBridge.
Definition at line 3401 of file llinventorybridge.cpp.
References LLAssetType::AT_SCRIPT, FALSE, get_item_icon(), and LLInventoryType::IT_LSL.
virtual const LLString& LLLSLTextBridge::getPrefix | ( | ) | [inline, virtual] |
Reimplemented from LLInvFVBridge.
Definition at line 552 of file llinventorybridge.h.
References sPrefix.
Referenced by openItem().
void LLLSLTextBridge::openItem | ( | ) | [virtual] |
Reimplemented from LLInvFVBridge.
Definition at line 3406 of file llinventorybridge.cpp.
References LLFloaterView::adjustToFitScreen(), FALSE, LLItemBridge::getItem(), LLInventoryObject::getName(), LLFloaterView::getNewFloaterPosition(), getPrefix(), LLControlGroup::getRect(), gFloaterView, gSavedSettings, left, LLRectBase< Type >::mLeft, LLRectBase< Type >::mTop, LLInvFVBridge::mUUID, S32, LLFloater::setFocus(), LLPreview::show(), top, LLRectBase< Type >::translate(), and TRUE.
friend class LLInvFVBridge [friend] |
Definition at line 550 of file llinventorybridge.h.
LLString LLLSLTextBridge::sPrefix [static, protected] |