#include "llviewerprecompiledheaders.h"
#include "llviewercontrol.h"
#include "indra_constants.h"
#include "v3math.h"
#include "v3dmath.h"
#include "llrect.h"
#include "v4color.h"
#include "v4coloru.h"
#include "v3color.h"
#include "llfirstuse.h"
#include "audioengine.h"
#include "llagent.h"
#include "llconsole.h"
#include "lldrawpoolterrain.h"
#include "llflexibleobject.h"
#include "llfloatereventlog.h"
#include "llfeaturemanager.h"
#include "llglslshader.h"
#include "llmediaengine.h"
#include "llpanelgeneral.h"
#include "llpanelinput.h"
#include "llsky.h"
#include "llviewerimagelist.h"
#include "llviewerthrottle.h"
#include "llviewerwindow.h"
#include "llvoavatar.h"
#include "llvosky.h"
#include "llvotree.h"
#include "llvovolume.h"
#include "llworld.h"
#include "pipeline.h"
#include "viewer.h"
#include "llviewerjoystick.h"
#include "llviewerparcelmgr.h"
#include "llparcel.h"
#include "llnotify.h"
#include "llkeyboard.h"
Include dependency graph for llcontroldef.cpp:
Go to the source code of this file.
Copyright (c) 2001-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 llcontroldef.cpp.
void declare_settings | ( | ) |
Definition at line 78 of file llcontroldef.cpp.
References LLFirstUse::addConfigVariable(), LLControlGroup::addWarning(), CRASH_BEHAVIOR_ASK, CRASH_BEHAVIOR_SETTING, LLControlGroup::declareBOOL(), LLControlGroup::declareColor3(), LLControlGroup::declareColor4(), LLControlGroup::declareF32(), LLControlGroup::declareRect(), LLControlGroup::declareS32(), LLControlGroup::declareString(), LLControlGroup::declareU32(), LLControlGroup::declareVec3(), LLControlGroup::declareVec3d(), f, FALSE, gCrashSettings, gSavedPerAccountSettings, gSavedSettings, NO_PERSIST, LLFloaterEventLog::QB_OBJECT_MUTE, S32, LLRectBase< Type >::setOriginAndSize(), and TRUE.
Referenced by main().
void fixup_settings | ( | ) |
Definition at line 1543 of file llcontroldef.cpp.
References gSavedSettings, LLControlGroup::setBOOL(), and TRUE.
Referenced by main().
Definition at line 1827 of file llviewerparcelmgr.cpp.
References FALSE, LLMediaEngine::getInstance(), LLParcel::getMediaAutoScale(), LLParcel::getMediaID(), LLParcel::getMediaURL(), LLParcel::getParcelFlag(), PF_URL_RAW_HTML, LLMediaEngine::setAutoScaled(), LLMediaEngine::setImageUUID(), LLMediaEngine::setUrl(), and TRUE.
Referenced by callback_prepare_video(), LLAudioStreamMediaListener::handleEvent(), optionally_prepare_video(), and start_video().
void settings_setup_listeners | ( | ) |
Definition at line 1953 of file llcontroldef.cpp.
References LLObservable::addListener(), afk_timeout_listener, audio_listener, audio_stream_media_listener, audio_stream_music_listener, avatar_lod_listener, bandwidth_listener, chat_font_size_listener, chat_persist_time_listener, composite_limit_listener, console_max_lines_listener, flex_lod_listener, fog_ratio_listener, gamma_listener, LLControlGroup::getControl(), gSavedSettings, invert_mouse_listener, joystick_listener, max_partCount_listener, mouse_sensitivity_listener, night_brightness_listener, numpad_control_listener, release_gl_buffer_listener, render_avatar_mouselook_listener, render_far_clip_listener, render_lighting_detail_listener, render_use_vbo_listener, set_shader_listener, terrain_detail_listener, tree_lod_listener, use_occlusion_listener, video_memory_listener, and volume_lod_listener.
Referenced by saved_settings_to_globals().
void stop_video | ( | ) |
Definition at line 1851 of file llviewerparcelmgr.cpp.
References FALSE, gCurrentMovieID, LLMediaEngine::getInstance(), gImageList, gOverlayBar, LLUUID::null, LLOverlayBar::refresh(), LLMediaEngine::setImageUUID(), LLUUID::setNull(), LLMediaEngine::setUrl(), LLMediaEngine::stop(), LLMediaEngine::unload(), and LLViewerImageList::updateMovieImage().
Referenced by LLAudioStreamMediaListener::handleEvent(), and LLViewerParcelMgr::processParcelProperties().
LLAFKTimeoutListener afk_timeout_listener [static] |
LLAudioListener audio_listener [static] |
LLAvatarLODListener avatar_lod_listener [static] |
LLBandwidthListener bandwidth_listener [static] |
LLFlexLODListener flex_lod_listener [static] |
LLFogRatioListener fog_ratio_listener [static] |
LLGammaListener gamma_listener [static] |
LLJoystickListener joystick_listener [static] |
const S32 MAX_USER_COMPOSITE_LIMIT = 100 |
Definition at line 1742 of file llcontroldef.cpp.
Referenced by LLCompositeLimitListener::handleEvent().
const F32 MAX_USER_FOG_RATIO = 4.f |
const S32 MIN_USER_COMPOSITE_LIMIT = 0 |
Definition at line 1743 of file llcontroldef.cpp.
Referenced by LLCompositeLimitListener::handleEvent().
const F32 MIN_USER_FOG_RATIO = 0.5f |
LLSetShaderListener set_shader_listener [static] |
LLTreeLODListener tree_lod_listener [static] |
LLVolumeLODListener volume_lod_listener [static] |