This is the complete list of members for Utils::CheckableMessageBox, including all inherited members.
addButton(const QString &text, QDialogButtonBox::ButtonRole role) | Utils::CheckableMessageBox | |
askAgain(QSettings *settings, const QString &settingsSubKey) | Utils::CheckableMessageBox | privatestatic |
button(QDialogButtonBox::StandardButton b) const | Utils::CheckableMessageBox | |
buttons | Utils::CheckableMessageBox | |
CheckableMessageBox(QWidget *parent) | Utils::CheckableMessageBox | explicit |
checkBoxText | Utils::CheckableMessageBox | |
checkBoxText() const | Utils::CheckableMessageBox | |
clickedButton() const | Utils::CheckableMessageBox | |
clickedStandardButton() const | Utils::CheckableMessageBox | |
d | Utils::CheckableMessageBox | private |
defaultButton | Utils::CheckableMessageBox | |
defaultButton() const | Utils::CheckableMessageBox | |
dialogButtonBoxToMessageBoxButton(QDialogButtonBox::StandardButton) | Utils::CheckableMessageBox | static |
doNotAskAgain(QSettings *settings, const QString &settingsSubKey) | Utils::CheckableMessageBox | privatestatic |
doNotAskAgainQuestion(QWidget *parent, const QString &title, const QString &text, QSettings *settings, const QString &settingsSubKey, QDialogButtonBox::StandardButtons buttons=QDialogButtonBox::Yes|QDialogButtonBox::No, QDialogButtonBox::StandardButton defaultButton=QDialogButtonBox::No, QDialogButtonBox::StandardButton acceptButton=QDialogButtonBox::Yes) | Utils::CheckableMessageBox | static |
DoNotAskAgainType enum name | Utils::CheckableMessageBox | private |
doNotShowAgainInformation(QWidget *parent, const QString &title, const QString &text, QSettings *settings, const QString &settingsSubKey, QDialogButtonBox::StandardButtons buttons=QDialogButtonBox::Ok, QDialogButtonBox::StandardButton defaultButton=QDialogButtonBox::NoButton) | Utils::CheckableMessageBox | static |
hasSuppressedQuestions(QSettings *settings) | Utils::CheckableMessageBox | static |
information(QWidget *parent, const QString &title, const QString &text, const QString &checkBoxText, bool *checkBoxSetting, QDialogButtonBox::StandardButtons buttons=QDialogButtonBox::Ok, QDialogButtonBox::StandardButton defaultButton=QDialogButtonBox::NoButton) | Utils::CheckableMessageBox | static |
Information enum value | Utils::CheckableMessageBox | private |
initDoNotAskAgainMessageBox(CheckableMessageBox &messageBox, const QString &title, const QString &text, QDialogButtonBox::StandardButtons buttons, QDialogButtonBox::StandardButton defaultButton, DoNotAskAgainType type) | Utils::CheckableMessageBox | privatestatic |
isCheckBoxVisible() const | Utils::CheckableMessageBox | |
isChecked | Utils::CheckableMessageBox | |
isChecked() const | Utils::CheckableMessageBox | |
msgDoNotAskAgain() | Utils::CheckableMessageBox | static |
msgDoNotShowAgain() | Utils::CheckableMessageBox | static |
Question enum value | Utils::CheckableMessageBox | private |
question(QWidget *parent, const QString &title, const QString &question, const QString &checkBoxText, bool *checkBoxSetting, QDialogButtonBox::StandardButtons buttons=QDialogButtonBox::Yes|QDialogButtonBox::No, QDialogButtonBox::StandardButton defaultButton=QDialogButtonBox::No) | Utils::CheckableMessageBox | static |
resetAllDoNotAskAgainQuestions(QSettings *settings) | Utils::CheckableMessageBox | static |
setCheckBoxText(const QString &) | Utils::CheckableMessageBox | |
setCheckBoxVisible(bool) | Utils::CheckableMessageBox | |
setChecked(bool s) | Utils::CheckableMessageBox | |
setDefaultButton(QDialogButtonBox::StandardButton s) | Utils::CheckableMessageBox | |
setIconPixmap(const QPixmap &p) | Utils::CheckableMessageBox | |
setStandardButtons(QDialogButtonBox::StandardButtons s) | Utils::CheckableMessageBox | |
setText(const QString &) | Utils::CheckableMessageBox | |
slotClicked(QAbstractButton *b) | Utils::CheckableMessageBox | privateslot |
standardButtons() const | Utils::CheckableMessageBox | |
text | Utils::CheckableMessageBox | |
text() const | Utils::CheckableMessageBox | |
~CheckableMessageBox() Q_DECL_OVERRIDE | Utils::CheckableMessageBox | virtual |