#include "llviewerprecompiledheaders.h"
#include "llmutelist.h"
#include <boost/tokenizer.hpp>
#include "llcrc.h"
#include "lldispatcher.h"
#include "llxfermanager.h"
#include "message.h"
#include "lldir.h"
#include "llagent.h"
#include "llfloatermute.h"
#include "llviewergenericmessage.h"
#include "llviewerwindow.h"
#include "viewer.h"
#include "llworld.h"
Include dependency graph for llmutelist.cpp:
Go to the source code of this file.
Classes | |
class | LLDispatchEmptyMuteList |
Variables | |
LLMuteList * | gMuteListp = NULL |
static LLDispatchEmptyMuteList | sDispatchEmptyMuteList |
const char | BY_NAME_SUFFIX [] = " (by name)" |
const char | AGENT_SUFFIX [] = " (resident)" |
const char | OBJECT_SUFFIX [] = " (object)" |
const char | GROUP_SUFFIX [] = " (group)" |
Copyright (c) 2003-2007, Linden Research, Inc.
Second Life Viewer Source Code The source code in this file ("Source Code") is provided by Linden Lab to you under the terms of the GNU General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other License"), formally executed by you and Linden Lab. Terms of the GPL can be found in doc/GPL-license.txt in this distribution, or online at http://secondlife.com/developers/opensource/gplv2
There are special exceptions to the terms and conditions of the GPL as it is applied to this Source Code. View the full text of the exception in the file doc/FLOSS-exception.txt in this software distribution, or online at http://secondlife.com/developers/opensource/flossexception
By copying, modifying or distributing this software, you acknowledge that you have read and understood your obligations described above, and agree to abide by those obligations.
ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, COMPLETENESS OR PERFORMANCE. $/LicenseInfo$
Definition in file llmutelist.cpp.
const char AGENT_SUFFIX[] = " (resident)" |
Definition at line 90 of file llmutelist.cpp.
Referenced by LLMute::getDisplayName(), and LLMute::setFromDisplayName().
const char BY_NAME_SUFFIX[] = " (by name)" |
Definition at line 89 of file llmutelist.cpp.
Referenced by LLMute::getDisplayName(), and LLMute::setFromDisplayName().
LLMuteList* gMuteListp = NULL |
Definition at line 67 of file llmutelist.cpp.
Referenced by LLIMMgr::addMessage(), callback_load_url_name(), LLFloaterMute::callbackMuteByName(), cleanup_app(), cmd_mute(), cmd_unmute(), LLFloaterIMPanel::draw(), LLObjectMute::handleEvent(), idle_startup(), LLVOAvatar::idleUpdate(), inventory_offer_callback(), inventory_offer_handler(), inventory_offer_mute_callback(), LLIMMgr::inviteToSession(), LLIMMgr::inviteUserResponse(), LLPanelAvatar::onClickMute(), LLFloaterChat::onClickMute(), LLPanelActiveSpeakers::onClickMuteTextCommit(), LLFloaterIMPanel::onClickMuteVoice(), LLPanelActiveSpeakers::onClickMuteVoiceCommit(), LLFloaterMute::onClickRemove(), LLMuteList::onFileMuteList(), LLFloaterMute::onPickUser(), LLDispatchEmptyMuteList::operator()(), LLToolPie::pickAndShowMenu(), LLViewerChatterBoxInvitation::post(), process_attached_sound(), process_chat_from_simulator(), process_improved_im(), process_load_url(), process_offer_callingcard(), process_preload_sound(), process_script_question(), process_sound_trigger(), LLVOAvatar::processSingleAnimationStateChange(), LLMuteList::processUseCachedMuteList(), LLFloaterMute::refreshMuteList(), LLPanelActiveSpeakers::refreshSpeakers(), request_initial_instant_messages(), script_question_cb(), LLVoiceClient::stateMachine(), LLViewerObject::unpackParticleSource(), LLVOAvatar::updateCharacter(), LLAudioSourceVO::updateGain(), and LLVoiceClient::updateMuteState().
const char GROUP_SUFFIX[] = " (group)" |
Definition at line 92 of file llmutelist.cpp.
Referenced by LLMute::getDisplayName(), and LLMute::setFromDisplayName().
const char OBJECT_SUFFIX[] = " (object)" |
Definition at line 91 of file llmutelist.cpp.
Referenced by LLMute::getDisplayName(), and LLMute::setFromDisplayName().