Qtc.Widgets.QGraphicsView

Contents

Documentation

class QqGraphicsViewTrUtf8 x1 where #

Methods

qGraphicsViewTrUtf8 :: x1 -> IO String #

Instances
QqGraphicsViewTrUtf8 String # 
Instance details

Defined in Qtc.Widgets.QGraphicsView

Methods

qGraphicsViewTrUtf8 :: String -> IO String #

QqGraphicsViewTrUtf8 (String, String) # 
Instance details

Defined in Qtc.Widgets.QGraphicsView

Methods

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

QqGraphicsViewTrUtf8 (String, String, Int) # 
Instance details

Defined in Qtc.Widgets.QGraphicsView

Methods

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

class QqGraphicsView x1 where #

Methods

qGraphicsView :: x1 -> IO (QGraphicsView ()) #

Instances
QqGraphicsView () # 
Instance details

Defined in Qtc.Widgets.QGraphicsView

Methods

qGraphicsView :: () -> IO (QGraphicsView ()) #

QqGraphicsView (QWidget t1) # 
Instance details

Defined in Qtc.Widgets.QGraphicsView

Methods

qGraphicsView :: QWidget t1 -> IO (QGraphicsView ()) #

QqGraphicsView (QGraphicsScene t1) # 
Instance details

Defined in Qtc.Widgets.QGraphicsView

QqGraphicsView (QGraphicsScene t1, QWidget t2) # 
Instance details

Defined in Qtc.Widgets.QGraphicsView

Methods

qGraphicsView :: (QGraphicsScene t1, QWidget t2) -> IO (QGraphicsView ()) #

class QcenterOn x1 where #

Methods

centerOn :: QGraphicsView a -> x1 -> IO () #

Instances
QcenterOn PointF # 
Instance details

Defined in Qtc.Widgets.QGraphicsView

Methods

centerOn :: QGraphicsView a -> PointF -> IO () #

QcenterOn (QGraphicsTextItem t1) # 
Instance details

Defined in Qtc.Widgets.QGraphicsView

Methods

centerOn :: QGraphicsView a -> QGraphicsTextItem t1 -> IO () #

QcenterOn (QGraphicsItem t1) # 
Instance details

Defined in Qtc.Widgets.QGraphicsView

Methods

centerOn :: QGraphicsView a -> QGraphicsItem t1 -> IO () #

QcenterOn (Double, Double) # 
Instance details

Defined in Qtc.Widgets.QGraphicsView

Methods

centerOn :: QGraphicsView a -> (Double, Double) -> IO () #

qcenterOn :: QGraphicsView a -> QPointF t1 -> IO () #

dragMode :: QGraphicsView a -> () -> IO DragMode #

class QqfitInView x1 where #

Methods

qfitInView :: QGraphicsView a -> x1 -> IO () #

Instances
QqfitInView (QRectF t1) # 
Instance details

Defined in Qtc.Widgets.QGraphicsView

Methods

qfitInView :: QGraphicsView a -> QRectF t1 -> IO () #

QqfitInView (QRectF t1, AspectRatioMode) # 
Instance details

Defined in Qtc.Widgets.QGraphicsView

Methods

qfitInView :: QGraphicsView a -> (QRectF t1, AspectRatioMode) -> IO () #

isInteractive :: QGraphicsView a -> () -> IO Bool #

isTransformed :: QGraphicsView a -> () -> IO Bool #

resetCachedContent :: QGraphicsView a -> () -> IO () #

qrubberBandRect :: QGraphicsView a -> () -> IO (QRect ()) #

setInteractive :: QGraphicsView a -> Bool -> IO () #

class QsetOptimizationFlag x1 where #

Methods

setOptimizationFlag :: QGraphicsView a -> x1 -> IO () #

Orphan instances

QforegroundBrush (QGraphicsView a) () # 
Instance details

Methods

foregroundBrush :: QGraphicsView a -> () -> IO (QBrush ()) #

QensureVisible (QGraphicsView a) RectF # 
Instance details

Methods

ensureVisible :: QGraphicsView a -> RectF -> IO () #

QqviewportSizeHint (QGraphicsView ()) () # 
Instance details

Methods

qviewportSizeHint :: QGraphicsView () -> () -> IO (QSize ()) #

QqviewportSizeHint (QGraphicsViewSc a) () # 
Instance details

Methods

qviewportSizeHint :: QGraphicsViewSc a -> () -> IO (QSize ()) #

QviewportSizeHint (QGraphicsView ()) () # 
Instance details

Methods

viewportSizeHint :: QGraphicsView () -> () -> IO Size #

QviewportSizeHint (QGraphicsViewSc a) () # 
Instance details

Methods

viewportSizeHint :: QGraphicsViewSc a -> () -> IO Size #

QviewportMargins (QGraphicsView ()) () # 
Instance details

Methods

viewportMargins :: QGraphicsView () -> () -> IO (QMargins ()) #

QviewportMargins (QGraphicsViewSc a) () # 
Instance details

Methods

viewportMargins :: QGraphicsViewSc a -> () -> IO (QMargins ()) #

QupdateSceneRect (QGraphicsView ()) RectF # 
Instance details

Methods

updateSceneRect :: QGraphicsView () -> RectF -> IO () #

QupdateSceneRect (QGraphicsViewSc a) RectF # 
Instance details

Methods

updateSceneRect :: QGraphicsViewSc a -> RectF -> IO () #

QupdateMicroFocus (QGraphicsView ()) () # 
Instance details

Methods

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

QupdateMicroFocus (QGraphicsViewSc a) () # 
Instance details

Methods

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

Qupdate (QGraphicsView ()) () # 
Instance details

Methods

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

Qupdate (QGraphicsViewSc a) () # 
Instance details

Methods

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

QshowNormal (QGraphicsView ()) () # 
Instance details

Methods

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

QshowNormal (QGraphicsViewSc a) () # 
Instance details

Methods

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

QshowMinimized (QGraphicsView ()) () # 
Instance details

Methods

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

QshowMinimized (QGraphicsViewSc a) () # 
Instance details

Methods

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

QshowMaximized (QGraphicsView ()) () # 
Instance details

Methods

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

QshowMaximized (QGraphicsViewSc a) () # 
Instance details

Methods

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

QshowFullScreen (QGraphicsView ()) () # 
Instance details

Methods

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

QshowFullScreen (QGraphicsViewSc a) () # 
Instance details

Methods

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

Qqshow (QGraphicsView ()) () # 
Instance details

Methods

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

Qqshow (QGraphicsViewSc a) () # 
Instance details

Methods

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

QsharedPainter (QGraphicsView ()) () # 
Instance details

Methods

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

QsharedPainter (QGraphicsViewSc a) () # 
Instance details

Methods

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

QsetWindowTitle (QGraphicsView ()) String # 
Instance details

Methods

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

QsetWindowTitle (QGraphicsViewSc a) String # 
Instance details

Methods

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

QsetWindowModified (QGraphicsView ()) Bool # 
Instance details

Methods

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

QsetWindowModified (QGraphicsViewSc a) Bool # 
Instance details

Methods

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

QsetVisible (QGraphicsView ()) Bool # 
Instance details

Methods

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

QsetVisible (QGraphicsViewSc a) Bool # 
Instance details

Methods

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

QsetStyleSheet (QGraphicsView ()) String # 
Instance details

Methods

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

QsetStyleSheet (QGraphicsViewSc a) String # 
Instance details

Methods

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

QsetSceneRect (QGraphicsView a) RectF # 
Instance details

Methods

setSceneRect :: QGraphicsView a -> RectF -> IO () #

QsetRenderHints (QGraphicsView a) QPainter_RenderHints # 
Instance details

QsetRenderHint (QGraphicsView a) QPainter_RenderHint # 
Instance details

QsetHidden (QGraphicsView ()) Bool # 
Instance details

Methods

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

QsetHidden (QGraphicsViewSc a) Bool # 
Instance details

Methods

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

QsetGeometry (QGraphicsView ()) Rect # 
Instance details

Methods

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

QsetGeometry (QGraphicsViewSc a) Rect # 
Instance details

Methods

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

QsetEnabled (QGraphicsView ()) Bool # 
Instance details

Methods

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

QsetEnabled (QGraphicsViewSc a) Bool # 
Instance details

Methods

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

QsetDisabled (QGraphicsView ()) Bool # 
Instance details

Methods

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

QsetDisabled (QGraphicsViewSc a) Bool # 
Instance details

Methods

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

QsetCacheMode (QGraphicsView a) CacheModeFlags # 
Instance details

Methods

setCacheMode :: QGraphicsView a -> CacheModeFlags -> IO () #

QsenderSignalIndex (QGraphicsView ()) () # 
Instance details

Methods

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

QsenderSignalIndex (QGraphicsViewSc a) () # 
Instance details

Methods

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

Qsender (QGraphicsView ()) () # 
Instance details

Methods

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

Qsender (QGraphicsViewSc a) () # 
Instance details

Methods

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

QqsceneRect (QGraphicsView a) () # 
Instance details

Methods

qsceneRect :: QGraphicsView a -> () -> IO (QRectF ()) #

QsceneRect (QGraphicsView a) () # 
Instance details

Methods

sceneRect :: QGraphicsView a -> () -> IO RectF #

QresetTransform (QGraphicsView a) () # 
Instance details

Methods

resetTransform :: QGraphicsView a -> () -> IO () #

QresetMatrix (QGraphicsView a) () # 
Instance details

Methods

resetMatrix :: QGraphicsView a -> () -> IO () #

Qrepaint (QGraphicsView ()) () # 
Instance details

Methods

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

Qrepaint (QGraphicsViewSc a) () # 
Instance details

Methods

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

QrenderHints (QGraphicsView a) () # 
Instance details

Qreceivers (QGraphicsView ()) String # 
Instance details

Methods

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

Qreceivers (QGraphicsViewSc a) String # 
Instance details

Methods

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

Qraise (QGraphicsView ()) () # 
Instance details

Methods

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

Qraise (QGraphicsViewSc a) () # 
Instance details

Methods

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

QpaintEngine (QGraphicsView ()) () # 
Instance details

Methods

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

QpaintEngine (QGraphicsViewSc a) () # 
Instance details

Methods

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

Qmove (QGraphicsView ()) Point # 
Instance details

Methods

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

Qmove (QGraphicsViewSc a) Point # 
Instance details

Methods

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

QqminimumSizeHint (QGraphicsView ()) () # 
Instance details

Methods

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

QqminimumSizeHint (QGraphicsViewSc a) () # 
Instance details

Methods

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

QminimumSizeHint (QGraphicsView ()) () # 
Instance details

Methods

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

QminimumSizeHint (QGraphicsViewSc a) () # 
Instance details

Methods

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

Qmetric (QGraphicsView ()) PaintDeviceMetric # 
Instance details

Methods

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

Qmetric (QGraphicsViewSc a) PaintDeviceMetric # 
Instance details

Methods

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

Qlower (QGraphicsView ()) () # 
Instance details

Methods

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

Qlower (QGraphicsViewSc a) () # 
Instance details

Methods

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

QisEnabled (QGraphicsView ()) () # 
Instance details

Methods

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

QisEnabled (QGraphicsViewSc a) () # 
Instance details

Methods

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

QinvalidateScene (QGraphicsView ()) () # 
Instance details

Methods

invalidateScene :: QGraphicsView () -> () -> IO () #

QinvalidateScene (QGraphicsView ()) RectF # 
Instance details

Methods

invalidateScene :: QGraphicsView () -> RectF -> IO () #

QinvalidateScene (QGraphicsViewSc a) RectF # 
Instance details

Methods

invalidateScene :: QGraphicsViewSc a -> RectF -> IO () #

QinvalidateScene (QGraphicsViewSc a) () # 
Instance details

Methods

invalidateScene :: QGraphicsViewSc a -> () -> IO () #

QinputMethodQuery (QGraphicsView ()) InputMethodQuery # 
Instance details

QinputMethodQuery (QGraphicsViewSc a) InputMethodQuery # 
Instance details

Qhide (QGraphicsView ()) () # 
Instance details

Methods

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

Qhide (QGraphicsViewSc a) () # 
Instance details

Methods

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

QhasHeightForWidth (QGraphicsView ()) () # 
Instance details

Methods

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

QhasHeightForWidth (QGraphicsViewSc a) () # 
Instance details

Methods

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

Qfont (QGraphicsView ()) () # 
Instance details

Methods

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

Qfont (QGraphicsViewSc a) () # 
Instance details

Methods

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

QfocusPreviousChild (QGraphicsView ()) () # 
Instance details

Methods

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

QfocusPreviousChild (QGraphicsViewSc a) () # 
Instance details

Methods

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

QfocusNextPrevChild (QGraphicsView ()) Bool # 
Instance details

Methods

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

QfocusNextPrevChild (QGraphicsViewSc a) Bool # 
Instance details

Methods

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

QfocusNextChild (QGraphicsView ()) () # 
Instance details

Methods

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

QfocusNextChild (QGraphicsViewSc a) () # 
Instance details

Methods

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

QfitInView (QGraphicsView a) RectF # 
Instance details

Methods

fitInView :: QGraphicsView a -> RectF -> IO () #

QdevType (QGraphicsView ()) () # 
Instance details

Methods

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

QdevType (QGraphicsViewSc a) () # 
Instance details

Methods

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

Qdestroy (QGraphicsView ()) Bool # 
Instance details

Methods

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

Qdestroy (QGraphicsView ()) () # 
Instance details

Methods

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

Qdestroy (QGraphicsViewSc a) Bool # 
Instance details

Methods

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

Qdestroy (QGraphicsViewSc a) () # 
Instance details

Methods

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

QbackgroundBrush (QGraphicsView a) () # 
Instance details

Methods

backgroundBrush :: QGraphicsView a -> () -> IO (QBrush ()) #

QcolorCount (QGraphicsView ()) () # 
Instance details

Methods

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

QcolorCount (QGraphicsViewSc a) () # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

Qtransform (QGraphicsView a) () (IO (QTransform ())) # 
Instance details

Methods

transform :: QGraphicsView a -> () -> IO (QTransform ()) #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QsetFocus (QGraphicsView ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

QsetAlignment (QGraphicsView ()) Qt_Alignment (IO ()) # 
Instance details

Methods

setAlignment :: QGraphicsView () -> Qt_Alignment -> IO () #

QsetAlignment (QGraphicsViewSc a) Qt_Alignment (IO ()) # 
Instance details

Methods

setAlignment :: QGraphicsViewSc a -> Qt_Alignment -> IO () #

Qscene (QGraphicsView a) () (IO (QGraphicsScene ())) # 
Instance details

Methods

scene :: QGraphicsView a -> () -> IO (QGraphicsScene ()) #

Qrotate (QGraphicsView a) Double (IO ()) # 
Instance details

Methods

rotate :: QGraphicsView a -> Double -> IO () #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

Qmatrix (QGraphicsView a) () (IO (QMatrix ())) # 
Instance details

Methods

matrix :: QGraphicsView a -> () -> IO (QMatrix ()) #

QmapToScene (QGraphicsView a) Rect (IO (QPolygonF ())) # 
Instance details

Methods

mapToScene :: QGraphicsView a -> Rect -> IO (QPolygonF ()) #

QmapToScene (QGraphicsView a) Point (IO PointF) # 
Instance details

Methods

mapToScene :: QGraphicsView a -> Point -> IO PointF #

QmapFromScene (QGraphicsView a) RectF (IO (QPolygon ())) # 
Instance details

Methods

mapFromScene :: QGraphicsView a -> RectF -> IO (QPolygon ()) #

QmapFromScene (QGraphicsView a) PointF (IO Point) # 
Instance details

Methods

mapFromScene :: QGraphicsView a -> PointF -> IO Point #

Qitems (QGraphicsView a) Rect (IO [QGraphicsItem ()]) # 
Instance details

Methods

items :: QGraphicsView a -> Rect -> IO [QGraphicsItem ()] #

Qitems (QGraphicsView a) Point (IO [QGraphicsItem ()]) # 
Instance details

Methods

items :: QGraphicsView a -> Point -> IO [QGraphicsItem ()] #

Qitems (QGraphicsView a) () (IO [QGraphicsItem ()]) # 
Instance details

Methods

items :: QGraphicsView a -> () -> IO [QGraphicsItem ()] #

QitemAt (QGraphicsView a) Point (IO (QGraphicsItem ())) # 
Instance details

Methods

itemAt :: QGraphicsView a -> Point -> IO (QGraphicsItem ()) #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

Qcreate (QGraphicsView ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QcacheMode (QGraphicsView a) () (IO CacheModeFlags) # 
Instance details

Methods

cacheMode :: QGraphicsView a -> () -> IO CacheModeFlags #

Qalignment (QGraphicsView a) () (IO Qt_Alignment) # 
Instance details

Methods

alignment :: QGraphicsView a -> () -> IO Qt_Alignment #

QuserMethod (QGraphicsView ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

QsetForegroundBrush (QGraphicsView a) (QBrush t1) # 
Instance details

Methods

setForegroundBrush :: QGraphicsView a -> QBrush t1 -> IO () #

Qqitems (QGraphicsView a) (QRect t1) # 
Instance details

Methods

qitems :: QGraphicsView a -> QRect t1 -> IO [QGraphicsItem ()] #

Qqitems (QGraphicsView a) (QPoint t1) # 
Instance details

Methods

qitems :: QGraphicsView a -> QPoint t1 -> IO [QGraphicsItem ()] #

QqensureVisible (QGraphicsView a) (QRectF t1) # 
Instance details

Methods

qensureVisible :: QGraphicsView a -> QRectF t1 -> IO () #

QensureVisible (QGraphicsView a) (QGraphicsTextItem t1) # 
Instance details

Methods

ensureVisible :: QGraphicsView a -> QGraphicsTextItem t1 -> IO () #

QensureVisible (QGraphicsView a) (QGraphicsItem t1) # 
Instance details

Methods

ensureVisible :: QGraphicsView a -> QGraphicsItem t1 -> IO () #

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

Methods

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

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

Methods

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

QviewportEvent (QGraphicsView ()) (QEvent t1) # 
Instance details

Methods

viewportEvent :: QGraphicsView () -> QEvent t1 -> IO Bool #

QviewportEvent (QGraphicsViewSc a) (QEvent t1) # 
Instance details

Methods

viewportEvent :: QGraphicsViewSc a -> QEvent t1 -> IO Bool #

QqupdateSceneRect (QGraphicsView ()) (QRectF t1) # 
Instance details

Methods

qupdateSceneRect :: QGraphicsView () -> QRectF t1 -> IO () #

QqupdateSceneRect (QGraphicsViewSc a) (QRectF t1) # 
Instance details

Methods

qupdateSceneRect :: QGraphicsViewSc a -> QRectF t1 -> IO () #

QupdateScene (QGraphicsView ()) [QRectF t1] # 
Instance details

Methods

updateScene :: QGraphicsView () -> [QRectF t1] -> IO () #

QupdateScene (QGraphicsViewSc a) [QRectF t1] # 
Instance details

Methods

updateScene :: QGraphicsViewSc a -> [QRectF t1] -> IO () #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QsetupViewport (QGraphicsView ()) (QWidget t1) # 
Instance details

Methods

setupViewport :: QGraphicsView () -> QWidget t1 -> IO () #

QsetupViewport (QGraphicsViewSc a) (QWidget t1) # 
Instance details

Methods

setupViewport :: QGraphicsViewSc a -> QWidget t1 -> IO () #

QsetViewportMargins (QGraphicsView ()) (QMargins t1) # 
Instance details

Methods

setViewportMargins :: QGraphicsView () -> QMargins t1 -> IO () #

QsetViewportMargins (QGraphicsViewSc a) (QMargins t1) # 
Instance details

Methods

setViewportMargins :: QGraphicsViewSc a -> QMargins t1 -> IO () #

QsetTransform (QGraphicsView a) (QTransform t1) # 
Instance details

Methods

setTransform :: QGraphicsView a -> QTransform t1 -> IO () #

QqsetSceneRect (QGraphicsView a) (QRectF t1) # 
Instance details

Methods

qsetSceneRect :: QGraphicsView a -> QRectF t1 -> IO () #

QsetScene (QGraphicsView a) (QGraphicsScene t1) # 
Instance details

Methods

setScene :: QGraphicsView a -> QGraphicsScene t1 -> IO () #

QsetMatrix (QGraphicsView a) (QMatrix t1) # 
Instance details

Methods

setMatrix :: QGraphicsView a -> QMatrix t1 -> IO () #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QsetBackgroundBrush (QGraphicsView a) (QBrush t1) # 
Instance details

Methods

setBackgroundBrush :: QGraphicsView a -> QBrush t1 -> IO () #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

Qrender (QGraphicsView a) (QPainter t1) # 
Instance details

Methods

render :: QGraphicsView a -> QPainter t1 -> IO () #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QqinvalidateScene (QGraphicsView ()) (QRectF t1) # 
Instance details

Methods

qinvalidateScene :: QGraphicsView () -> QRectF t1 -> IO () #

QqinvalidateScene (QGraphicsViewSc a) (QRectF t1) # 
Instance details

Methods

qinvalidateScene :: QGraphicsViewSc a -> QRectF t1 -> IO () #

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

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

QinitStyleOption (QGraphicsView ()) (QStyleOptionFrame t1) # 
Instance details

Methods

initStyleOption :: QGraphicsView () -> QStyleOptionFrame t1 -> IO () #

QinitStyleOption (QGraphicsViewSc a) (QStyleOptionFrame t1) # 
Instance details

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QfitInView (QGraphicsView a) (QGraphicsTextItem t1) # 
Instance details

Methods

fitInView :: QGraphicsView a -> QGraphicsTextItem t1 -> IO () #

QfitInView (QGraphicsView a) (QGraphicsItem t1) # 
Instance details

Methods

fitInView :: QGraphicsView a -> QGraphicsItem t1 -> IO () #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QdrawFrame (QGraphicsView ()) (QPainter t1) # 
Instance details

Methods

drawFrame :: QGraphicsView () -> QPainter t1 -> IO () #

QdrawFrame (QGraphicsViewSc a) (QPainter t1) # 
Instance details

Methods

drawFrame :: QGraphicsViewSc a -> QPainter t1 -> IO () #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QqmapToScene (QGraphicsView a) (QRect t1) (IO (QPolygonF ())) # 
Instance details

Methods

qmapToScene :: QGraphicsView a -> QRect t1 -> IO (QPolygonF ()) #

QqmapToScene (QGraphicsView a) (QPoint t1) (IO (QPointF ())) # 
Instance details

Methods

qmapToScene :: QGraphicsView a -> QPoint t1 -> IO (QPointF ()) #

QmapToScene (QGraphicsView a) (QPolygon t1) (IO (QPolygonF ())) # 
Instance details

Methods

mapToScene :: QGraphicsView a -> QPolygon t1 -> IO (QPolygonF ()) #

QmapToScene (QGraphicsView a) (QPainterPath t1) (IO (QPainterPath ())) # 
Instance details

Methods

mapToScene :: QGraphicsView a -> QPainterPath t1 -> IO (QPainterPath ()) #

QqmapFromScene (QGraphicsView a) (QRectF t1) (IO (QPolygon ())) # 
Instance details

Methods

qmapFromScene :: QGraphicsView a -> QRectF t1 -> IO (QPolygon ()) #

QqmapFromScene (QGraphicsView a) (QPointF t1) (IO (QPoint ())) # 
Instance details

Methods

qmapFromScene :: QGraphicsView a -> QPointF t1 -> IO (QPoint ()) #

QmapFromScene (QGraphicsView a) (QPolygonF t1) (IO (QPolygon ())) # 
Instance details

Methods

mapFromScene :: QGraphicsView a -> QPolygonF t1 -> IO (QPolygon ()) #

QmapFromScene (QGraphicsView a) (QPainterPath t1) (IO (QPainterPath ())) # 
Instance details

Qitems (QGraphicsView a) (QPolygon t1) (IO [QGraphicsItem ()]) # 
Instance details

Methods

items :: QGraphicsView a -> QPolygon t1 -> IO [QGraphicsItem ()] #

Qitems (QGraphicsView a) (QPainterPath t1) (IO [QGraphicsItem ()]) # 
Instance details

Methods

items :: QGraphicsView a -> QPainterPath t1 -> IO [QGraphicsItem ()] #

QqitemAt (QGraphicsView a) (QPoint t1) (IO (QGraphicsItem ())) # 
Instance details

Methods

qitemAt :: QGraphicsView a -> QPoint t1 -> IO (QGraphicsItem ()) #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

Qqitems (QGraphicsView a) (QRect t1, ItemSelectionMode) # 
Instance details

Methods

qitems :: QGraphicsView a -> (QRect t1, ItemSelectionMode) -> IO [QGraphicsItem ()] #

QqensureVisible (QGraphicsView a) (QRectF t1, Int) # 
Instance details

Methods

qensureVisible :: QGraphicsView a -> (QRectF t1, Int) -> IO () #

QensureVisible (QGraphicsView a) (RectF, Int) # 
Instance details

Methods

ensureVisible :: QGraphicsView a -> (RectF, Int) -> IO () #

QensureVisible (QGraphicsView a) (QGraphicsTextItem t1, Int) # 
Instance details

Methods

ensureVisible :: QGraphicsView a -> (QGraphicsTextItem t1, Int) -> IO () #

QensureVisible (QGraphicsView a) (QGraphicsItem t1, Int) # 
Instance details

Methods

ensureVisible :: QGraphicsView a -> (QGraphicsItem t1, Int) -> IO () #

QsetTransform (QGraphicsView a) (QTransform t1, Bool) # 
Instance details

Methods

setTransform :: QGraphicsView a -> (QTransform t1, Bool) -> IO () #

QsetRenderHint (QGraphicsView a) (QPainter_RenderHint, Bool) # 
Instance details

Methods

setRenderHint :: QGraphicsView a -> (QPainter_RenderHint, Bool) -> IO () #

QsetMatrix (QGraphicsView a) (QMatrix t1, Bool) # 
Instance details

Methods

setMatrix :: QGraphicsView a -> (QMatrix t1, Bool) -> IO () #

QscrollContentsBy (QGraphicsView ()) (Int, Int) # 
Instance details

Methods

scrollContentsBy :: QGraphicsView () -> (Int, Int) -> IO () #

QscrollContentsBy (QGraphicsViewSc a) (Int, Int) # 
Instance details

Methods

scrollContentsBy :: QGraphicsViewSc a -> (Int, Int) -> IO () #

Qqrender (QGraphicsView a) (QPainter t1, QRectF t2) # 
Instance details

Methods

qrender :: QGraphicsView a -> (QPainter t1, QRectF t2) -> IO () #

Qrender (QGraphicsView a) (QPainter t1, RectF) # 
Instance details

Methods

render :: QGraphicsView a -> (QPainter t1, RectF) -> IO () #

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

Methods

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

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

Methods

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

QqinvalidateScene (QGraphicsView ()) (QRectF t1, SceneLayers) # 
Instance details

Methods

qinvalidateScene :: QGraphicsView () -> (QRectF t1, SceneLayers) -> IO () #

QqinvalidateScene (QGraphicsViewSc a) (QRectF t1, SceneLayers) # 
Instance details

Methods

qinvalidateScene :: QGraphicsViewSc a -> (QRectF t1, SceneLayers) -> IO () #

QinvalidateScene (QGraphicsView ()) (RectF, SceneLayers) # 
Instance details

Methods

invalidateScene :: QGraphicsView () -> (RectF, SceneLayers) -> IO () #

QinvalidateScene (QGraphicsViewSc a) (RectF, SceneLayers) # 
Instance details

QfitInView (QGraphicsView a) (RectF, AspectRatioMode) # 
Instance details

Methods

fitInView :: QGraphicsView a -> (RectF, AspectRatioMode) -> IO () #

QfitInView (QGraphicsView a) (QGraphicsTextItem t1, AspectRatioMode) # 
Instance details

QfitInView (QGraphicsView a) (QGraphicsItem t1, AspectRatioMode) # 
Instance details

Methods

fitInView :: QGraphicsView a -> (QGraphicsItem t1, AspectRatioMode) -> IO () #

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

Methods

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

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

Methods

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

QqdrawForeground (QGraphicsView ()) (QPainter t1, QRectF t2) # 
Instance details

Methods

qdrawForeground :: QGraphicsView () -> (QPainter t1, QRectF t2) -> IO () #

QqdrawForeground (QGraphicsViewSc a) (QPainter t1, QRectF t2) # 
Instance details

Methods

qdrawForeground :: QGraphicsViewSc a -> (QPainter t1, QRectF t2) -> IO () #

QdrawForeground (QGraphicsView ()) (QPainter t1, RectF) # 
Instance details

Methods

drawForeground :: QGraphicsView () -> (QPainter t1, RectF) -> IO () #

QdrawForeground (QGraphicsViewSc a) (QPainter t1, RectF) # 
Instance details

Methods

drawForeground :: QGraphicsViewSc a -> (QPainter t1, RectF) -> IO () #

QqdrawBackground (QGraphicsView ()) (QPainter t1, QRectF t2) # 
Instance details

Methods

qdrawBackground :: QGraphicsView () -> (QPainter t1, QRectF t2) -> IO () #

QqdrawBackground (QGraphicsViewSc a) (QPainter t1, QRectF t2) # 
Instance details

Methods

qdrawBackground :: QGraphicsViewSc a -> (QPainter t1, QRectF t2) -> IO () #

QdrawBackground (QGraphicsView ()) (QPainter t1, RectF) # 
Instance details

Methods

drawBackground :: QGraphicsView () -> (QPainter t1, RectF) -> IO () #

QdrawBackground (QGraphicsViewSc a) (QPainter t1, RectF) # 
Instance details

Methods

drawBackground :: QGraphicsViewSc a -> (QPainter t1, RectF) -> IO () #

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

Methods

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

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

Methods

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

Qqtranslate (QGraphicsView a) (Double, Double) (IO ()) # 
Instance details

Methods

qtranslate :: QGraphicsView a -> (Double, Double) -> IO () #

Qshear (QGraphicsView a) (Double, Double) (IO ()) # 
Instance details

Methods

shear :: QGraphicsView a -> (Double, Double) -> IO () #

Qqscale (QGraphicsView a) (Double, Double) (IO ()) # 
Instance details

Methods

qscale :: QGraphicsView a -> (Double, Double) -> IO () #

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

Methods

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

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

Methods

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

QqmapToScene (QGraphicsView a) (Int, Int) (IO (QPointF ())) # 
Instance details

Methods

qmapToScene :: QGraphicsView a -> (Int, Int) -> IO (QPointF ()) #

QmapToScene (QGraphicsView a) (Int, Int) (IO PointF) # 
Instance details

Methods

mapToScene :: QGraphicsView a -> (Int, Int) -> IO PointF #

QqmapFromScene (QGraphicsView a) (Double, Double) (IO (QPoint ())) # 
Instance details

Methods

qmapFromScene :: QGraphicsView a -> (Double, Double) -> IO (QPoint ()) #

QmapFromScene (QGraphicsView a) (Double, Double) (IO Point) # 
Instance details

Methods

mapFromScene :: QGraphicsView a -> (Double, Double) -> IO Point #

Qitems (QGraphicsView a) (Rect, ItemSelectionMode) (IO [QGraphicsItem ()]) # 
Instance details

Qitems (QGraphicsView a) (QPolygon t1, ItemSelectionMode) (IO [QGraphicsItem ()]) # 
Instance details

Qitems (QGraphicsView a) (QPainterPath t1, ItemSelectionMode) (IO [QGraphicsItem ()]) # 
Instance details

Qitems (QGraphicsView a) (Int, Int) (IO [QGraphicsItem ()]) # 
Instance details

Methods

items :: QGraphicsView a -> (Int, Int) -> IO [QGraphicsItem ()] #

QitemAt (QGraphicsView a) (Int, Int) (IO (QGraphicsItem ())) # 
Instance details

Methods

itemAt :: QGraphicsView a -> (Int, Int) -> IO (QGraphicsItem ()) #

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

Methods

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

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

Methods

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

QqensureVisible (QGraphicsView a) (QRectF t1, Int, Int) # 
Instance details

Methods

qensureVisible :: QGraphicsView a -> (QRectF t1, Int, Int) -> IO () #

QensureVisible (QGraphicsView a) (RectF, Int, Int) # 
Instance details

Methods

ensureVisible :: QGraphicsView a -> (RectF, Int, Int) -> IO () #

QensureVisible (QGraphicsView a) (QGraphicsTextItem t1, Int, Int) # 
Instance details

Methods

ensureVisible :: QGraphicsView a -> (QGraphicsTextItem t1, Int, Int) -> IO () #

QensureVisible (QGraphicsView a) (QGraphicsItem t1, Int, Int) # 
Instance details

Methods

ensureVisible :: QGraphicsView a -> (QGraphicsItem t1, Int, Int) -> IO () #

Qqrender (QGraphicsView a) (QPainter t1, QRectF t2, QRect t3) # 
Instance details

Methods

qrender :: QGraphicsView a -> (QPainter t1, QRectF t2, QRect t3) -> IO () #

Qrender (QGraphicsView a) (QPainter t1, RectF, Rect) # 
Instance details

Methods

render :: QGraphicsView a -> (QPainter t1, RectF, Rect) -> IO () #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QensureVisible (QGraphicsView a) (Double, Double, Double, Double) # 
Instance details

Methods

ensureVisible :: QGraphicsView a -> (Double, Double, Double, Double) -> IO () #

QsetViewportMargins (QGraphicsView ()) (Int, Int, Int, Int) # 
Instance details

Methods

setViewportMargins :: QGraphicsView () -> (Int, Int, Int, Int) -> IO () #

QsetViewportMargins (QGraphicsViewSc a) (Int, Int, Int, Int) # 
Instance details

Methods

setViewportMargins :: QGraphicsViewSc a -> (Int, Int, Int, Int) -> IO () #

QsetSceneRect (QGraphicsView a) (Double, Double, Double, Double) # 
Instance details

Methods

setSceneRect :: QGraphicsView a -> (Double, Double, Double, Double) -> IO () #

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

Methods

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

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

Methods

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

Qqrender (QGraphicsView a) (QPainter t1, QRectF t2, QRect t3, AspectRatioMode) # 
Instance details

Methods

qrender :: QGraphicsView a -> (QPainter t1, QRectF t2, QRect t3, AspectRatioMode) -> IO () #

Qrender (QGraphicsView a) (QPainter t1, RectF, Rect, AspectRatioMode) # 
Instance details

Methods

render :: QGraphicsView a -> (QPainter t1, RectF, Rect, AspectRatioMode) -> IO () #

QfitInView (QGraphicsView a) (Double, Double, Double, Double) # 
Instance details

Methods

fitInView :: QGraphicsView a -> (Double, Double, Double, Double) -> IO () #

QdrawItems (QGraphicsView ()) (QPainter t1, Int, [QGraphicsItem t3], QStyleOptionGraphicsItem t4) # 
Instance details

Methods

drawItems :: QGraphicsView () -> (QPainter t1, Int, [QGraphicsItem t3], QStyleOptionGraphicsItem t4) -> IO () #

QdrawItems (QGraphicsViewSc a) (QPainter t1, Int, [QGraphicsItem t3], QStyleOptionGraphicsItem t4) # 
Instance details

Methods

drawItems :: QGraphicsViewSc a -> (QPainter t1, Int, [QGraphicsItem t3], QStyleOptionGraphicsItem t4) -> IO () #

QmapToScene (QGraphicsView a) (Int, Int, Int, Int) (IO (QPolygonF ())) # 
Instance details

Methods

mapToScene :: QGraphicsView a -> (Int, Int, Int, Int) -> IO (QPolygonF ()) #

QmapFromScene (QGraphicsView a) (Double, Double, Double, Double) (IO (QPolygon ())) # 
Instance details

Methods

mapFromScene :: QGraphicsView a -> (Double, Double, Double, Double) -> IO (QPolygon ()) #

Qitems (QGraphicsView a) (Int, Int, Int, Int) (IO [QGraphicsItem ()]) # 
Instance details

Methods

items :: QGraphicsView a -> (Int, Int, Int, Int) -> IO [QGraphicsItem ()] #

QensureVisible (QGraphicsView a) (Double, Double, Double, Double, Int) # 
Instance details

Methods

ensureVisible :: QGraphicsView a -> (Double, Double, Double, Double, Int) -> IO () #

QfitInView (QGraphicsView a) (Double, Double, Double, Double, AspectRatioMode) # 
Instance details

Methods

fitInView :: QGraphicsView a -> (Double, Double, Double, Double, AspectRatioMode) -> IO () #

Qitems (QGraphicsView a) (Int, Int, Int, Int, ItemSelectionMode) (IO [QGraphicsItem ()]) # 
Instance details

Methods

items :: QGraphicsView a -> (Int, Int, Int, Int, ItemSelectionMode) -> IO [QGraphicsItem ()] #

QensureVisible (QGraphicsView a) (Double, Double, Double, Double, Int, Int) # 
Instance details

Methods

ensureVisible :: QGraphicsView a -> (Double, Double, Double, Double, Int, Int) -> IO () #