#include <llalertdialog.h>


Public Member Functions | |
| LLAlertDialogTemplate () | |
| void | addOption (const LLString &label, const LLString &ignore_text, BOOL is_default=FALSE) |
| S32 | getIgnore () |
| void | setIgnore (bool state) |
Public Attributes | |
| LLString | mLabel |
| LLString | mTitle |
| LLString | mMessage |
| LLString | mIgnoreListText |
| LLString | mIgnoreLabel |
| LLString | mURL |
| S32 | mURLOption |
| BOOL | mModal |
| BOOL | mCaution |
| BOOL | mUnique |
| S32 | mIgnorable |
| std::vector< LLString > | mOptions |
| std::vector< LLString > | mOptionDefaultText |
| S32 | mDefaultOption |
| LLString | mEditLineText |
Definition at line 169 of file llalertdialog.h.
| LLAlertDialogTemplate::LLAlertDialogTemplate | ( | ) | [inline] |
Definition at line 172 of file llalertdialog.h.
| void LLAlertDialogTemplate::addOption | ( | const LLString & | label, | |
| const LLString & | ignore_text, | |||
| BOOL | is_default = FALSE | |||
| ) | [inline] |
Definition at line 174 of file llalertdialog.h.
References mDefaultOption, mOptionDefaultText, and mOptions.
Referenced by LLAlertDialog::parseAlerts().

| S32 LLAlertDialogTemplate::getIgnore | ( | ) | [inline] |
Definition at line 184 of file llalertdialog.h.
References FALSE, LLControlGroup::getWarning(), mIgnorable, mIgnoreLabel, and LLAlertDialog::sSettings.
Referenced by LLPanelMsgs::buildLists(), and LLPanelMsgs::resetAllIgnored().


| void LLAlertDialogTemplate::setIgnore | ( | bool | state | ) | [inline] |
Definition at line 196 of file llalertdialog.h.
References mIgnorable, mIgnoreLabel, LLControlGroup::setWarning(), and LLAlertDialog::sSettings.
Referenced by LLPanelMsgs::resetAllIgnored(), and LLPanelMsgs::setAllIgnored().


Definition at line 207 of file llalertdialog.h.
Referenced by LLAlertDialog::LLAlertDialog(), LLAlertDialog::parseAlerts(), and LLAlertDialog::showCritical().
Definition at line 208 of file llalertdialog.h.
Referenced by LLAlertDialog::LLAlertDialog(), LLAlertDialog::parseAlerts(), and LLAlertDialog::showCritical().
Definition at line 209 of file llalertdialog.h.
Referenced by LLPanelMsgs::buildLists(), and LLAlertDialog::parseAlerts().
Definition at line 210 of file llalertdialog.h.
Referenced by LLPanelMsgs::buildLists(), getIgnore(), LLAlertDialog::LLAlertDialog(), LLPanelMsgs::onClickEnablePopup(), LLAlertDialog::parseAlerts(), and setIgnore().
Definition at line 211 of file llalertdialog.h.
Referenced by LLAlertDialog::LLAlertDialog(), and LLAlertDialog::parseAlerts().
Definition at line 212 of file llalertdialog.h.
Referenced by LLAlertDialog::LLAlertDialog(), and LLAlertDialog::parseAlerts().
Definition at line 213 of file llalertdialog.h.
Referenced by LLAlertDialog::parseAlerts(), and LLAlertDialog::showCritical().
Definition at line 216 of file llalertdialog.h.
Referenced by getIgnore(), LLAlertDialog::LLAlertDialog(), LLAlertDialog::parseAlerts(), and setIgnore().
| std::vector<LLString> LLAlertDialogTemplate::mOptions |
Definition at line 217 of file llalertdialog.h.
Referenced by addOption(), LLAlertDialog::LLAlertDialog(), and LLAlertDialog::showCritical().
| std::vector<LLString> LLAlertDialogTemplate::mOptionDefaultText |
Definition at line 218 of file llalertdialog.h.
Referenced by addOption(), and LLPanelMsgs::buildLists().
Definition at line 219 of file llalertdialog.h.
Referenced by addOption(), LLAlertDialog::LLAlertDialog(), and LLAlertDialog::parseAlerts().
Definition at line 220 of file llalertdialog.h.
Referenced by LLAlertDialog::LLAlertDialog(), and LLAlertDialog::parseAlerts().
1.5.5