Qtc.Classes.Printsupport

Documentation

class QfromPage a b where #

Methods

fromPage :: a -> b -> IO Int #

class Qprinter a b where #

Methods

printer :: a -> b -> IO (QPrinter ()) #

class QprinterName a b where #

Methods

printerName :: a -> b -> IO String #

class QprinterState a b where #

Methods

printerState :: a -> b -> IO PrinterState #

class QsetFromTo a b where #

Methods

setFromTo :: a -> b -> IO () #

class QsetPrintRange a b where #

Methods

setPrintRange :: a -> b -> IO () #

class QtoPage a b where #

Methods

toPage :: a -> b -> IO Int #