Public Member Functions | |
CheckableMessageBoxPrivate (QDialog *q) | |
Public Attributes | |
QLabel * | pixmapLabel |
QLabel * | messageLabel |
QCheckBox * | checkBox |
QDialogButtonBox * | buttonBox |
QAbstractButton * | clickedButton |
Definition at line 50 of file checkablemessagebox.cpp.
|
inlineexplicit |
Definition at line 53 of file checkablemessagebox.cpp.
References buttonBox, checkBox, messageLabel, and pixmapLabel.
QDialogButtonBox* Utils::CheckableMessageBoxPrivate::buttonBox |
Definition at line 105 of file checkablemessagebox.cpp.
Referenced by Utils::CheckableMessageBox::addButton(), Utils::CheckableMessageBox::button(), Utils::CheckableMessageBox::CheckableMessageBox(), CheckableMessageBoxPrivate(), Utils::CheckableMessageBox::clickedStandardButton(), Utils::CheckableMessageBox::defaultButton(), Utils::CheckableMessageBox::setDefaultButton(), Utils::CheckableMessageBox::setStandardButtons(), and Utils::CheckableMessageBox::standardButtons().
QCheckBox* Utils::CheckableMessageBoxPrivate::checkBox |
Definition at line 104 of file checkablemessagebox.cpp.
Referenced by CheckableMessageBoxPrivate(), Utils::CheckableMessageBox::checkBoxText(), Utils::CheckableMessageBox::isCheckBoxVisible(), Utils::CheckableMessageBox::isChecked(), Utils::CheckableMessageBox::setCheckBoxText(), Utils::CheckableMessageBox::setCheckBoxVisible(), and Utils::CheckableMessageBox::setChecked().
QAbstractButton* Utils::CheckableMessageBoxPrivate::clickedButton |
Definition at line 106 of file checkablemessagebox.cpp.
Referenced by Utils::CheckableMessageBox::clickedButton(), Utils::CheckableMessageBox::clickedStandardButton(), and Utils::CheckableMessageBox::slotClicked().
QLabel* Utils::CheckableMessageBoxPrivate::messageLabel |
Definition at line 103 of file checkablemessagebox.cpp.
Referenced by CheckableMessageBoxPrivate(), Utils::CheckableMessageBox::setText(), and Utils::CheckableMessageBox::text().
QLabel* Utils::CheckableMessageBoxPrivate::pixmapLabel |
Definition at line 102 of file checkablemessagebox.cpp.
Referenced by CheckableMessageBoxPrivate(), and Utils::CheckableMessageBox::setIconPixmap().