Documentation
class QqsciPrinter x1 where #
qsciPrinter :: x1 -> IO (QsciPrinter ()) #
Instances
QqsciPrinter () # | |
Defined in Qtc.Qsci.QsciPrinter qsciPrinter :: () -> IO (QsciPrinter ()) # | |
QqsciPrinter PrinterMode # | |
Defined in Qtc.Qsci.QsciPrinter qsciPrinter :: PrinterMode -> IO (QsciPrinter ()) # |
class QqsciPrinter_nf x1 where #
qsciPrinter_nf :: x1 -> IO (QsciPrinter ()) #
Instances
QqsciPrinter_nf () # | |
Defined in Qtc.Qsci.QsciPrinter qsciPrinter_nf :: () -> IO (QsciPrinter ()) # | |
QqsciPrinter_nf PrinterMode # | |
Defined in Qtc.Qsci.QsciPrinter qsciPrinter_nf :: PrinterMode -> IO (QsciPrinter ()) # |
class QformatPage x0 x1 where #
formatPage :: x0 -> x1 -> IO () #
Instances
QformatPage (QsciPrinter ()) (QPainter t1, Bool, QRect t3, Int) # | |
Defined in Qtc.Qsci.QsciPrinter formatPage :: QsciPrinter () -> (QPainter t1, Bool, QRect t3, Int) -> IO () # | |
QformatPage (QsciPrinterSc a) (QPainter t1, Bool, QRect t3, Int) # | |
Defined in Qtc.Qsci.QsciPrinter formatPage :: QsciPrinterSc a -> (QPainter t1, Bool, QRect t3, Int) -> IO () # |
magnification :: QsciPrinter a -> () -> IO Int #
class QsetMagnification x0 x1 where #
setMagnification :: x0 -> x1 -> IO () #
Instances
QsetMagnification (QsciPrinter ()) Int # | |
Defined in Qtc.Qsci.QsciPrinter setMagnification :: QsciPrinter () -> Int -> IO () # | |
QsetMagnification (QsciPrinterSc a) Int # | |
Defined in Qtc.Qsci.QsciPrinter setMagnification :: QsciPrinterSc a -> Int -> IO () # |
qsciPrinter_delete :: QsciPrinter a -> IO () #
qsciPrinter_delete1 :: QsciPrinter a -> IO () #