#include "llviewerprecompiledheaders.h"
#include "llmenucommands.h"
#include "imageids.h"
#include "llfontgl.h"
#include "llrect.h"
#include "llerror.h"
#include "llstring.h"
#include "message.h"
#include "llagent.h"
#include "llcallbacklist.h"
#include "llcallingcard.h"
#include "llchatbar.h"
#include "llviewercontrol.h"
#include "llfirstuse.h"
#include "llfloaterchat.h"
#include "llfloaterclothing.h"
#include "llfloaterdirectory.h"
#include "llfloatermap.h"
#include "llfloaterworldmap.h"
#include "llgivemoney.h"
#include "llinventoryview.h"
#include "llnotify.h"
#include "llstatusbar.h"
#include "llimview.h"
#include "lltextbox.h"
#include "llui.h"
#include "llviewergesture.h"
#include "llviewermessage.h"
#include "llviewerparceloverlay.h"
#include "llviewerregion.h"
#include "llviewerstats.h"
#include "llvieweruictrlfactory.h"
#include "llviewerwindow.h"
#include "llworld.h"
#include "llworldmap.h"
#include "viewer.h"
#include "llfocusmgr.h"
Include dependency graph for llmenucommands.cpp:
Go to the source code of this file.
Functions | |
void | handle_track_avatar (const LLUUID &agent_id, const std::string &name) |
void | handle_pay_by_id (const LLUUID &agent_id) |
void | handle_mouselook (void *) |
void | handle_map (void *) |
void | handle_mini_map (void *) |
void | handle_find (void *) |
void | handle_events (void *) |
void | handle_inventory (void *) |
void | handle_clothing (void *) |
void | handle_chat (void *) |
void | handle_slash_key (void *) |
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 llmenucommands.cpp.
Definition at line 132 of file llmenucommands.cpp.
References LLFocusMgr::childHasKeyboardFocus(), gChatBar, LLControlGroup::getBOOL(), gFocusMgr, gSavedSettings, NULL, LLChatBar::startChat(), and LLChatBar::stopChat().
Referenced by LLWorldChat::handleEvent(), and LLToolBar::onClickChat().
Definition at line 126 of file llmenucommands.cpp.
References LLFloaterClothing::toggleVisibility().
Referenced by init_client_menu(), and LLToolBar::onClickClothing().
Definition at line 110 of file llmenucommands.cpp.
References NULL, and LLFloaterDirectory::toggleEvents().
Definition at line 104 of file llmenucommands.cpp.
References NULL, and LLFloaterDirectory::toggleFind().
Referenced by LLToolBar::onClickDirectory().
Definition at line 116 of file llmenucommands.cpp.
References NULL, LLInventoryView::toggleVisibility(), and LLFirstUse::useInventory().
Referenced by LLToolBar::onClickInventory().
Definition at line 93 of file llmenucommands.cpp.
References NULL, and LLFloaterWorldMap::toggle().
Referenced by LLToolBar::onClickMap().
Definition at line 98 of file llmenucommands.cpp.
References NULL, and LLFloaterMap::toggle().
Referenced by LLToolBar::onClickRadar().
Definition at line 87 of file llmenucommands.cpp.
References LLAgent::changeCameraToMouselook(), and gAgent.
Definition at line 81 of file llmenucommands.cpp.
References FALSE, give_money(), and LLFloaterPay::payDirectly().
Referenced by LLPanelAvatar::onClickPay(), and LLPanelFriends::onClickPay().
Definition at line 145 of file llmenucommands.cpp.
References NULL, and LLChatBar::startChat().
Referenced by LLWorldStartGesture::handleEvent().
Definition at line 73 of file llmenucommands.cpp.
References LLFloaterDirectory::hide(), LLAvatarTracker::instance(), NULL, LLFloaterWorldMap::show(), LLAvatarTracker::track(), and TRUE.