#include <llalertdialog.h>
Inheritance diagram for LLAlertDialogTemplate:
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 |
BOOL | mModal |
BOOL | mUnique |
S32 | mIgnorable |
std::vector< LLString > | mOptions |
std::vector< LLString > | mOptionDefaultText |
S32 | mDefaultOption |
LLString | mEditLineText |
Definition at line 145 of file llalertdialog.h.
LLAlertDialogTemplate::LLAlertDialogTemplate | ( | ) | [inline] |
Definition at line 148 of file llalertdialog.h.
void LLAlertDialogTemplate::addOption | ( | const LLString & | label, | |
const LLString & | ignore_text, | |||
BOOL | is_default = FALSE | |||
) | [inline] |
Definition at line 150 of file llalertdialog.h.
References mDefaultOption, mOptionDefaultText, and mOptions.
S32 LLAlertDialogTemplate::getIgnore | ( | ) | [inline] |
Definition at line 160 of file llalertdialog.h.
References FALSE, LLControlGroup::getWarning(), mIgnorable, mIgnoreLabel, and LLAlertDialog::sSettings.
void LLAlertDialogTemplate::setIgnore | ( | bool | state | ) | [inline] |
Definition at line 172 of file llalertdialog.h.
References mIgnorable, mIgnoreLabel, LLControlGroup::setWarning(), and LLAlertDialog::sSettings.
Definition at line 192 of file llalertdialog.h.
Referenced by addOption(), LLAlertDialog::LLAlertDialog(), and LLAlertDialog::parseAlerts().
Definition at line 189 of file llalertdialog.h.
Referenced by getIgnore(), LLAlertDialog::LLAlertDialog(), LLAlertDialog::parseAlerts(), and setIgnore().
Definition at line 186 of file llalertdialog.h.
Referenced by getIgnore(), LLAlertDialog::LLAlertDialog(), LLAlertDialog::parseAlerts(), and setIgnore().
Definition at line 184 of file llalertdialog.h.
Referenced by LLAlertDialog::LLAlertDialog(), and LLAlertDialog::showCritical().
std::vector<LLString> LLAlertDialogTemplate::mOptionDefaultText |
std::vector<LLString> LLAlertDialogTemplate::mOptions |
Definition at line 190 of file llalertdialog.h.
Referenced by addOption(), LLAlertDialog::LLAlertDialog(), and LLAlertDialog::showCritical().
Definition at line 183 of file llalertdialog.h.
Referenced by LLAlertDialog::LLAlertDialog(), LLAlertDialog::parseAlerts(), and LLAlertDialog::showCritical().
Definition at line 188 of file llalertdialog.h.