Qt 4.8
|
#include <QtGui/qmessagebox.h>
#include <QtGui/qdialogbuttonbox.h>
#include "private/qlabel_p.h"
#include "private/qapplication_p.h"
#include <QtCore/qlist.h>
#include <QtCore/qdebug.h>
#include <QtGui/qstyle.h>
#include <QtGui/qstyleoption.h>
#include <QtGui/qgridlayout.h>
#include <QtGui/qdesktopwidget.h>
#include <QtGui/qpushbutton.h>
#include <QtGui/qaccessible.h>
#include <QtGui/qicon.h>
#include <QtGui/qtextdocument.h>
#include <QtGui/qapplication.h>
#include <QtGui/qtextedit.h>
#include <QtGui/qtextbrowser.h>
#include <QtGui/qmenu.h>
#include "qdialog_p.h"
#include <QtGui/qfont.h>
#include <QtGui/qfontmetrics.h>
#include <QtGui/qclipboard.h>
#include <qs60style.h>
#include "qguifunctions_wince.h"
#include "moc_qmessagebox.cpp"
Go to the source code of this file.
Classes | |
class | DetailButton |
class | QMessageBoxDetailsText |
class | QMessageBoxDetailsText::TextEdit |
class | QMessageBoxPrivate |
Enumerations | |
enum | Button { Old_Ok = 1, Old_Cancel = 2, Old_Yes = 3, Old_No = 4, Old_Abort = 5, Old_Retry = 6, Old_Ignore = 7, Old_YesAll = 8, Old_NoAll = 9, Old_ButtonMask = 0xFF, NewButtonMask = 0xFFFFFC00, None = 0x000, Keyboard = 0x001, Mouse = 0x002, Wheel = 0x004, ButtonMask = 0x008, Up = 0x010, Down = 0x020, DirectionMask = 0x040 } |
enum | DetailButtonLabel { ShowLabel = 0, HideLabel = 1 } |
Functions | |
static bool | detectedCompat (int button0, int button1, int button2) |
static QMessageBox::StandardButton | newButton (int button) |
static int | oldButton (int button) |
bool | qt_wince_is_mobile () |
bool | qt_wince_is_pocket_pc () |
bool | qt_wince_is_smartphone () |
static QMessageBox::StandardButton | showNewMessageBox (QWidget *parent, QMessageBox::Icon icon, const QString &title, const QString &text, QMessageBox::StandardButtons buttons, QMessageBox::StandardButton defaultButton) |
enum Button |
Enumerator | |
---|---|
Old_Ok | |
Old_Cancel | |
Old_Yes | |
Old_No | |
Old_Abort | |
Old_Retry | |
Old_Ignore | |
Old_YesAll | |
Old_NoAll | |
Old_ButtonMask | |
NewButtonMask | |
None | |
Keyboard | |
Mouse | |
Wheel | |
ButtonMask | |
Up | |
Down | |
DirectionMask |
Definition at line 82 of file qmessagebox.cpp.
enum DetailButtonLabel |
Enumerator | |
---|---|
ShowLabel | |
HideLabel |
Definition at line 86 of file qmessagebox.cpp.
|
static |
Definition at line 1947 of file qmessagebox.cpp.
Referenced by QMessageBoxPrivate::addOldButtons().
|
static |
Definition at line 1914 of file qmessagebox.cpp.
Referenced by QMessageBoxPrivate::abstractButtonForId(), QMessageBoxPrivate::addOldButtons(), QWindowsMobileStyle::drawControl(), and QMessageBoxPrivate::findButton().
|
static |
Definition at line 436 of file qmessagebox.cpp.
Referenced by QMessageBoxPrivate::execReturnCode(), and QWizard::setButton().
bool qt_wince_is_mobile | ( | ) |
Definition at line 296 of file qguifunctions_wince.cpp.
bool qt_wince_is_pocket_pc | ( | ) |
Definition at line 289 of file qguifunctions_wince.cpp.
bool qt_wince_is_smartphone | ( | ) |
Definition at line 293 of file qguifunctions_wince.cpp.
|
static |
Definition at line 1573 of file qmessagebox.cpp.
Referenced by QMessageBox::critical(), QMessageBox::information(), QMessageBoxPrivate::QMessageBoxPrivate(), QMessageBox::question(), and QMessageBox::warning().