#include "linden_common.h"
#include "llboost.h"
#include "llalertdialog.h"
#include "llfontgl.h"
#include "llresmgr.h"
#include "lltextbox.h"
#include "llbutton.h"
#include "llcheckboxctrl.h"
#include "llkeyboard.h"
#include "llfocusmgr.h"
#include "llui.h"
#include "llxmlnode.h"
#include "lllineeditor.h"
#include "lluictrlfactory.h"
Include dependency graph for llalertdialog.cpp:
Go to the source code of this file.
Variables | |
const S32 | MAX_ALLOWED_MSG_WIDTH = 400 |
const F32 | DEFAULT_BUTTON_DELAY = 0.5f |
const S32 | MSG_PAD = 8 |
static const S32 | VPAD = 16 |
static const S32 | HPAD = 25 |
static const S32 | BTN_HPAD = 8 |
static const LLFONT_ID | font_name = LLFONT_SANSSERIF |
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 llalertdialog.cpp.
const F32 DEFAULT_BUTTON_DELAY = 0.5f |
Definition at line 132 of file llalertdialog.cpp.
Referenced by LLTextEditor::appendColoredText(), LLAlertDialog::createDialog(), LLFontGL::fontFromName(), LLStyle::init(), LLStyle::LLStyle(), LLView::selectFont(), and LLAlertDialog::setCheckBox().
Definition at line 130 of file llalertdialog.cpp.
Referenced by LLToolPlacerPanel::addButton(), LLPermissionsView::addPermissionsData(), LLAlertDialog::createDialog(), LLFloaterTexturePicker::draw(), LLRadioGroup::fromXML(), LLToolView::getButtonRect(), LLNotifyBox::getNotifyTipRect(), LLFloaterEditUI::LLFloaterEditUI(), LLFloaterPermissionsMgr::LLFloaterPermissionsMgr(), LLFloaterTestImpl::LLFloaterTestImpl(), LLGroupNotifyBox::LLGroupNotifyBox(), LLNotifyBox::LLNotifyBox(), LLPanelDebug::LLPanelDebug(), LLPanelLandObjects::postBuild(), LLAlertDialog::setCheckBox(), LLUploadDialog::setMessage(), and LLMenuGL::showPopup().
const S32 MAX_ALLOWED_MSG_WIDTH = 400 |
Definition at line 52 of file llalertdialog.cpp.
Definition at line 129 of file llalertdialog.cpp.
Referenced by LLToolPlacerPanel::addButton(), LLPermissionsView::addPermissionsData(), LLAlertDialog::createDialog(), LLRadioGroup::fromXML(), LLToolView::getButtonRect(), LLNotifyBox::getNotifyRect(), LLNotifyBox::getNotifyTipRect(), LLFloaterEditUI::LLFloaterEditUI(), LLFloaterPermissionsMgr::LLFloaterPermissionsMgr(), LLFloaterTestImpl::LLFloaterTestImpl(), LLGroupNotifyBox::LLGroupNotifyBox(), LLNotifyBox::LLNotifyBox(), LLPanelDebug::LLPanelDebug(), LLAlertDialog::setCheckBox(), and LLUploadDialog::setMessage().