#include <llui.h>
Inheritance diagram for LLUIInstanceMgr< T, INSTANCE_ADAPTOR >:
Public Member Functions | |
LLUIInstanceMgr () | |
virtual | ~LLUIInstanceMgr () |
Static Public Member Functions | |
static T * | showInstance (const LLSD &seed=LLSD()) |
static void | hideInstance (const LLSD &seed=LLSD()) |
static void | toggleInstance (const LLSD &seed=LLSD()) |
static BOOL | instanceVisible (const LLSD &seed=LLSD()) |
static T * | getInstance (const LLSD &seed=LLSD()) |
Definition at line 294 of file llui.h.
LLUIInstanceMgr< T, INSTANCE_ADAPTOR >::LLUIInstanceMgr | ( | ) | [inline] |
virtual LLUIInstanceMgr< T, INSTANCE_ADAPTOR >::~LLUIInstanceMgr | ( | ) | [inline, virtual] |
static T* LLUIInstanceMgr< T, INSTANCE_ADAPTOR >::getInstance | ( | const LLSD & | seed = LLSD() |
) | [inline, static] |
static void LLUIInstanceMgr< T, INSTANCE_ADAPTOR >::hideInstance | ( | const LLSD & | seed = LLSD() |
) | [inline, static] |
Reimplemented in LLFloaterChat, and LLFloaterMyFriends.
Definition at line 313 of file llui.h.
Referenced by LLFloaterChat::hideInstance().
static BOOL LLUIInstanceMgr< T, INSTANCE_ADAPTOR >::instanceVisible | ( | const LLSD & | seed = LLSD() |
) | [inline, static] |
Reimplemented in LLFloaterMyFriends, and LLFloaterChatterBox.
Definition at line 331 of file llui.h.
Referenced by LLVoiceRemoteCtrl::draw(), LLMediaRemoteCtrl::draw(), LLFloaterVisible::handleEvent(), and LLFloaterChatterBox::instanceVisible().
static T* LLUIInstanceMgr< T, INSTANCE_ADAPTOR >::showInstance | ( | const LLSD & | seed = LLSD() |
) | [inline, static] |
Reimplemented in LLFloaterMyFriends, and LLFloaterChatterBox.
Definition at line 306 of file llui.h.
Referenced by LLPanelEstateInfo::addAllowedGroup(), invite_to_group(), LLPanelPermissions::onClickGroup(), LLPanelLandGeneral::onClickSetGroup(), LLFloaterChatterBox::showInstance(), and LLFloaterMyFriends::showInstance().
static void LLUIInstanceMgr< T, INSTANCE_ADAPTOR >::toggleInstance | ( | const LLSD & | seed = LLSD() |
) | [inline, static] |
Definition at line 319 of file llui.h.
Referenced by LLShowFloater::handleEvent(), LLVoiceRemoteCtrl::onClickSpeakers(), and LLOverlayBar::toggleAudioVolumeFloater().