#include "llviewerprecompiledheaders.h"
#include "llfloatereventlog.h"
#include "llvieweruictrlfactory.h"
#include "llviewerwindow.h"
#include "llscrolllistctrl.h"
#include "viewer.h"
#include "llagent.h"
#include "llpartdata.h"
#include "llfloateravatarinfo.h"
#include "llmutelist.h"
#include "lltracker.h"
#include "llviewerregion.h"
#include "llviewerobject.h"
#include "llviewerpartsource.h"
#include "lltextbox.h"
#include "audioengine.h"
#include <iostream>
#include <vector>
#include <algorithm>
Include dependency graph for llfloatereventlog.cpp:
Go to the source code of this file.
Classes | |
struct | DescendingEventSort |
Functions | |
static void | cmd_eject (const LLUUID &avatar, const LLString &name) |
static void | cmd_profile (const LLUUID &avatar, const LLString &name) |
static void | cmd_mute (const LLUUID &avatar, const LLString &name) |
static void | cmd_gohome (const LLUUID &avatar, const LLString &name) |
static void | cmd_track (const LLUUID &avatar, const LLString &name) |
static void | cmd_get_key (const LLUUID &avatar, const LLString &name) |
Variables | |
LLFloaterEventLog * | gFloaterEventLog = NULL |
Definition at line 889 of file llfloatereventlog.cpp.
Definition at line 894 of file llfloatereventlog.cpp.
References LLWindow::copyTextToClipboard(), gViewerWindow, LLViewerWindow::mWindow, LLUUID::toString(), utf8str_to_wstring(), and UUID_STR_LENGTH.
Referenced by LLFloaterEventLog::onClickAvatarGetKey(), and LLFloaterEventLog::onClickObjectGetKey().
Definition at line 892 of file llfloatereventlog.cpp.
References LLUUID::asString(), CHAT_TYPE_SHOUT, gAgent, and LLAgent::sendChat().
Referenced by LLFloaterEventLog::onClickAvatarGohomerSendHome().
Definition at line 891 of file llfloatereventlog.cpp.
References LLMuteList::add(), LLMute::AGENT, and gMuteListp.
Definition at line 890 of file llfloatereventlog.cpp.
References LLFloaterAvatarInfo::showFromDirectory().
Definition at line 893 of file llfloatereventlog.cpp.
References LLTracker::trackAvatar().
Referenced by LLFloaterEventLog::onClickAvatarTrack(), and LLFloaterEventLog::onClickObjectTrack().
LLFloaterEventLog* gFloaterEventLog = NULL |
Definition at line 47 of file llfloatereventlog.cpp.
Referenced by addSourcesToEventLog(), idle(), LLViewerWindow::initWorldUI(), LLFloaterEventLog::onClickQuickButton(), LLFloaterEventLog::processObjectProperties(), LLFloaterEventLog::processObjectPropertiesFamily(), LLFloaterEventLog::toggle(), LLFloaterEventLog::visible(), and LLViewerWindow::~LLViewerWindow().