C# Class Qyoto.QPrinter

Inheritance: QPaintDevice, IDisposable
Afficher le fichier Open project: 0xd34df00d/Qross Class Usage Examples

Méthodes publiques

Méthode Description
Abort ( ) : bool
ActualNumCopies ( ) : int
CollateCopies ( ) : bool
Creator ( ) : string
Dispose ( ) : void
DocName ( ) : string
DoubleSidedPrinting ( ) : bool
Duplex ( ) : QPrinter.DuplexMode
FontEmbeddingEnabled ( ) : bool
FromPage ( ) : int
FullPage ( ) : bool
GetPageMargins ( double &left, double &top, double &right, double &bottom, QPrinter unit ) : void
IsValid ( ) : bool
NewPage ( ) : bool
NumCopies ( ) : int
OutputFileName ( ) : string
PageRect ( ) : QRect
PageRect ( QPrinter arg1 ) : QRectF
PaperRect ( ) : QRect
PaperRect ( QPrinter arg1 ) : QRectF
PaperSize ( ) : QPrinter.PageSize
PaperSize ( QPrinter unit ) : QSizeF
PrintEngine ( ) : QPrintEngine
PrintProgram ( ) : string
PrinterName ( ) : string
QPrinter ( ) : System
QPrinter ( QPrinter mode ) : System
QPrinter ( QPrinterInfo printer ) : System
QPrinter ( QPrinterInfo printer, QPrinter mode ) : System
Resolution ( ) : int
SetCollateCopies ( bool collate ) : void
SetColorMode ( QPrinter arg1 ) : void
SetCreator ( string arg1 ) : void
SetDocName ( string arg1 ) : void
SetDoubleSidedPrinting ( bool enable ) : void
SetDuplex ( QPrinter duplex ) : void
SetFontEmbeddingEnabled ( bool enable ) : void
SetFromTo ( int fromPage, int toPage ) : void
SetFullPage ( bool arg1 ) : void
SetNumCopies ( int arg1 ) : void
SetOrientation ( QPrinter arg1 ) : void
SetOutputFileName ( string arg1 ) : void
SetOutputFormat ( QPrinter format ) : void
SetPageMargins ( double left, double top, double right, double bottom, QPrinter unit ) : void
SetPageOrder ( QPrinter arg1 ) : void
SetPageSize ( QPrinter arg1 ) : void
SetPaperSize ( QPrinter arg1 ) : void
SetPaperSize ( QSizeF paperSize, QPrinter unit ) : void
SetPaperSource ( QPrinter arg1 ) : void
SetPrintProgram ( string arg1 ) : void
SetPrintRange ( QPrinter range ) : void
SetPrinterName ( string arg1 ) : void
SetResolution ( int arg1 ) : void
SupportedResolutions ( ) : List
ToPage ( ) : int
colorMode ( ) : QPrinter.ColorMode
orientation ( ) : QPrinter.Orientation
outputFormat ( ) : QPrinter.OutputFormat
pageOrder ( ) : QPrinter.PageOrder
pageSize ( ) : QPrinter.PageSize
paperSource ( ) : QPrinter.PaperSource
printRange ( ) : QPrinter.PrintRange
printerState ( ) : QPrinter.PrinterState

Méthodes protégées

Méthode Description
CreateProxy ( ) : void
QPrinter ( Type dummy ) : System
SetEngines ( QPrintEngine printEngine, QPaintEngine paintEngine ) : void

Private Methods

Méthode Description
DevType ( ) : int
Metric ( QPaintDevice arg1 ) : int
PaintEngine ( ) : QPaintEngine

Method Details

Abort() public méthode

public Abort ( ) : bool
Résultat bool

ActualNumCopies() public méthode

public ActualNumCopies ( ) : int
Résultat int

CollateCopies() public méthode

public CollateCopies ( ) : bool
Résultat bool

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

Creator() public méthode

public Creator ( ) : string
Résultat string

Dispose() public méthode

public Dispose ( ) : void
Résultat void

DocName() public méthode

public DocName ( ) : string
Résultat string

DoubleSidedPrinting() public méthode

public DoubleSidedPrinting ( ) : bool
Résultat bool

Duplex() public méthode

public Duplex ( ) : QPrinter.DuplexMode
Résultat QPrinter.DuplexMode

FontEmbeddingEnabled() public méthode

public FontEmbeddingEnabled ( ) : bool
Résultat bool

FromPage() public méthode

public FromPage ( ) : int
Résultat int

FullPage() public méthode

public FullPage ( ) : bool
Résultat bool

GetPageMargins() public méthode

public GetPageMargins ( double &left, double &top, double &right, double &bottom, QPrinter unit ) : void
left double
top double
right double
bottom double
unit QPrinter
Résultat void

IsValid() public méthode

public IsValid ( ) : bool
Résultat bool

NewPage() public méthode

public NewPage ( ) : bool
Résultat bool

NumCopies() public méthode

public NumCopies ( ) : int
Résultat int

OutputFileName() public méthode

public OutputFileName ( ) : string
Résultat string

PageRect() public méthode

public PageRect ( ) : QRect
Résultat QRect

PageRect() public méthode

public PageRect ( QPrinter arg1 ) : QRectF
arg1 QPrinter
Résultat QRectF

PaperRect() public méthode

public PaperRect ( ) : QRect
Résultat QRect

PaperRect() public méthode

public PaperRect ( QPrinter arg1 ) : QRectF
arg1 QPrinter
Résultat QRectF

PaperSize() public méthode

public PaperSize ( ) : QPrinter.PageSize
Résultat QPrinter.PageSize

PaperSize() public méthode

public PaperSize ( QPrinter unit ) : QSizeF
unit QPrinter
Résultat QSizeF

PrintEngine() public méthode

public PrintEngine ( ) : QPrintEngine
Résultat QPrintEngine

PrintProgram() public méthode

public PrintProgram ( ) : string
Résultat string

PrinterName() public méthode

public PrinterName ( ) : string
Résultat string

QPrinter() public méthode

public QPrinter ( ) : System
Résultat System

QPrinter() public méthode

public QPrinter ( QPrinter mode ) : System
mode QPrinter
Résultat System

QPrinter() public méthode

public QPrinter ( QPrinterInfo printer ) : System
printer QPrinterInfo
Résultat System

QPrinter() public méthode

public QPrinter ( QPrinterInfo printer, QPrinter mode ) : System
printer QPrinterInfo
mode QPrinter
Résultat System

QPrinter() protected méthode

protected QPrinter ( Type dummy ) : System
dummy Type
Résultat System

Resolution() public méthode

public Resolution ( ) : int
Résultat int

SetCollateCopies() public méthode

public SetCollateCopies ( bool collate ) : void
collate bool
Résultat void

SetColorMode() public méthode

public SetColorMode ( QPrinter arg1 ) : void
arg1 QPrinter
Résultat void

SetCreator() public méthode

public SetCreator ( string arg1 ) : void
arg1 string
Résultat void

SetDocName() public méthode

public SetDocName ( string arg1 ) : void
arg1 string
Résultat void

SetDoubleSidedPrinting() public méthode

public SetDoubleSidedPrinting ( bool enable ) : void
enable bool
Résultat void

SetDuplex() public méthode

public SetDuplex ( QPrinter duplex ) : void
duplex QPrinter
Résultat void

SetEngines() protected méthode

protected SetEngines ( QPrintEngine printEngine, QPaintEngine paintEngine ) : void
printEngine QPrintEngine
paintEngine QPaintEngine
Résultat void

SetFontEmbeddingEnabled() public méthode

public SetFontEmbeddingEnabled ( bool enable ) : void
enable bool
Résultat void

SetFromTo() public méthode

public SetFromTo ( int fromPage, int toPage ) : void
fromPage int
toPage int
Résultat void

SetFullPage() public méthode

public SetFullPage ( bool arg1 ) : void
arg1 bool
Résultat void

SetNumCopies() public méthode

public SetNumCopies ( int arg1 ) : void
arg1 int
Résultat void

SetOrientation() public méthode

public SetOrientation ( QPrinter arg1 ) : void
arg1 QPrinter
Résultat void

SetOutputFileName() public méthode

public SetOutputFileName ( string arg1 ) : void
arg1 string
Résultat void

SetOutputFormat() public méthode

public SetOutputFormat ( QPrinter format ) : void
format QPrinter
Résultat void

SetPageMargins() public méthode

public SetPageMargins ( double left, double top, double right, double bottom, QPrinter unit ) : void
left double
top double
right double
bottom double
unit QPrinter
Résultat void

SetPageOrder() public méthode

public SetPageOrder ( QPrinter arg1 ) : void
arg1 QPrinter
Résultat void

SetPageSize() public méthode

public SetPageSize ( QPrinter arg1 ) : void
arg1 QPrinter
Résultat void

SetPaperSize() public méthode

public SetPaperSize ( QPrinter arg1 ) : void
arg1 QPrinter
Résultat void

SetPaperSize() public méthode

public SetPaperSize ( QSizeF paperSize, QPrinter unit ) : void
paperSize QSizeF
unit QPrinter
Résultat void

SetPaperSource() public méthode

public SetPaperSource ( QPrinter arg1 ) : void
arg1 QPrinter
Résultat void

SetPrintProgram() public méthode

public SetPrintProgram ( string arg1 ) : void
arg1 string
Résultat void

SetPrintRange() public méthode

public SetPrintRange ( QPrinter range ) : void
range QPrinter
Résultat void

SetPrinterName() public méthode

public SetPrinterName ( string arg1 ) : void
arg1 string
Résultat void

SetResolution() public méthode

public SetResolution ( int arg1 ) : void
arg1 int
Résultat void

SupportedResolutions() public méthode

public SupportedResolutions ( ) : List
Résultat List

ToPage() public méthode

public ToPage ( ) : int
Résultat int

colorMode() public méthode

public colorMode ( ) : QPrinter.ColorMode
Résultat QPrinter.ColorMode

orientation() public méthode

public orientation ( ) : QPrinter.Orientation
Résultat QPrinter.Orientation

outputFormat() public méthode

public outputFormat ( ) : QPrinter.OutputFormat
Résultat QPrinter.OutputFormat

pageOrder() public méthode

public pageOrder ( ) : QPrinter.PageOrder
Résultat QPrinter.PageOrder

pageSize() public méthode

public pageSize ( ) : QPrinter.PageSize
Résultat QPrinter.PageSize

paperSource() public méthode

public paperSource ( ) : QPrinter.PaperSource
Résultat QPrinter.PaperSource

printRange() public méthode

public printRange ( ) : QPrinter.PrintRange
Résultat QPrinter.PrintRange

printerState() public méthode

public printerState ( ) : QPrinter.PrinterState
Résultat QPrinter.PrinterState