This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
static const std::string | VISIBILITY_DEFAULT ("default") |
static const std::string | VISIBILITY_HIDDEN ("hidden") |
static const std::string | VISIBILITY_VISIBLE ("visible") |
static const std::string | VISIBILITY_INVISIBLE ("invisible") |
Variables | |
const char *const | BLACKLIST_PROFILE_WEB_STR = "featureWebProfilesDisabled" |
const char *const | BLACKLIST_PROFILE_WEB_URL = "http://secondlife.com/app/webdisabled" |
const S32 | MAX_AVATAR_PICKS = 10 |
const U32 | AVATAR_ALLOW_PUBLISH = 0x1 << 0 |
const U32 | AVATAR_MATURE_PUBLISH = 0x1 << 1 |
const U32 | AVATAR_IDENTIFIED = 0x1 << 2 |
const U32 | AVATAR_TRANSACTED = 0x1 << 3 |
const U32 | AVATAR_ONLINE = 0x1 << 4 |
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 llavatarconstants.h.
static const std::string VISIBILITY_DEFAULT | ( | "default" | ) | [static] |
Referenced by LLPrefsIMImpl::apply(), and LLPrefsIMImpl::setPersonalInfo().
static const std::string VISIBILITY_HIDDEN | ( | "hidden" | ) | [static] |
Referenced by LLPrefsIMImpl::apply(), and LLPrefsIMImpl::setPersonalInfo().
static const std::string VISIBILITY_INVISIBLE | ( | "invisible" | ) | [static] |
static const std::string VISIBILITY_VISIBLE | ( | "visible" | ) | [static] |
const U32 AVATAR_ALLOW_PUBLISH = 0x1 << 0 |
Definition at line 47 of file llavatarconstants.h.
Referenced by LLPanelAvatar::processAvatarPropertiesReply().
const U32 AVATAR_IDENTIFIED = 0x1 << 2 |
Definition at line 49 of file llavatarconstants.h.
Referenced by LLPanelAvatar::processAvatarPropertiesReply(), and LLFloaterAvatarList::processAvatarPropertiesReply().
const U32 AVATAR_MATURE_PUBLISH = 0x1 << 1 |
Definition at line 48 of file llavatarconstants.h.
const U32 AVATAR_ONLINE = 0x1 << 4 |
Definition at line 51 of file llavatarconstants.h.
Referenced by LLPanelAvatar::processAvatarPropertiesReply().
const U32 AVATAR_TRANSACTED = 0x1 << 3 |
Definition at line 50 of file llavatarconstants.h.
Referenced by LLPanelAvatar::processAvatarPropertiesReply(), and LLFloaterAvatarList::processAvatarPropertiesReply().
const char* const BLACKLIST_PROFILE_WEB_STR = "featureWebProfilesDisabled" |
Definition at line 37 of file llavatarconstants.h.
const char* const BLACKLIST_PROFILE_WEB_URL = "http://secondlife.com/app/webdisabled" |
Definition at line 41 of file llavatarconstants.h.
const S32 MAX_AVATAR_PICKS = 10 |