#include <DlgCheckableMessageBox.h>
|
| static QMessageBox::StandardButton | dialogButtonBoxToMessageBoxButton (QDialogButtonBox::StandardButton) |
| |
| static QDialogButtonBox::StandardButton | 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) |
| |
| static void | showMessage (const QString &header, const QString &message, bool check=false, const QString &checkText=QString::fromLatin1("Don't show me again")) |
| |
◆ DlgCheckableMessageBox()
| Gui::Dialog::DlgCheckableMessageBox::DlgCheckableMessageBox |
( |
QWidget * |
parent | ) |
|
|
explicit |
◆ ~DlgCheckableMessageBox()
| Gui::Dialog::DlgCheckableMessageBox::~DlgCheckableMessageBox |
( |
| ) |
|
|
virtual |
◆ accept()
| void Gui::Dialog::DlgCheckableMessageBox::accept |
( |
| ) |
|
|
virtual |
◆ checkBoxText()
| QString Gui::Dialog::DlgCheckableMessageBox::checkBoxText |
( |
| ) |
const |
◆ clickedButton()
| QAbstractButton * Gui::Dialog::DlgCheckableMessageBox::clickedButton |
( |
| ) |
const |
◆ clickedStandardButton()
| QDialogButtonBox::StandardButton Gui::Dialog::DlgCheckableMessageBox::clickedStandardButton |
( |
| ) |
const |
◆ defaultButton()
| QDialogButtonBox::StandardButton Gui::Dialog::DlgCheckableMessageBox::defaultButton |
( |
| ) |
const |
◆ dialogButtonBoxToMessageBoxButton()
| QMessageBox::StandardButton Gui::Dialog::DlgCheckableMessageBox::dialogButtonBoxToMessageBoxButton |
( |
QDialogButtonBox::StandardButton |
db | ) |
|
|
static |
◆ iconPixmap()
| QPixmap Gui::Dialog::DlgCheckableMessageBox::iconPixmap |
( |
| ) |
const |
◆ isChecked()
| bool Gui::Dialog::DlgCheckableMessageBox::isChecked |
( |
| ) |
const |
◆ question()
| QDialogButtonBox::StandardButton Gui::Dialog::DlgCheckableMessageBox::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 |
|
) |
| |
|
static |
◆ reject()
| void Gui::Dialog::DlgCheckableMessageBox::reject |
( |
| ) |
|
|
virtual |
◆ setCheckBoxText()
| void Gui::Dialog::DlgCheckableMessageBox::setCheckBoxText |
( |
const QString & |
t | ) |
|
◆ setChecked()
| void Gui::Dialog::DlgCheckableMessageBox::setChecked |
( |
bool |
s | ) |
|
◆ setDefaultButton()
| void Gui::Dialog::DlgCheckableMessageBox::setDefaultButton |
( |
QDialogButtonBox::StandardButton |
s | ) |
|
◆ setIconPixmap()
| void Gui::Dialog::DlgCheckableMessageBox::setIconPixmap |
( |
const QPixmap & |
p | ) |
|
◆ setPrefEntry()
| void Gui::Dialog::DlgCheckableMessageBox::setPrefEntry |
( |
const QString & |
entry | ) |
|
◆ setStandardButtons()
| void Gui::Dialog::DlgCheckableMessageBox::setStandardButtons |
( |
QDialogButtonBox::StandardButtons |
s | ) |
|
◆ setText()
| void Gui::Dialog::DlgCheckableMessageBox::setText |
( |
const QString & |
t | ) |
|
◆ showMessage()
| void Gui::Dialog::DlgCheckableMessageBox::showMessage |
( |
const QString & |
header, |
|
|
const QString & |
message, |
|
|
bool |
check = false, |
|
|
const QString & |
checkText = QString::fromLatin1("Don't show me again") |
|
) |
| |
|
static |
◆ standardButtons()
| QDialogButtonBox::StandardButtons Gui::Dialog::DlgCheckableMessageBox::standardButtons |
( |
| ) |
const |
◆ text()
| QString Gui::Dialog::DlgCheckableMessageBox::text |
( |
| ) |
const |
◆ buttons
| QDialogButtonBox::StandardButtons Gui::Dialog::DlgCheckableMessageBox::buttons |
|
readwrite |
◆ checkBoxText
| QString Gui::Dialog::DlgCheckableMessageBox::checkBoxText |
|
readwrite |
◆ defaultButton
| QDialogButtonBox::StandardButton Gui::Dialog::DlgCheckableMessageBox::defaultButton |
|
readwrite |
◆ iconPixmap
| QPixmap Gui::Dialog::DlgCheckableMessageBox::iconPixmap |
|
readwrite |
◆ isChecked
| bool Gui::Dialog::DlgCheckableMessageBox::isChecked |
|
readwrite |
◆ text
| QString Gui::Dialog::DlgCheckableMessageBox::text |
|
readwrite |
The documentation for this class was generated from the following files:
- src/Gui/DlgCheckableMessageBox.h
- src/Gui/DlgCheckableMessageBox.cpp