Qt 4.8
|
#include "qprintdialog.h"
#include <qwidget.h>
#include <qapplication.h>
#include <qmessagebox.h>
#include <private/qapplication_p.h>
#include <private/qabstractprintdialog_p.h>
#include <private/qprintengine_win_p.h>
#include <private/qprinter_p.h>
#include "moc_qprintdialog.cpp"
Go to the source code of this file.
Classes | |
class | QPrintDialogPrivate |
Macros | |
#define | PD_NOCURRENTPAGE 0x00800000 |
#define | PD_RESULT_APPLY 2 |
#define | PD_RESULT_PRINT 1 |
#define | START_PAGE_GENERAL 0XFFFFFFFF |
Functions | |
void | qt_win_eatMouseMove () |
static void | qt_win_read_back_PRINTDLGEX (PRINTDLGEX *pd, QPrintDialog *pdlg, QPrintDialogPrivate *d) |
static void | qt_win_setup_PRINTDLGEX (PRINTDLGEX *pd, QWidget *parent, QPrintDialog *pdlg, QPrintDialogPrivate *d, HGLOBAL *tempDevNames) |
static bool | warnIfNotNative (QPrinter *printer) |
#define PD_NOCURRENTPAGE 0x00800000 |
Definition at line 56 of file qprintdialog_win.cpp.
Referenced by qt_win_setup_PRINTDLGEX().
#define PD_RESULT_APPLY 2 |
Definition at line 58 of file qprintdialog_win.cpp.
Referenced by QPrintDialogPrivate::openWindowsPrintDialogModally().
#define PD_RESULT_PRINT 1 |
Definition at line 57 of file qprintdialog_win.cpp.
Referenced by QPrintDialogPrivate::openWindowsPrintDialogModally().
#define START_PAGE_GENERAL 0XFFFFFFFF |
Definition at line 59 of file qprintdialog_win.cpp.
Referenced by qt_win_setup_PRINTDLGEX().
void qt_win_eatMouseMove | ( | ) |
Definition at line 3016 of file qapplication_win.cpp.
Referenced by QPrintDialogPrivate::openWindowsPrintDialogModally().
|
static |
Definition at line 153 of file qprintdialog_win.cpp.
Referenced by QPrintDialogPrivate::openWindowsPrintDialogModally().
|
static |
Definition at line 87 of file qprintdialog_win.cpp.
Referenced by QPrintDialogPrivate::openWindowsPrintDialogModally().
|
static |
Definition at line 181 of file qprintdialog_win.cpp.
Referenced by QPrintDialogPrivate::openWindowsPrintDialogModally().