Qtc.Gui.QPdfWriter

Contents

Documentation

class QqPdfWriterTrUtf8 x1 where #

Methods

qPdfWriterTrUtf8 :: x1 -> IO String #

Instances
QqPdfWriterTrUtf8 String # 
Instance details

Defined in Qtc.Gui.QPdfWriter

Methods

qPdfWriterTrUtf8 :: String -> IO String #

QqPdfWriterTrUtf8 (String, String) # 
Instance details

Defined in Qtc.Gui.QPdfWriter

Methods

qPdfWriterTrUtf8 :: (String, String) -> IO String #

QqPdfWriterTrUtf8 (String, String, Int) # 
Instance details

Defined in Qtc.Gui.QPdfWriter

Methods

qPdfWriterTrUtf8 :: (String, String, Int) -> IO String #

class QqPdfWriter x1 where #

Methods

qPdfWriter :: x1 -> IO (QPdfWriter ()) #

Instances
QqPdfWriter String # 
Instance details

Defined in Qtc.Gui.QPdfWriter

Methods

qPdfWriter :: String -> IO (QPdfWriter ()) #

QqPdfWriter (QIODevice t1) # 
Instance details

Defined in Qtc.Gui.QPdfWriter

Methods

qPdfWriter :: QIODevice t1 -> IO (QPdfWriter ()) #

Orphan instances

QsetTitle (QPdfWriter a) String # 
Instance details

Methods

setTitle :: QPdfWriter a -> String -> IO () #

QsetResolution (QPdfWriter a) Int # 
Instance details

Methods

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

QsetPdfVersion (QPdfWriter a) PdfVersion # 
Instance details

Methods

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

QsetPageSizeMM (QPdfWriter ()) SizeF # 
Instance details

Methods

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

QsetPageSizeMM (QPdfWriterSc a) SizeF # 
Instance details

Methods

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

QsetCreator (QPdfWriter a) String # 
Instance details

Methods

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

QsenderSignalIndex (QPdfWriter ()) () # 
Instance details

Methods

senderSignalIndex :: QPdfWriter () -> () -> IO Int #

QsenderSignalIndex (QPdfWriterSc a) () # 
Instance details

Methods

senderSignalIndex :: QPdfWriterSc a -> () -> IO Int #

Qsender (QPdfWriter ()) () # 
Instance details

Methods

sender :: QPdfWriter () -> () -> IO (QObject ()) #

Qsender (QPdfWriterSc a) () # 
Instance details

Methods

sender :: QPdfWriterSc a -> () -> IO (QObject ()) #

Qreceivers (QPdfWriter ()) String # 
Instance details

Methods

receivers :: QPdfWriter () -> String -> IO Int #

Qreceivers (QPdfWriterSc a) String # 
Instance details

Methods

receivers :: QPdfWriterSc a -> String -> IO Int #

QpdfVersion (QPdfWriter a) () # 
Instance details

Methods

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

QnewPage (QPdfWriter ()) () # 
Instance details

Methods

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

QnewPage (QPdfWriterSc a) () # 
Instance details

Methods

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

Qdd (QPdfWriter ()) () # 
Instance details

Methods

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

Qdd (QPdfWriterSc a) () # 
Instance details

Methods

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

Qcreator (QPdfWriter a) () # 
Instance details

Methods

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

Qtitle (QPdfWriter a) () (IO String) # 
Instance details

Methods

title :: QPdfWriter a -> () -> IO String #

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

Methods

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

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

Methods

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

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

Methods

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

Qproperty (QPdfWriter ()) String (IO (QVariant ())) # 
Instance details

Methods

property :: QPdfWriter () -> String -> IO (QVariant ()) #

Qproperty (QPdfWriterSc a) String (IO (QVariant ())) # 
Instance details

Methods

property :: QPdfWriterSc a -> String -> IO (QVariant ()) #

Qparent (QPdfWriter ()) () (IO (QObject ())) # 
Instance details

Methods

parent :: QPdfWriter () -> () -> IO (QObject ()) #

Qparent (QPdfWriterSc a) () (IO (QObject ())) # 
Instance details

Methods

parent :: QPdfWriterSc a -> () -> IO (QObject ()) #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QuserMethod (QPdfWriter ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

QtimerEvent (QPdfWriter ()) (QTimerEvent t1) # 
Instance details

Methods

timerEvent :: QPdfWriter () -> QTimerEvent t1 -> IO () #

QtimerEvent (QPdfWriterSc a) (QTimerEvent t1) # 
Instance details

Methods

timerEvent :: QPdfWriterSc a -> QTimerEvent t1 -> IO () #

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

Methods

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

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

Methods

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

QisSignalConnected (QPdfWriter ()) (QMetaMethod t1) # 
Instance details

Methods

isSignalConnected :: QPdfWriter () -> QMetaMethod t1 -> IO Bool #

QisSignalConnected (QPdfWriterSc a) (QMetaMethod t1) # 
Instance details

Methods

isSignalConnected :: QPdfWriterSc a -> QMetaMethod t1 -> IO Bool #

QdisconnectNotify (QPdfWriter ()) (QMetaMethod t1) # 
Instance details

Methods

disconnectNotify :: QPdfWriter () -> QMetaMethod t1 -> IO () #

QdisconnectNotify (QPdfWriterSc a) (QMetaMethod t1) # 
Instance details

Methods

disconnectNotify :: QPdfWriterSc a -> QMetaMethod t1 -> IO () #

QcustomEvent (QPdfWriter ()) (QEvent t1) # 
Instance details

Methods

customEvent :: QPdfWriter () -> QEvent t1 -> IO () #

QcustomEvent (QPdfWriterSc a) (QEvent t1) # 
Instance details

Methods

customEvent :: QPdfWriterSc a -> QEvent t1 -> IO () #

QconnectNotify (QPdfWriter ()) (QMetaMethod t1) # 
Instance details

Methods

connectNotify :: QPdfWriter () -> QMetaMethod t1 -> IO () #

QconnectNotify (QPdfWriterSc a) (QMetaMethod t1) # 
Instance details

Methods

connectNotify :: QPdfWriterSc a -> QMetaMethod t1 -> IO () #

QchildEvent (QPdfWriter ()) (QChildEvent t1) # 
Instance details

Methods

childEvent :: QPdfWriter () -> QChildEvent t1 -> IO () #

QchildEvent (QPdfWriterSc a) (QChildEvent t1) # 
Instance details

Methods

childEvent :: QPdfWriterSc a -> QChildEvent t1 -> IO () #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Qevent (QPdfWriter ()) (QEvent t1) (IO Bool) # 
Instance details

Methods

event :: QPdfWriter () -> QEvent t1 -> IO Bool #

Qevent (QPdfWriterSc a) (QEvent t1) (IO Bool) # 
Instance details

Methods

event :: QPdfWriterSc a -> QEvent t1 -> IO Bool #

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

Methods

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

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

Methods

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

QeventFilter (QPdfWriter ()) (QObject t1, QEvent t2) # 
Instance details

Methods

eventFilter :: QPdfWriter () -> (QObject t1, QEvent t2) -> IO Bool #

QeventFilter (QPdfWriterSc a) (QObject t1, QEvent t2) # 
Instance details

Methods

eventFilter :: QPdfWriterSc a -> (QObject t1, QEvent t2) -> IO Bool #

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

Methods

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

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

Methods

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