Qtc.Printsupport.QPrinter

Contents

Documentation

class QqPrinter x1 where #

Methods

qPrinter :: x1 -> IO (QPrinter ()) #

Instances
QqPrinter () # 
Instance details

Defined in Qtc.Printsupport.QPrinter

Methods

qPrinter :: () -> IO (QPrinter ()) #

QqPrinter PrinterMode # 
Instance details

Defined in Qtc.Printsupport.QPrinter

Methods

qPrinter :: PrinterMode -> IO (QPrinter ()) #

QqPrinter (QPrinterInfo t1) # 
Instance details

Defined in Qtc.Printsupport.QPrinter

Methods

qPrinter :: QPrinterInfo t1 -> IO (QPrinter ()) #

QqPrinter (QPrinterInfo t1, PrinterMode) # 
Instance details

Defined in Qtc.Printsupport.QPrinter

Methods

qPrinter :: (QPrinterInfo t1, PrinterMode) -> IO (QPrinter ()) #

class QqPrinter_nf x1 where #

Methods

qPrinter_nf :: x1 -> IO (QPrinter ()) #

Instances
QqPrinter_nf () # 
Instance details

Defined in Qtc.Printsupport.QPrinter

Methods

qPrinter_nf :: () -> IO (QPrinter ()) #

QqPrinter_nf PrinterMode # 
Instance details

Defined in Qtc.Printsupport.QPrinter

Methods

qPrinter_nf :: PrinterMode -> IO (QPrinter ()) #

QqPrinter_nf (QPrinterInfo t1) # 
Instance details

Defined in Qtc.Printsupport.QPrinter

Methods

qPrinter_nf :: QPrinterInfo t1 -> IO (QPrinter ()) #

QqPrinter_nf (QPrinterInfo t1, PrinterMode) # 
Instance details

Defined in Qtc.Printsupport.QPrinter

Methods

qPrinter_nf :: (QPrinterInfo t1, PrinterMode) -> IO (QPrinter ()) #

actualNumCopies :: QPrinter a -> () -> IO Int #

collateCopies :: QPrinter a -> () -> IO Bool #

colorMode :: QPrinter a -> () -> IO ColorMode #

copyCount :: QPrinter a -> () -> IO Int #

docName :: QPrinter a -> () -> IO String #

doubleSidedPrinting :: QPrinter a -> () -> IO Bool #

duplex :: QPrinter a -> () -> IO DuplexMode #

fontEmbeddingEnabled :: QPrinter a -> () -> IO Bool #

fullPage :: QPrinter a -> () -> IO Bool #

numCopies :: QPrinter a -> () -> IO Int #

outputFileName :: QPrinter a -> () -> IO String #

pageOrder :: QPrinter a -> () -> IO PageOrder #

class QpageRect x1 xr | x1 -> xr where #

Methods

pageRect :: QPrinter a -> x1 -> xr #

Instances
QpageRect () (IO Rect) # 
Instance details

Defined in Qtc.Printsupport.QPrinter

Methods

pageRect :: QPrinter a -> () -> IO Rect #

QpageRect QPrinter_Unit (IO RectF) # 
Instance details

Defined in Qtc.Printsupport.QPrinter

Methods

pageRect :: QPrinter a -> QPrinter_Unit -> IO RectF #

class QqpageRect x1 xr | x1 -> xr where #

Methods

qpageRect :: QPrinter a -> x1 -> xr #

Instances
QqpageRect () (IO (QRect ())) # 
Instance details

Defined in Qtc.Printsupport.QPrinter

Methods

qpageRect :: QPrinter a -> () -> IO (QRect ()) #

QqpageRect QPrinter_Unit (IO (QRectF ())) # 
Instance details

Defined in Qtc.Printsupport.QPrinter

Methods

qpageRect :: QPrinter a -> QPrinter_Unit -> IO (QRectF ()) #

paperName :: QPrinter a -> () -> IO String #

class QpaperRect x1 xr | x1 -> xr where #

Methods

paperRect :: QPrinter a -> x1 -> xr #

Instances
QpaperRect () (IO Rect) # 
Instance details

Defined in Qtc.Printsupport.QPrinter

Methods

paperRect :: QPrinter a -> () -> IO Rect #

QpaperRect QPrinter_Unit (IO RectF) # 
Instance details

Defined in Qtc.Printsupport.QPrinter

Methods

paperRect :: QPrinter a -> QPrinter_Unit -> IO RectF #

class QqpaperRect x1 xr | x1 -> xr where #

Methods

qpaperRect :: QPrinter a -> x1 -> xr #

Instances
QqpaperRect () (IO (QRect ())) # 
Instance details

Defined in Qtc.Printsupport.QPrinter

Methods

qpaperRect :: QPrinter a -> () -> IO (QRect ()) #

QqpaperRect QPrinter_Unit (IO (QRectF ())) # 
Instance details

Defined in Qtc.Printsupport.QPrinter

Methods

qpaperRect :: QPrinter a -> QPrinter_Unit -> IO (QRectF ()) #

class QpaperSize x1 xr | x1 -> xr where #

Methods

paperSize :: QPrinter a -> x1 -> xr #

Instances
QpaperSize () (IO PageSize) # 
Instance details

Defined in Qtc.Printsupport.QPrinter

Methods

paperSize :: QPrinter a -> () -> IO PageSize #

QpaperSize QPrinter_Unit (IO SizeF) # 
Instance details

Defined in Qtc.Printsupport.QPrinter

Methods

paperSize :: QPrinter a -> QPrinter_Unit -> IO SizeF #

printEngine :: QPrinter a -> () -> IO (QPrintEngine ()) #

printProgram :: QPrinter a -> () -> IO String #

printerSelectionOption :: QPrinter a -> () -> IO String #

setCollateCopies :: QPrinter a -> Bool -> IO () #

setColorMode :: QPrinter a -> ColorMode -> IO () #

setCopyCount :: QPrinter a -> Int -> IO () #

setDocName :: QPrinter a -> String -> IO () #

setDoubleSidedPrinting :: QPrinter a -> Bool -> IO () #

setDuplex :: QPrinter a -> DuplexMode -> IO () #

class QsetEngines x0 x1 where #

Methods

setEngines :: x0 -> x1 -> IO () #

Instances
QsetEngines (QPrinter ()) (QPrintEngine t1, QPaintEngine t2) # 
Instance details

Defined in Qtc.Printsupport.QPrinter

Methods

setEngines :: QPrinter () -> (QPrintEngine t1, QPaintEngine t2) -> IO () #

QsetEngines (QPrinterSc a) (QPrintEngine t1, QPaintEngine t2) # 
Instance details

Defined in Qtc.Printsupport.QPrinter

Methods

setEngines :: QPrinterSc a -> (QPrintEngine t1, QPaintEngine t2) -> IO () #

setFontEmbeddingEnabled :: QPrinter a -> Bool -> IO () #

setFullPage :: QPrinter a -> Bool -> IO () #

setNumCopies :: QPrinter a -> Int -> IO () #

setOutputFileName :: QPrinter a -> String -> IO () #

setPageOrder :: QPrinter a -> PageOrder -> IO () #

setPaperName :: QPrinter a -> String -> IO () #

class QsetPaperSize x1 where #

Methods

setPaperSize :: QPrinter a -> x1 -> IO () #

Instances
QsetPaperSize PageSize # 
Instance details

Defined in Qtc.Printsupport.QPrinter

Methods

setPaperSize :: QPrinter a -> PageSize -> IO () #

QsetPaperSize (SizeF, QPrinter_Unit) # 
Instance details

Defined in Qtc.Printsupport.QPrinter

Methods

setPaperSize :: QPrinter a -> (SizeF, QPrinter_Unit) -> IO () #

setPrintProgram :: QPrinter a -> String -> IO () #

setPrinterName :: QPrinter a -> String -> IO () #

setPrinterSelectionOption :: QPrinter a -> String -> IO () #

setWinPageSize :: QPrinter a -> Int -> IO () #

supportsMultipleCopies :: QPrinter a -> () -> IO Bool #

winPageSize :: QPrinter a -> () -> IO Int #

qPrinter_delete :: QPrinter a -> IO () #

Orphan instances

QsharedPainter (QPrinter ()) () # 
Instance details

Methods

sharedPainter :: QPrinter () -> () -> IO (QPainter ()) #

QsharedPainter (QPrinterSc a) () # 
Instance details

Methods

sharedPainter :: QPrinterSc a -> () -> IO (QPainter ()) #

QsetResolution (QPrinter a) Int # 
Instance details

Methods

setResolution :: QPrinter a -> Int -> IO () #

QsetPdfVersion (QPrinter a) PdfVersion # 
Instance details

Methods

setPdfVersion :: QPrinter a -> PdfVersion -> IO () #

QsetPageSizeMM (QPrinter ()) SizeF # 
Instance details

Methods

setPageSizeMM :: QPrinter () -> SizeF -> IO () #

QsetPageSizeMM (QPrinterSc a) SizeF # 
Instance details

Methods

setPageSizeMM :: QPrinterSc a -> SizeF -> IO () #

QsetOrientation (QPrinter a) QPrinter_Orientation # 
Instance details

QsetCreator (QPrinter a) String # 
Instance details

Methods

setCreator :: QPrinter a -> String -> IO () #

QpdfVersion (QPrinter a) () # 
Instance details

Methods

pdfVersion :: QPrinter a -> () -> IO PdfVersion #

QpaintEngine (QPrinter ()) () # 
Instance details

Methods

paintEngine :: QPrinter () -> () -> IO (QPaintEngine ()) #

QpaintEngine (QPrinterSc a) () # 
Instance details

Methods

paintEngine :: QPrinterSc a -> () -> IO (QPaintEngine ()) #

QnewPage (QPrinter ()) () # 
Instance details

Methods

newPage :: QPrinter () -> () -> IO Bool #

QnewPage (QPrinterSc a) () # 
Instance details

Methods

newPage :: QPrinterSc a -> () -> IO Bool #

Qmetric (QPrinter ()) PaintDeviceMetric # 
Instance details

Methods

metric :: QPrinter () -> PaintDeviceMetric -> IO Int #

Qmetric (QPrinterSc a) PaintDeviceMetric # 
Instance details

Methods

metric :: QPrinterSc a -> PaintDeviceMetric -> IO Int #

QqisValid (QPrinter ()) () # 
Instance details

Methods

qisValid :: QPrinter () -> () -> IO Bool #

QqisValid (QPrinterSc a) () # 
Instance details

Methods

qisValid :: QPrinterSc a -> () -> IO Bool #

QdevType (QPrinter ()) () # 
Instance details

Methods

devType :: QPrinter () -> () -> IO Int #

QdevType (QPrinterSc a) () # 
Instance details

Methods

devType :: QPrinterSc a -> () -> IO Int #

Qdd (QPrinter ()) () # 
Instance details

Methods

dd :: QPrinter () -> () -> IO (QPagedPaintDevicePrivate ()) #

Qdd (QPrinterSc a) () # 
Instance details

Methods

dd :: QPrinterSc a -> () -> IO (QPagedPaintDevicePrivate ()) #

Qcreator (QPrinter a) () # 
Instance details

Methods

creator :: QPrinter a -> () -> IO String #

QtoPage (QPrinter a) () # 
Instance details

Methods

toPage :: QPrinter a -> () -> IO Int #

QsetPrintRange (QPrinter a) QPrinter_PrintRange # 
Instance details

QprinterState (QPrinter a) () # 
Instance details

Methods

printerState :: QPrinter a -> () -> IO PrinterState #

QprinterName (QPrinter a) () # 
Instance details

Methods

printerName :: QPrinter a -> () -> IO String #

QfromPage (QPrinter a) () # 
Instance details

Methods

fromPage :: QPrinter a -> () -> IO Int #

QcolorCount (QPrinter ()) () # 
Instance details

Methods

colorCount :: QPrinter () -> () -> IO Int #

QcolorCount (QPrinterSc a) () # 
Instance details

Methods

colorCount :: QPrinterSc a -> () -> IO Int #

Qqwidth (QPrinter ()) () (IO Int) # 
Instance details

Methods

qwidth :: QPrinter () -> () -> IO Int #

Qqwidth (QPrinterSc a) () (IO Int) # 
Instance details

Methods

qwidth :: QPrinterSc a -> () -> IO Int #

QsupportedResolutions (QPrinter a) () (IO [Int]) # 
Instance details

Methods

supportedResolutions :: QPrinter a -> () -> IO [Int] #

QsetPageSize (QPrinter ()) PageSize (IO ()) # 
Instance details

Methods

setPageSize :: QPrinter () -> PageSize -> IO () #

QsetPageSize (QPrinterSc a) PageSize (IO ()) # 
Instance details

Methods

setPageSize :: QPrinterSc a -> PageSize -> IO () #

Qresolution (QPrinter a) () (IO Int) # 
Instance details

Methods

resolution :: QPrinter a -> () -> IO Int #

QprintRange (QPrinter a) () (IO QPrinter_PrintRange) # 
Instance details

Methods

printRange :: QPrinter a -> () -> IO QPrinter_PrintRange #

QpageSize (QPrinter ()) () (IO PageSize) # 
Instance details

Methods

pageSize :: QPrinter () -> () -> IO PageSize #

QpageSize (QPrinterSc a) () (IO PageSize) # 
Instance details

Methods

pageSize :: QPrinterSc a -> () -> IO PageSize #

Qorientation (QPrinter a) () (IO QPrinter_Orientation) # 
Instance details

Methods

orientation :: QPrinter a -> () -> IO QPrinter_Orientation #

Qqheight (QPrinter ()) () (IO Int) # 
Instance details

Methods

qheight :: QPrinter () -> () -> IO Int #

Qqheight (QPrinterSc a) () (IO Int) # 
Instance details

Methods

qheight :: QPrinterSc a -> () -> IO Int #

QdevicePixelRatio (QPrinter ()) () (IO Int) # 
Instance details

Methods

devicePixelRatio :: QPrinter () -> () -> IO Int #

QdevicePixelRatio (QPrinterSc a) () (IO Int) # 
Instance details

Methods

devicePixelRatio :: QPrinterSc a -> () -> IO Int #

QdevicePageLayout (QPrinter ()) () (IO (QVoid ())) # 
Instance details

Methods

devicePageLayout :: QPrinter () -> () -> IO (QVoid ()) #

QdevicePageLayout (QPrinter ()) () (IO (QPageLayout ())) # 
Instance details

Methods

devicePageLayout :: QPrinter () -> () -> IO (QPageLayout ()) #

QdevicePageLayout (QPrinterSc a) () (IO (QVoid ())) # 
Instance details

Methods

devicePageLayout :: QPrinterSc a -> () -> IO (QVoid ()) #

QdevicePageLayout (QPrinterSc a) () (IO (QPageLayout ())) # 
Instance details

Methods

devicePageLayout :: QPrinterSc a -> () -> IO (QPageLayout ()) #

Qdepth (QPrinter ()) () (IO Int) # 
Instance details

Methods

depth :: QPrinter () -> () -> IO Int #

Qdepth (QPrinterSc a) () (IO Int) # 
Instance details

Methods

depth :: QPrinterSc a -> () -> IO Int #

Qabort (QPrinter a) () (IO Bool) # 
Instance details

Methods

abort :: QPrinter a -> () -> IO Bool #

QuserMethod (QPrinter ()) () (IO ()) # 
Instance details

Methods

userMethod :: QPrinter () -> Int -> () -> IO () #

QuserMethod (QPrinterSc a) () (IO ()) # 
Instance details

Methods

userMethod :: QPrinterSc a -> Int -> () -> IO () #

QqsetPageSizeMM (QPrinter ()) (QSizeF t1) # 
Instance details

Methods

qsetPageSizeMM :: QPrinter () -> QSizeF t1 -> IO () #

QqsetPageSizeMM (QPrinterSc a) (QSizeF t1) # 
Instance details

Methods

qsetPageSizeMM :: QPrinterSc a -> QSizeF t1 -> IO () #

Qredirected (QPrinter ()) (QPoint t1) # 
Instance details

Methods

redirected :: QPrinter () -> QPoint t1 -> IO (QPaintDevice ()) #

Qredirected (QPrinterSc a) (QPoint t1) # 
Instance details

Methods

redirected :: QPrinterSc a -> QPoint t1 -> IO (QPaintDevice ()) #

QinitPainter (QPrinter ()) (QPainter t1) # 
Instance details

Methods

initPainter :: QPrinter () -> QPainter t1 -> IO () #

QinitPainter (QPrinterSc a) (QPainter t1) # 
Instance details

Methods

initPainter :: QPrinterSc a -> QPainter t1 -> IO () #

QsetPageSize (QPrinter ()) (QPageSize t1) (IO Bool) # 
Instance details

Methods

setPageSize :: QPrinter () -> QPageSize t1 -> IO Bool #

QsetPageSize (QPrinterSc a) (QPageSize t1) (IO Bool) # 
Instance details

Methods

setPageSize :: QPrinterSc a -> QPageSize t1 -> IO Bool #

QsetPageMargins (QPrinter ()) (QMarginsF t1) (IO Bool) # 
Instance details

Methods

setPageMargins :: QPrinter () -> QMarginsF t1 -> IO Bool #

QsetPageMargins (QPrinterSc a) (QMarginsF t1) (IO Bool) # 
Instance details

Methods

setPageMargins :: QPrinterSc a -> QMarginsF t1 -> IO Bool #

QsetMargins (QPrinter ()) (QPagedPaintDevice_Margins t1) (IO ()) # 
Instance details

Methods

setMargins :: QPrinter () -> QPagedPaintDevice_Margins t1 -> IO () #

QsetMargins (QPrinterSc a) (QPagedPaintDevice_Margins t1) (IO ()) # 
Instance details

QuserMethod (QPrinter ()) (QVariant ()) (IO (QVariant ())) # 
Instance details

Methods

userMethod :: QPrinter () -> Int -> QVariant () -> IO (QVariant ()) #

QuserMethod (QPrinterSc a) (QVariant ()) (IO (QVariant ())) # 
Instance details

Methods

userMethod :: QPrinterSc a -> Int -> QVariant () -> IO (QVariant ()) #

QsetFromTo (QPrinter a) (Int, Int) # 
Instance details

Methods

setFromTo :: QPrinter a -> (Int, Int) -> IO () #

QsetPageMargins (QPrinter ()) (QMarginsF t1, QPageLayout_Unit) (IO Bool) # 
Instance details

Methods

setPageMargins :: QPrinter () -> (QMarginsF t1, QPageLayout_Unit) -> IO Bool #

QsetPageMargins (QPrinterSc a) (QMarginsF t1, QPageLayout_Unit) (IO Bool) # 
Instance details

Methods

setPageMargins :: QPrinterSc a -> (QMarginsF t1, QPageLayout_Unit) -> IO Bool #

QsetPageMargins (QPrinter ()) (Double, Double, Double, Double, QPrinter_Unit) (IO ()) # 
Instance details

Methods

setPageMargins :: QPrinter () -> (Double, Double, Double, Double, QPrinter_Unit) -> IO () #

QsetPageMargins (QPrinterSc a) (Double, Double, Double, Double, QPrinter_Unit) (IO ()) # 
Instance details

Methods

setPageMargins :: QPrinterSc a -> (Double, Double, Double, Double, QPrinter_Unit) -> IO () #