#include "llviewerprecompiledheaders.h"#include "llimview.h"#include "llfontgl.h"#include "llrect.h"#include "llerror.h"#include "llbutton.h"#include "llhttpclient.h"#include "llsdutil.h"#include "llstring.h"#include "lluictrlfactory.h"#include "llagent.h"#include "llcallingcard.h"#include "llchat.h"#include "llresmgr.h"#include "llfloaterchat.h"#include "llfloaterchatterbox.h"#include "llfloaternewim.h"#include "llhttpnode.h"#include "llimpanel.h"#include "llresizebar.h"#include "lltabcontainer.h"#include "llviewercontrol.h"#include "llfloater.h"#include "llmutelist.h"#include "llresizehandle.h"#include "llkeyboard.h"#include "llui.h"#include "llviewermenu.h"#include "lltoolbar.h"#include "llviewermessage.h"#include "llviewerwindow.h"#include "llnotify.h"#include "llviewerregion.h"#include "llfirstuse.h"

Go to the source code of this file.
| const EInstantMessage DEFAULT_DIALOG = IM_NOTHING_SPECIAL |
Definition at line 73 of file llimview.cpp.
| LLHTTPRegistration<LLViewerChatterBoxInvitation> gHTTPRegistrationMessageChatterBoxInvitation("/message/ChatterBoxInvitation") |
| LLHTTPRegistration<LLViewerChatterBoxSessionAgentListUpdates> gHTTPRegistrationMessageChatterboxsessionagentlistupdates("/message/ChatterBoxSessionAgentListUpdates") |
| LLHTTPRegistration<LLViewerChatterBoxSessionEventReply> gHTTPRegistrationMessageChatterboxsessioneventreply("/message/ChatterBoxSessionEventReply") |
| LLHTTPRegistration<LLViewerChatterBoxSessionStartReply> gHTTPRegistrationMessageChatterboxsessionstartreply("/message/ChatterBoxSessionStartReply") |
| LLHTTPRegistration<LLViewerChatterBoxSessionUpdate> gHTTPRegistrationMessageChatterBoxSessionUpdate("/message/ChatterBoxSessionUpdate") |
| LLHTTPRegistration<LLViewerForceCloseChatterBoxSession> gHTTPRegistrationMessageForceclosechatterboxsession("/message/ForceCloseChatterBoxSession") |
Definition at line 78 of file llimview.cpp.
Referenced by LLFloaterChatterBox::draw(), LLAgent::endAnimationUpdateUI(), LLVoiceChannelGroup::handleError(), LLAvatarSendIM::handleEvent(), LLBeginIMSession::handleEvent(), LLFloaterIMPanel::handleKeyHere(), LLFloaterNewIM::handleKeyHere(), LLVoiceChannelProximal::handleStatusChange(), LLAppViewer::idleShutdown(), LLViewerWindow::initWorldUI(), notify_automute_callback(), LLFloaterNewIM::onClickClose(), LLToolBar::onClickCommunicate(), LLPanelAvatar::onClickIM(), LLPanelFriends::onClickIM(), LLOverlayBar::onClickIMReceived(), LLFloaterIMPanel::onClose(), LLFloaterIMPanel::onConfirmForceCloseError(), LLPanelActiveSpeakers::onDoubleClickSpeaker(), LLPanelActiveSpeakers::onModeratorMuteText(), LLPanelActiveSpeakers::onModeratorMuteVoice(), LLFloaterNewIM::onStart(), LLCallingCardBridge::performAction(), process_improved_im(), LLAvatarTracker::processNotify(), LLOverlayBar::refresh(), LLVoiceClient::sessionNewEvent(), set_god_level(), LLVoiceChannelP2P::setState(), LLVoiceChannelGroup::setState(), LLVoiceChannel::setState(), LLPanelGroups::startIM(), update_group_floaters(), LLToolBar::updateCommunicateList(), and LLViewerWindow::~LLViewerWindow().
| const EInstantMessage GROUP_DIALOG = IM_SESSION_GROUP_START |
Definition at line 72 of file llimview.cpp.
LLUIString sInviteMessage [static] |
Definition at line 87 of file llimview.cpp.
LLString sMutedMessage [static] |
Definition at line 86 of file llimview.cpp.
LLUIString sOfflineMessage [static] |
Definition at line 85 of file llimview.cpp.
LLString sOnlyUserMessage [static] |
Definition at line 84 of file llimview.cpp.
1.5.5