Version: 3.1.4
print.h File Reference

Classes

class  wxPreviewControlBar
 
class  wxPreviewCanvas
 
class  wxPreviewFrame
 
class  wxPrintPreview
 
class  wxPrinter
 
class  wxPrintout
 
class  wxPrintAbortDialog
 

Macros

#define wxPREVIEW_PRINT   1
 
#define wxPREVIEW_PREVIOUS   2
 
#define wxPREVIEW_NEXT   4
 
#define wxPREVIEW_ZOOM   8
 
#define wxPREVIEW_FIRST   16
 
#define wxPREVIEW_LAST   32
 
#define wxPREVIEW_GOTO   64
 
#define wxPREVIEW_DEFAULT
 
#define wxID_PREVIEW_CLOSE   1
 
#define wxID_PREVIEW_NEXT   2
 
#define wxID_PREVIEW_PREVIOUS   3
 
#define wxID_PREVIEW_PRINT   4
 
#define wxID_PREVIEW_ZOOM   5
 
#define wxID_PREVIEW_FIRST   6
 
#define wxID_PREVIEW_LAST   7
 
#define wxID_PREVIEW_GOTO   8
 
#define wxID_PREVIEW_ZOOM_IN   9
 
#define wxID_PREVIEW_ZOOM_OUT   10
 

Enumerations

enum  wxPrinterError {
  wxPRINTER_NO_ERROR = 0,
  wxPRINTER_CANCELLED,
  wxPRINTER_ERROR
}
 
enum  wxPreviewFrameModalityKind {
  wxPreviewFrame_AppModal,
  wxPreviewFrame_WindowModal,
  wxPreviewFrame_NonModal
}
 Preview frame modality kind. More...
 

Macro Definition Documentation

◆ 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

◆ wxPREVIEW_FIRST

#define wxPREVIEW_FIRST   16

◆ wxPREVIEW_GOTO

#define wxPREVIEW_GOTO   64

◆ wxPREVIEW_LAST

#define wxPREVIEW_LAST   32

◆ wxPREVIEW_NEXT

#define wxPREVIEW_NEXT   4

◆ wxPREVIEW_PREVIOUS

#define wxPREVIEW_PREVIOUS   2

◆ wxPREVIEW_PRINT

#define wxPREVIEW_PRINT   1

◆ wxPREVIEW_ZOOM

#define wxPREVIEW_ZOOM   8

Enumeration Type Documentation

◆ 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