Qtc.Printsupport.QPrintDialog

Contents

Documentation

class QqPrintDialogTrUtf8 x1 where #

Methods

qPrintDialogTrUtf8 :: x1 -> IO String #

Instances
QqPrintDialogTrUtf8 String # 
Instance details

Defined in Qtc.Printsupport.QPrintDialog

Methods

qPrintDialogTrUtf8 :: String -> IO String #

QqPrintDialogTrUtf8 (String, String) # 
Instance details

Defined in Qtc.Printsupport.QPrintDialog

Methods

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

QqPrintDialogTrUtf8 (String, String, Int) # 
Instance details

Defined in Qtc.Printsupport.QPrintDialog

Methods

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

class QqPrintDialog x1 where #

Methods

qPrintDialog :: x1 -> IO (QPrintDialog ()) #

Instances
QqPrintDialog () # 
Instance details

Defined in Qtc.Printsupport.QPrintDialog

Methods

qPrintDialog :: () -> IO (QPrintDialog ()) #

QqPrintDialog (QWidget t1) # 
Instance details

Defined in Qtc.Printsupport.QPrintDialog

Methods

qPrintDialog :: QWidget t1 -> IO (QPrintDialog ()) #

QqPrintDialog (QPrinter t1) # 
Instance details

Defined in Qtc.Printsupport.QPrintDialog

Methods

qPrintDialog :: QPrinter t1 -> IO (QPrintDialog ()) #

QqPrintDialog (QPrinter t1, QWidget t2) # 
Instance details

Defined in Qtc.Printsupport.QPrintDialog

Methods

qPrintDialog :: (QPrinter t1, QWidget t2) -> IO (QPrintDialog ()) #

Orphan instances

QupdateMicroFocus (QPrintDialog ()) () # 
Instance details

Methods

updateMicroFocus :: QPrintDialog () -> () -> IO () #

QupdateMicroFocus (QPrintDialogSc a) () # 
Instance details

Methods

updateMicroFocus :: QPrintDialogSc a -> () -> IO () #

Qupdate (QPrintDialog ()) () # 
Instance details

Methods

update :: QPrintDialog () -> () -> IO () #

Qupdate (QPrintDialogSc a) () # 
Instance details

Methods

update :: QPrintDialogSc a -> () -> IO () #

QtestOption (QPrintDialog a) PrintDialogOption # 
Instance details

Methods

testOption :: QPrintDialog a -> PrintDialogOption -> IO Bool #

QshowNormal (QPrintDialog ()) () # 
Instance details

Methods

showNormal :: QPrintDialog () -> () -> IO () #

QshowNormal (QPrintDialogSc a) () # 
Instance details

Methods

showNormal :: QPrintDialogSc a -> () -> IO () #

QshowMinimized (QPrintDialog ()) () # 
Instance details

Methods

showMinimized :: QPrintDialog () -> () -> IO () #

QshowMinimized (QPrintDialogSc a) () # 
Instance details

Methods

showMinimized :: QPrintDialogSc a -> () -> IO () #

QshowMaximized (QPrintDialog ()) () # 
Instance details

Methods

showMaximized :: QPrintDialog () -> () -> IO () #

QshowMaximized (QPrintDialogSc a) () # 
Instance details

Methods

showMaximized :: QPrintDialogSc a -> () -> IO () #

QshowFullScreen (QPrintDialog ()) () # 
Instance details

Methods

showFullScreen :: QPrintDialog () -> () -> IO () #

QshowFullScreen (QPrintDialogSc a) () # 
Instance details

Methods

showFullScreen :: QPrintDialogSc a -> () -> IO () #

QshowExtension (QPrintDialog ()) Bool # 
Instance details

Methods

showExtension :: QPrintDialog () -> Bool -> IO () #

QshowExtension (QPrintDialogSc a) Bool # 
Instance details

Methods

showExtension :: QPrintDialogSc a -> Bool -> IO () #

Qqshow (QPrintDialog ()) () # 
Instance details

Methods

qshow :: QPrintDialog () -> () -> IO () #

Qqshow (QPrintDialogSc a) () # 
Instance details

Methods

qshow :: QPrintDialogSc a -> () -> IO () #

QsharedPainter (QPrintDialog ()) () # 
Instance details

Methods

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

QsharedPainter (QPrintDialogSc a) () # 
Instance details

Methods

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

QsetWindowTitle (QPrintDialog ()) String # 
Instance details

Methods

setWindowTitle :: QPrintDialog () -> String -> IO () #

QsetWindowTitle (QPrintDialogSc a) String # 
Instance details

Methods

setWindowTitle :: QPrintDialogSc a -> String -> IO () #

QsetWindowModified (QPrintDialog ()) Bool # 
Instance details

Methods

setWindowModified :: QPrintDialog () -> Bool -> IO () #

QsetWindowModified (QPrintDialogSc a) Bool # 
Instance details

Methods

setWindowModified :: QPrintDialogSc a -> Bool -> IO () #

QsetVisible (QPrintDialog ()) Bool # 
Instance details

Methods

setVisible :: QPrintDialog () -> Bool -> IO () #

QsetVisible (QPrintDialogSc a) Bool # 
Instance details

Methods

setVisible :: QPrintDialogSc a -> Bool -> IO () #

QsetStyleSheet (QPrintDialog ()) String # 
Instance details

Methods

setStyleSheet :: QPrintDialog () -> String -> IO () #

QsetStyleSheet (QPrintDialogSc a) String # 
Instance details

Methods

setStyleSheet :: QPrintDialogSc a -> String -> IO () #

QsetOption (QPrintDialog a) PrintDialogOption # 
Instance details

Methods

setOption :: QPrintDialog a -> PrintDialogOption -> IO () #

QsetHidden (QPrintDialog ()) Bool # 
Instance details

Methods

setHidden :: QPrintDialog () -> Bool -> IO () #

QsetHidden (QPrintDialogSc a) Bool # 
Instance details

Methods

setHidden :: QPrintDialogSc a -> Bool -> IO () #

QsetGeometry (QPrintDialog ()) Rect # 
Instance details

Methods

setGeometry :: QPrintDialog () -> Rect -> IO () #

QsetGeometry (QPrintDialogSc a) Rect # 
Instance details

Methods

setGeometry :: QPrintDialogSc a -> Rect -> IO () #

QsetEnabled (QPrintDialog ()) Bool # 
Instance details

Methods

setEnabled :: QPrintDialog () -> Bool -> IO () #

QsetEnabled (QPrintDialogSc a) Bool # 
Instance details

Methods

setEnabled :: QPrintDialogSc a -> Bool -> IO () #

QsetDisabled (QPrintDialog ()) Bool # 
Instance details

Methods

setDisabled :: QPrintDialog () -> Bool -> IO () #

QsetDisabled (QPrintDialogSc a) Bool # 
Instance details

Methods

setDisabled :: QPrintDialogSc a -> Bool -> IO () #

QsenderSignalIndex (QPrintDialog ()) () # 
Instance details

Methods

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

QsenderSignalIndex (QPrintDialogSc a) () # 
Instance details

Methods

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

Qsender (QPrintDialog ()) () # 
Instance details

Methods

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

Qsender (QPrintDialogSc a) () # 
Instance details

Methods

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

Qrepaint (QPrintDialog ()) () # 
Instance details

Methods

repaint :: QPrintDialog () -> () -> IO () #

Qrepaint (QPrintDialogSc a) () # 
Instance details

Methods

repaint :: QPrintDialogSc a -> () -> IO () #

Qreject (QPrintDialog ()) () # 
Instance details

Methods

reject :: QPrintDialog () -> () -> IO () #

Qreject (QPrintDialogSc a) () # 
Instance details

Methods

reject :: QPrintDialogSc a -> () -> IO () #

Qreceivers (QPrintDialog ()) String # 
Instance details

Methods

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

Qreceivers (QPrintDialogSc a) String # 
Instance details

Methods

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

Qraise (QPrintDialog ()) () # 
Instance details

Methods

raise :: QPrintDialog () -> () -> IO () #

Qraise (QPrintDialogSc a) () # 
Instance details

Methods

raise :: QPrintDialogSc a -> () -> IO () #

QpaintEngine (QPrintDialog ()) () # 
Instance details

Methods

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

QpaintEngine (QPrintDialogSc a) () # 
Instance details

Methods

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

Qmove (QPrintDialog ()) Point # 
Instance details

Methods

move :: QPrintDialog () -> Point -> IO () #

Qmove (QPrintDialogSc a) Point # 
Instance details

Methods

move :: QPrintDialogSc a -> Point -> IO () #

QqminimumSizeHint (QPrintDialog ()) () # 
Instance details

Methods

qminimumSizeHint :: QPrintDialog () -> () -> IO (QSize ()) #

QqminimumSizeHint (QPrintDialogSc a) () # 
Instance details

Methods

qminimumSizeHint :: QPrintDialogSc a -> () -> IO (QSize ()) #

QminimumSizeHint (QPrintDialog ()) () # 
Instance details

Methods

minimumSizeHint :: QPrintDialog () -> () -> IO Size #

QminimumSizeHint (QPrintDialogSc a) () # 
Instance details

Methods

minimumSizeHint :: QPrintDialogSc a -> () -> IO Size #

Qmetric (QPrintDialog ()) PaintDeviceMetric # 
Instance details

Methods

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

Qmetric (QPrintDialogSc a) PaintDeviceMetric # 
Instance details

Methods

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

Qlower (QPrintDialog ()) () # 
Instance details

Methods

lower :: QPrintDialog () -> () -> IO () #

Qlower (QPrintDialogSc a) () # 
Instance details

Methods

lower :: QPrintDialogSc a -> () -> IO () #

QisEnabled (QPrintDialog ()) () # 
Instance details

Methods

isEnabled :: QPrintDialog () -> () -> IO Bool #

QisEnabled (QPrintDialogSc a) () # 
Instance details

Methods

isEnabled :: QPrintDialogSc a -> () -> IO Bool #

QinputMethodQuery (QPrintDialog ()) InputMethodQuery # 
Instance details

QinputMethodQuery (QPrintDialogSc a) InputMethodQuery # 
Instance details

Qhide (QPrintDialog ()) () # 
Instance details

Methods

hide :: QPrintDialog () -> () -> IO () #

Qhide (QPrintDialogSc a) () # 
Instance details

Methods

hide :: QPrintDialogSc a -> () -> IO () #

QhasHeightForWidth (QPrintDialog ()) () # 
Instance details

Methods

hasHeightForWidth :: QPrintDialog () -> () -> IO Bool #

QhasHeightForWidth (QPrintDialogSc a) () # 
Instance details

Methods

hasHeightForWidth :: QPrintDialogSc a -> () -> IO Bool #

Qfont (QPrintDialog ()) () # 
Instance details

Methods

font :: QPrintDialog () -> () -> IO (QFont ()) #

Qfont (QPrintDialogSc a) () # 
Instance details

Methods

font :: QPrintDialogSc a -> () -> IO (QFont ()) #

QfocusPreviousChild (QPrintDialog ()) () # 
Instance details

Methods

focusPreviousChild :: QPrintDialog () -> () -> IO Bool #

QfocusPreviousChild (QPrintDialogSc a) () # 
Instance details

Methods

focusPreviousChild :: QPrintDialogSc a -> () -> IO Bool #

QfocusNextPrevChild (QPrintDialog ()) Bool # 
Instance details

Methods

focusNextPrevChild :: QPrintDialog () -> Bool -> IO Bool #

QfocusNextPrevChild (QPrintDialogSc a) Bool # 
Instance details

Methods

focusNextPrevChild :: QPrintDialogSc a -> Bool -> IO Bool #

QfocusNextChild (QPrintDialog ()) () # 
Instance details

Methods

focusNextChild :: QPrintDialog () -> () -> IO Bool #

QfocusNextChild (QPrintDialogSc a) () # 
Instance details

Methods

focusNextChild :: QPrintDialogSc a -> () -> IO Bool #

Qdone (QPrintDialog ()) Int # 
Instance details

Methods

done :: QPrintDialog () -> Int -> IO () #

Qdone (QPrintDialogSc a) Int # 
Instance details

Methods

done :: QPrintDialogSc a -> Int -> IO () #

QdevType (QPrintDialog ()) () # 
Instance details

Methods

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

QdevType (QPrintDialogSc a) () # 
Instance details

Methods

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

Qdestroy (QPrintDialog ()) Bool # 
Instance details

Methods

destroy :: QPrintDialog () -> Bool -> IO () #

Qdestroy (QPrintDialog ()) () # 
Instance details

Methods

destroy :: QPrintDialog () -> () -> IO () #

Qdestroy (QPrintDialogSc a) Bool # 
Instance details

Methods

destroy :: QPrintDialogSc a -> Bool -> IO () #

Qdestroy (QPrintDialogSc a) () # 
Instance details

Methods

destroy :: QPrintDialogSc a -> () -> IO () #

QcolorCount (QPrintDialog ()) () # 
Instance details

Methods

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

QcolorCount (QPrintDialogSc a) () # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

QqsizeHint (QPrintDialog ()) () (IO (QSize ())) # 
Instance details

Methods

qsizeHint :: QPrintDialog () -> () -> IO (QSize ()) #

QqsizeHint (QPrintDialogSc a) () (IO (QSize ())) # 
Instance details

Methods

qsizeHint :: QPrintDialogSc a -> () -> IO (QSize ()) #

QsizeHint (QPrintDialog ()) () (IO Size) # 
Instance details

Methods

sizeHint :: QPrintDialog () -> () -> IO Size #

QsizeHint (QPrintDialogSc a) () (IO Size) # 
Instance details

Methods

sizeHint :: QPrintDialogSc a -> () -> IO Size #

QsetOptions (QPrintDialog a) PrintDialogOptions (IO ()) # 
Instance details

QsetFocus (QPrintDialog ()) () (IO ()) # 
Instance details

Methods

setFocus :: QPrintDialog () -> () -> IO () #

QsetFocus (QPrintDialogSc a) () (IO ()) # 
Instance details

Methods

setFocus :: QPrintDialogSc a -> () -> IO () #

Qresize (QPrintDialog ()) Size (IO ()) # 
Instance details

Methods

resize :: QPrintDialog () -> Size -> IO () #

Qresize (QPrintDialogSc a) Size (IO ()) # 
Instance details

Methods

resize :: QPrintDialogSc a -> Size -> IO () #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

Qoptions (QPrintDialog a) () (IO PrintDialogOptions) # 
Instance details

Methods

options :: QPrintDialog a -> () -> IO PrintDialogOptions #

Qopen (QPrintDialog ()) () (IO ()) # 
Instance details

Methods

open :: QPrintDialog () -> () -> IO () #

Qopen (QPrintDialogSc a) () (IO ()) # 
Instance details

Methods

open :: QPrintDialogSc a -> () -> IO () #

QheightForWidth (QPrintDialog ()) Int (IO Int) # 
Instance details

Methods

heightForWidth :: QPrintDialog () -> Int -> IO Int #

QheightForWidth (QPrintDialogSc a) Int (IO Int) # 
Instance details

Methods

heightForWidth :: QPrintDialogSc a -> Int -> IO Int #

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

Methods

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

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

Methods

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

Qexec (QPrintDialog ()) () (IO Int) # 
Instance details

Methods

exec :: QPrintDialog () -> () -> IO Int #

Qexec (QPrintDialogSc a) () (IO Int) # 
Instance details

Methods

exec :: QPrintDialogSc a -> () -> IO Int #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

Qcursor (QPrintDialog ()) () (IO (QCursor ())) # 
Instance details

Methods

cursor :: QPrintDialog () -> () -> IO (QCursor ()) #

Qcursor (QPrintDialogSc a) () (IO (QCursor ())) # 
Instance details

Methods

cursor :: QPrintDialogSc a -> () -> IO (QCursor ()) #

Qcreate (QPrintDialog ()) Int (IO ()) # 
Instance details

Methods

create :: QPrintDialog () -> Int -> IO () #

Qcreate (QPrintDialog ()) () (IO ()) # 
Instance details

Methods

create :: QPrintDialog () -> () -> IO () #

Qcreate (QPrintDialogSc a) Int (IO ()) # 
Instance details

Methods

create :: QPrintDialogSc a -> Int -> IO () #

Qcreate (QPrintDialogSc a) () (IO ()) # 
Instance details

Methods

create :: QPrintDialogSc a -> () -> IO () #

Qclose (QPrintDialog ()) () (IO Bool) # 
Instance details

Methods

close :: QPrintDialog () -> () -> IO Bool #

Qclose (QPrintDialogSc a) () (IO Bool) # 
Instance details

Methods

close :: QPrintDialogSc a -> () -> IO Bool #

Qaccept (QPrintDialog ()) () (IO ()) # 
Instance details

Methods

accept :: QPrintDialog () -> () -> IO () #

Qaccept (QPrintDialogSc a) () (IO ()) # 
Instance details

Methods

accept :: QPrintDialogSc a -> () -> IO () #

QuserMethod (QPrintDialog ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

QwheelEvent (QPrintDialog ()) (QWheelEvent t1) # 
Instance details

Methods

wheelEvent :: QPrintDialog () -> QWheelEvent t1 -> IO () #

QwheelEvent (QPrintDialogSc a) (QWheelEvent t1) # 
Instance details

Methods

wheelEvent :: QPrintDialogSc a -> QWheelEvent t1 -> IO () #

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

Methods

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

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

Methods

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

QtabletEvent (QPrintDialog ()) (QTabletEvent t1) # 
Instance details

Methods

tabletEvent :: QPrintDialog () -> QTabletEvent t1 -> IO () #

QtabletEvent (QPrintDialogSc a) (QTabletEvent t1) # 
Instance details

Methods

tabletEvent :: QPrintDialogSc a -> QTabletEvent t1 -> IO () #

QshowEvent (QPrintDialog ()) (QShowEvent t1) # 
Instance details

Methods

showEvent :: QPrintDialog () -> QShowEvent t1 -> IO () #

QshowEvent (QPrintDialogSc a) (QShowEvent t1) # 
Instance details

Methods

showEvent :: QPrintDialogSc a -> QShowEvent t1 -> IO () #

QqsetGeometry (QPrintDialog ()) (QRect t1) # 
Instance details

Methods

qsetGeometry :: QPrintDialog () -> QRect t1 -> IO () #

QqsetGeometry (QPrintDialogSc a) (QRect t1) # 
Instance details

Methods

qsetGeometry :: QPrintDialogSc a -> QRect t1 -> IO () #

QsetFont (QPrintDialog ()) (QFont t1) # 
Instance details

Methods

setFont :: QPrintDialog () -> QFont t1 -> IO () #

QsetFont (QPrintDialogSc a) (QFont t1) # 
Instance details

Methods

setFont :: QPrintDialogSc a -> QFont t1 -> IO () #

QsetCursor (QPrintDialog ()) (QCursor t1) # 
Instance details

Methods

setCursor :: QPrintDialog () -> QCursor t1 -> IO () #

QsetCursor (QPrintDialogSc a) (QCursor t1) # 
Instance details

Methods

setCursor :: QPrintDialogSc a -> QCursor t1 -> IO () #

QresizeEvent (QPrintDialog ()) (QResizeEvent t1) # 
Instance details

Methods

resizeEvent :: QPrintDialog () -> QResizeEvent t1 -> IO () #

QresizeEvent (QPrintDialogSc a) (QResizeEvent t1) # 
Instance details

Methods

resizeEvent :: QPrintDialogSc a -> QResizeEvent t1 -> IO () #

Qqresize (QPrintDialog ()) (QSize t1) # 
Instance details

Methods

qresize :: QPrintDialog () -> QSize t1 -> IO () #

Qqresize (QPrintDialogSc a) (QSize t1) # 
Instance details

Methods

qresize :: QPrintDialogSc a -> QSize t1 -> IO () #

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

Methods

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

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

Methods

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

QpaintEvent (QPrintDialog ()) (QPaintEvent t1) # 
Instance details

Methods

paintEvent :: QPrintDialog () -> QPaintEvent t1 -> IO () #

QpaintEvent (QPrintDialogSc a) (QPaintEvent t1) # 
Instance details

Methods

paintEvent :: QPrintDialogSc a -> QPaintEvent t1 -> IO () #

QmoveEvent (QPrintDialog ()) (QMoveEvent t1) # 
Instance details

Methods

moveEvent :: QPrintDialog () -> QMoveEvent t1 -> IO () #

QmoveEvent (QPrintDialogSc a) (QMoveEvent t1) # 
Instance details

Methods

moveEvent :: QPrintDialogSc a -> QMoveEvent t1 -> IO () #

Qqmove (QPrintDialog ()) (QPoint t1) # 
Instance details

Methods

qmove :: QPrintDialog () -> QPoint t1 -> IO () #

Qqmove (QPrintDialogSc a) (QPoint t1) # 
Instance details

Methods

qmove :: QPrintDialogSc a -> QPoint t1 -> IO () #

QmouseReleaseEvent (QPrintDialog ()) (QMouseEvent t1) # 
Instance details

Methods

mouseReleaseEvent :: QPrintDialog () -> QMouseEvent t1 -> IO () #

QmouseReleaseEvent (QPrintDialogSc a) (QMouseEvent t1) # 
Instance details

Methods

mouseReleaseEvent :: QPrintDialogSc a -> QMouseEvent t1 -> IO () #

QmousePressEvent (QPrintDialog ()) (QMouseEvent t1) # 
Instance details

Methods

mousePressEvent :: QPrintDialog () -> QMouseEvent t1 -> IO () #

QmousePressEvent (QPrintDialogSc a) (QMouseEvent t1) # 
Instance details

Methods

mousePressEvent :: QPrintDialogSc a -> QMouseEvent t1 -> IO () #

QmouseMoveEvent (QPrintDialog ()) (QMouseEvent t1) # 
Instance details

Methods

mouseMoveEvent :: QPrintDialog () -> QMouseEvent t1 -> IO () #

QmouseMoveEvent (QPrintDialogSc a) (QMouseEvent t1) # 
Instance details

Methods

mouseMoveEvent :: QPrintDialogSc a -> QMouseEvent t1 -> IO () #

QmouseDoubleClickEvent (QPrintDialog ()) (QMouseEvent t1) # 
Instance details

Methods

mouseDoubleClickEvent :: QPrintDialog () -> QMouseEvent t1 -> IO () #

QmouseDoubleClickEvent (QPrintDialogSc a) (QMouseEvent t1) # 
Instance details

QleaveEvent (QPrintDialog ()) (QEvent t1) # 
Instance details

Methods

leaveEvent :: QPrintDialog () -> QEvent t1 -> IO () #

QleaveEvent (QPrintDialogSc a) (QEvent t1) # 
Instance details

Methods

leaveEvent :: QPrintDialogSc a -> QEvent t1 -> IO () #

QkeyReleaseEvent (QPrintDialog ()) (QKeyEvent t1) # 
Instance details

Methods

keyReleaseEvent :: QPrintDialog () -> QKeyEvent t1 -> IO () #

QkeyReleaseEvent (QPrintDialogSc a) (QKeyEvent t1) # 
Instance details

Methods

keyReleaseEvent :: QPrintDialogSc a -> QKeyEvent t1 -> IO () #

QkeyPressEvent (QPrintDialog ()) (QKeyEvent t1) # 
Instance details

Methods

keyPressEvent :: QPrintDialog () -> QKeyEvent t1 -> IO () #

QkeyPressEvent (QPrintDialogSc a) (QKeyEvent t1) # 
Instance details

Methods

keyPressEvent :: QPrintDialogSc a -> QKeyEvent t1 -> IO () #

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

Methods

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

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

Methods

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

QinputMethodEvent (QPrintDialog ()) (QInputMethodEvent t1) # 
Instance details

Methods

inputMethodEvent :: QPrintDialog () -> QInputMethodEvent t1 -> IO () #

QinputMethodEvent (QPrintDialogSc a) (QInputMethodEvent t1) # 
Instance details

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

Methods

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

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

Methods

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

QhideEvent (QPrintDialog ()) (QHideEvent t1) # 
Instance details

Methods

hideEvent :: QPrintDialog () -> QHideEvent t1 -> IO () #

QhideEvent (QPrintDialogSc a) (QHideEvent t1) # 
Instance details

Methods

hideEvent :: QPrintDialogSc a -> QHideEvent t1 -> IO () #

QfocusOutEvent (QPrintDialog ()) (QFocusEvent t1) # 
Instance details

Methods

focusOutEvent :: QPrintDialog () -> QFocusEvent t1 -> IO () #

QfocusOutEvent (QPrintDialogSc a) (QFocusEvent t1) # 
Instance details

Methods

focusOutEvent :: QPrintDialogSc a -> QFocusEvent t1 -> IO () #

QfocusInEvent (QPrintDialog ()) (QFocusEvent t1) # 
Instance details

Methods

focusInEvent :: QPrintDialog () -> QFocusEvent t1 -> IO () #

QfocusInEvent (QPrintDialogSc a) (QFocusEvent t1) # 
Instance details

Methods

focusInEvent :: QPrintDialogSc a -> QFocusEvent t1 -> IO () #

QenterEvent (QPrintDialog ()) (QEvent t1) # 
Instance details

Methods

enterEvent :: QPrintDialog () -> QEvent t1 -> IO () #

QenterEvent (QPrintDialogSc a) (QEvent t1) # 
Instance details

Methods

enterEvent :: QPrintDialogSc a -> QEvent t1 -> IO () #

QdropEvent (QPrintDialog ()) (QDropEvent t1) # 
Instance details

Methods

dropEvent :: QPrintDialog () -> QDropEvent t1 -> IO () #

QdropEvent (QPrintDialogSc a) (QDropEvent t1) # 
Instance details

Methods

dropEvent :: QPrintDialogSc a -> QDropEvent t1 -> IO () #

QdragMoveEvent (QPrintDialog ()) (QDragMoveEvent t1) # 
Instance details

Methods

dragMoveEvent :: QPrintDialog () -> QDragMoveEvent t1 -> IO () #

QdragMoveEvent (QPrintDialogSc a) (QDragMoveEvent t1) # 
Instance details

Methods

dragMoveEvent :: QPrintDialogSc a -> QDragMoveEvent t1 -> IO () #

QdragLeaveEvent (QPrintDialog ()) (QDragLeaveEvent t1) # 
Instance details

Methods

dragLeaveEvent :: QPrintDialog () -> QDragLeaveEvent t1 -> IO () #

QdragLeaveEvent (QPrintDialogSc a) (QDragLeaveEvent t1) # 
Instance details

Methods

dragLeaveEvent :: QPrintDialogSc a -> QDragLeaveEvent t1 -> IO () #

QdragEnterEvent (QPrintDialog ()) (QDragEnterEvent t1) # 
Instance details

Methods

dragEnterEvent :: QPrintDialog () -> QDragEnterEvent t1 -> IO () #

QdragEnterEvent (QPrintDialogSc a) (QDragEnterEvent t1) # 
Instance details

Methods

dragEnterEvent :: QPrintDialogSc a -> QDragEnterEvent t1 -> IO () #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QcontextMenuEvent (QPrintDialog ()) (QContextMenuEvent t1) # 
Instance details

Methods

contextMenuEvent :: QPrintDialog () -> QContextMenuEvent t1 -> IO () #

QcontextMenuEvent (QPrintDialogSc a) (QContextMenuEvent t1) # 
Instance details

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

Methods

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

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

Methods

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

QcloseEvent (QPrintDialog ()) (QCloseEvent t1) # 
Instance details

Methods

closeEvent :: QPrintDialog () -> QCloseEvent t1 -> IO () #

QcloseEvent (QPrintDialogSc a) (QCloseEvent t1) # 
Instance details

Methods

closeEvent :: QPrintDialogSc a -> QCloseEvent t1 -> IO () #

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

Methods

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

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

Methods

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

QchangeEvent (QPrintDialog ()) (QEvent t1) # 
Instance details

Methods

changeEvent :: QPrintDialog () -> QEvent t1 -> IO () #

QchangeEvent (QPrintDialogSc a) (QEvent t1) # 
Instance details

Methods

changeEvent :: QPrintDialogSc a -> QEvent t1 -> IO () #

QadjustPosition (QPrintDialog ()) (QWidget t1) # 
Instance details

Methods

adjustPosition :: QPrintDialog () -> QWidget t1 -> IO () #

QadjustPosition (QPrintDialogSc a) (QWidget t1) # 
Instance details

Methods

adjustPosition :: QPrintDialogSc a -> QWidget t1 -> IO () #

QactionEvent (QPrintDialog ()) (QActionEvent t1) # 
Instance details

Methods

actionEvent :: QPrintDialog () -> QActionEvent t1 -> IO () #

QactionEvent (QPrintDialogSc a) (QActionEvent t1) # 
Instance details

Methods

actionEvent :: QPrintDialogSc a -> QActionEvent t1 -> IO () #

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

Methods

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

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

Methods

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

QaddAction (QPrintDialog ()) (QAction t1) (IO ()) # 
Instance details

Methods

addAction :: QPrintDialog () -> QAction t1 -> IO () #

QaddAction (QPrintDialogSc a) (QAction t1) (IO ()) # 
Instance details

Methods

addAction :: QPrintDialogSc a -> QAction t1 -> IO () #

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

Methods

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

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

Methods

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

QsetOption (QPrintDialog a) (PrintDialogOption, Bool) # 
Instance details

Methods

setOption :: QPrintDialog a -> (PrintDialogOption, Bool) -> IO () #

Qmove (QPrintDialog ()) (Int, Int) # 
Instance details

Methods

move :: QPrintDialog () -> (Int, Int) -> IO () #

Qmove (QPrintDialogSc a) (Int, Int) # 
Instance details

Methods

move :: QPrintDialogSc a -> (Int, Int) -> IO () #

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

Methods

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

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

Methods

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

Qdestroy (QPrintDialog ()) (Bool, Bool) # 
Instance details

Methods

destroy :: QPrintDialog () -> (Bool, Bool) -> IO () #

Qdestroy (QPrintDialogSc a) (Bool, Bool) # 
Instance details

Methods

destroy :: QPrintDialogSc a -> (Bool, Bool) -> IO () #

Qresize (QPrintDialog ()) (Int, Int) (IO ()) # 
Instance details

Methods

resize :: QPrintDialog () -> (Int, Int) -> IO () #

Qresize (QPrintDialogSc a) (Int, Int) (IO ()) # 
Instance details

Methods

resize :: QPrintDialogSc a -> (Int, Int) -> IO () #

Qopen (QPrintDialog a) (QObject t1, String) (IO ()) # 
Instance details

Methods

open :: QPrintDialog a -> (QObject t1, String) -> IO () #

Qcreate (QPrintDialog ()) (Int, Bool) (IO ()) # 
Instance details

Methods

create :: QPrintDialog () -> (Int, Bool) -> IO () #

Qcreate (QPrintDialogSc a) (Int, Bool) (IO ()) # 
Instance details

Methods

create :: QPrintDialogSc a -> (Int, Bool) -> IO () #

QnativeEvent (QPrintDialog ()) (QByteArray t1, QVoid t2, QLongPtr t3) # 
Instance details

Methods

nativeEvent :: QPrintDialog () -> (QByteArray t1, QVoid t2, QLongPtr t3) -> IO Bool #

QnativeEvent (QPrintDialogSc a) (QByteArray t1, QVoid t2, QLongPtr t3) # 
Instance details

Methods

nativeEvent :: QPrintDialogSc a -> (QByteArray t1, QVoid t2, QLongPtr t3) -> IO Bool #

Qcreate (QPrintDialog ()) (Int, Bool, Bool) (IO ()) # 
Instance details

Methods

create :: QPrintDialog () -> (Int, Bool, Bool) -> IO () #

Qcreate (QPrintDialogSc a) (Int, Bool, Bool) (IO ()) # 
Instance details

Methods

create :: QPrintDialogSc a -> (Int, Bool, Bool) -> IO () #

QsetGeometry (QPrintDialog ()) (Int, Int, Int, Int) # 
Instance details

Methods

setGeometry :: QPrintDialog () -> (Int, Int, Int, Int) -> IO () #

QsetGeometry (QPrintDialogSc a) (Int, Int, Int, Int) # 
Instance details

Methods

setGeometry :: QPrintDialogSc a -> (Int, Int, Int, Int) -> IO () #