#include <llfloaterproject.h>
Inheritance diagram for LLNetwork2080PlayableContentBridge:


| Public Member Functions | |
| LLNetwork2080PlayableContentBridge (const S32 id, const LLString &name) | |
| virtual LLViewerImage * | getIcon () const | 
| virtual LLString | getURL () const | 
| Get the URL to be loaded when this node is selected. | |
| virtual bool | getQueueButtonsEnabled () const | 
| Whether the queue buttons need to be enabled when this node is selected. | |
Definition at line 223 of file llfloaterproject.h.
| LLNetwork2080PlayableContentBridge::LLNetwork2080PlayableContentBridge | ( | const S32 | id, | |
| const LLString & | name | |||
| ) |  [inline] | 
Definition at line 227 of file llfloaterproject.h.
| LLViewerImage * LLNetwork2080PlayableContentBridge::getIcon | ( | ) | const  [virtual] | 
Reimplemented from LLNetwork2080Bridge.
Definition at line 218 of file llfloaterproject.cpp.
References LLViewerImageList::getImage(), gImageList, MIPMAP_FALSE, LLImageGL::setClamp(), and TRUE.
| virtual bool LLNetwork2080PlayableContentBridge::getQueueButtonsEnabled | ( | ) | const  [inline, virtual] | 
Whether the queue buttons need to be enabled when this node is selected.
Reimplemented from LLNetwork2080Bridge.
Definition at line 230 of file llfloaterproject.h.
References TRUE.
| LLString LLNetwork2080PlayableContentBridge::getURL | ( | ) | const  [virtual] | 
Get the URL to be loaded when this node is selected.
Reimplemented from LLNetwork2080Bridge.
Definition at line 227 of file llfloaterproject.cpp.
References LLNetwork2080Bridge::mID, and PLAYABLE_PAGE_URL.
 1.4.7
 1.4.7