|
Version: 3.0.4
|
|
class | wxPreviewControlBar |
| This is the default implementation of the preview control bar, a panel with buttons and a zoom control. More...
|
|
class | wxPreviewCanvas |
| A preview canvas is the default canvas used by the print preview system to display the preview. More...
|
|
class | wxPreviewFrame |
| This class provides the default method of managing the print preview interface. More...
|
|
class | wxPrintPreview |
| Objects of this class manage the print preview process. More...
|
|
class | wxPrinter |
| This class represents the Windows or PostScript printer, and is the vehicle through which printing may be launched by an application. More...
|
|
class | wxPrintout |
| This class encapsulates the functionality of printing out an application document. More...
|
|
class | wxPrintAbortDialog |
| The dialog created by default by the print framework that enables aborting the printing process. More...
|
|
◆ wxID_PREVIEW_CLOSE
#define wxID_PREVIEW_CLOSE 1 |
◆ wxID_PREVIEW_FIRST
#define wxID_PREVIEW_FIRST 6 |
◆ wxID_PREVIEW_GOTO
#define wxID_PREVIEW_GOTO 8 |
◆ wxID_PREVIEW_LAST
#define wxID_PREVIEW_LAST 7 |
◆ wxID_PREVIEW_NEXT
#define wxID_PREVIEW_NEXT 2 |
◆ wxID_PREVIEW_PREVIOUS
#define wxID_PREVIEW_PREVIOUS 3 |
◆ wxID_PREVIEW_PRINT
#define wxID_PREVIEW_PRINT 4 |
◆ wxID_PREVIEW_ZOOM
#define wxID_PREVIEW_ZOOM 5 |
◆ wxID_PREVIEW_ZOOM_IN
#define wxID_PREVIEW_ZOOM_IN 9 |
◆ wxID_PREVIEW_ZOOM_OUT
#define wxID_PREVIEW_ZOOM_OUT 10 |
◆ wxPREVIEW_DEFAULT
#define wxPREVIEW_DEFAULT |
◆ wxPREVIEW_FIRST
#define wxPREVIEW_FIRST 16 |
◆ wxPREVIEW_GOTO
#define wxPREVIEW_GOTO 64 |
◆ wxPREVIEW_LAST
#define wxPREVIEW_LAST 32 |
◆ wxPREVIEW_NEXT
◆ wxPREVIEW_PREVIOUS
#define wxPREVIEW_PREVIOUS 2 |
◆ wxPREVIEW_PRINT
#define wxPREVIEW_PRINT 1 |
◆ wxPREVIEW_ZOOM
◆ wxPreviewFrameModalityKind
Preview frame modality kind.
The elements of this enum can be used with wxPreviewFrame::Initialize() to indicate how should the preview frame be shown.
- Since
- 2.9.2
Enumerator |
---|
wxPreviewFrame_AppModal | Disable all the other top level windows while the preview frame is shown.
This is the default behaviour.
|
wxPreviewFrame_WindowModal | Disable only the parent window while the preview frame is shown.
|
wxPreviewFrame_NonModal | Show the preview frame non-modally and don't disable any other windows.
|
◆ wxPrinterError
Enumerator |
---|
wxPRINTER_NO_ERROR | |
wxPRINTER_CANCELLED | |
wxPRINTER_ERROR | |
#define wxPREVIEW_NEXT
Definition: print.h:17
#define wxPREVIEW_PREVIOUS
Definition: print.h:16
#define wxPREVIEW_FIRST
Definition: print.h:19
#define wxPREVIEW_GOTO
Definition: print.h:21
#define wxPREVIEW_LAST
Definition: print.h:20
#define wxPREVIEW_ZOOM
Definition: print.h:18