Safe HaskellNone

Qtc.Core.QRectF

Contents

Documentation

class QqqRectF x1 where #

Methods

qqRectF :: x1 -> IO (QRectF ()) #

Instances
QqqRectF (QRectF t1) # 
Instance details

Defined in Qtc.Core.QRectF

Methods

qqRectF :: QRectF t1 -> IO (QRectF ()) #

QqqRectF (QRect t1) # 
Instance details

Defined in Qtc.Core.QRectF

Methods

qqRectF :: QRect t1 -> IO (QRectF ()) #

QqqRectF (QPointF t1, QSizeF t2) # 
Instance details

Defined in Qtc.Core.QRectF

Methods

qqRectF :: (QPointF t1, QSizeF t2) -> IO (QRectF ()) #

QqqRectF (QPointF t1, QPointF t2) # 
Instance details

Defined in Qtc.Core.QRectF

Methods

qqRectF :: (QPointF t1, QPointF t2) -> IO (QRectF ()) #

class QqRectF x1 where #

Methods

qRectF :: x1 -> IO (QRectF ()) #

Instances
QqRectF () # 
Instance details

Defined in Qtc.Core.QRectF

Methods

qRectF :: () -> IO (QRectF ()) #

QqRectF RectF # 
Instance details

Defined in Qtc.Core.QRectF

Methods

qRectF :: RectF -> IO (QRectF ()) #

QqRectF Rect # 
Instance details

Defined in Qtc.Core.QRectF

Methods

qRectF :: Rect -> IO (QRectF ()) #

QqRectF (PointF, SizeF) # 
Instance details

Defined in Qtc.Core.QRectF

Methods

qRectF :: (PointF, SizeF) -> IO (QRectF ()) #

QqRectF (PointF, PointF) # 
Instance details

Defined in Qtc.Core.QRectF

Methods

qRectF :: (PointF, PointF) -> IO (QRectF ()) #

QqRectF (Double, Double, Double, Double) # 
Instance details

Defined in Qtc.Core.QRectF

Methods

qRectF :: (Double, Double, Double, Double) -> IO (QRectF ()) #

class QqqRectF_nf x1 where #

Methods

qqRectF_nf :: x1 -> IO (QRectF ()) #

Instances
QqqRectF_nf (QRectF t1) # 
Instance details

Defined in Qtc.Core.QRectF

Methods

qqRectF_nf :: QRectF t1 -> IO (QRectF ()) #

QqqRectF_nf (QRect t1) # 
Instance details

Defined in Qtc.Core.QRectF

Methods

qqRectF_nf :: QRect t1 -> IO (QRectF ()) #

QqqRectF_nf (QPointF t1, QSizeF t2) # 
Instance details

Defined in Qtc.Core.QRectF

Methods

qqRectF_nf :: (QPointF t1, QSizeF t2) -> IO (QRectF ()) #

QqqRectF_nf (QPointF t1, QPointF t2) # 
Instance details

Defined in Qtc.Core.QRectF

Methods

qqRectF_nf :: (QPointF t1, QPointF t2) -> IO (QRectF ()) #

class QqRectF_nf x1 where #

Methods

qRectF_nf :: x1 -> IO (QRectF ()) #

Instances
QqRectF_nf () # 
Instance details

Defined in Qtc.Core.QRectF

Methods

qRectF_nf :: () -> IO (QRectF ()) #

QqRectF_nf RectF # 
Instance details

Defined in Qtc.Core.QRectF

Methods

qRectF_nf :: RectF -> IO (QRectF ()) #

QqRectF_nf Rect # 
Instance details

Defined in Qtc.Core.QRectF

Methods

qRectF_nf :: Rect -> IO (QRectF ()) #

QqRectF_nf (PointF, SizeF) # 
Instance details

Defined in Qtc.Core.QRectF

Methods

qRectF_nf :: (PointF, SizeF) -> IO (QRectF ()) #

QqRectF_nf (PointF, PointF) # 
Instance details

Defined in Qtc.Core.QRectF

Methods

qRectF_nf :: (PointF, PointF) -> IO (QRectF ()) #

QqRectF_nf (Double, Double, Double, Double) # 
Instance details

Defined in Qtc.Core.QRectF

Methods

qRectF_nf :: (Double, Double, Double, Double) -> IO (QRectF ()) #

qtoAlignedRect :: QRectF a -> () -> IO (QRect ()) #

qRectF_delete :: QRectF a -> IO () #

Orphan instances

QqsetY (QRectF a) Double # 
Instance details

Methods

qsetY :: QRectF a -> Double -> IO () #

QqsetX (QRectF a) Double # 
Instance details

Methods

qsetX :: QRectF a -> Double -> IO () #

QqsetWidth (QRectF a) Double # 
Instance details

Methods

qsetWidth :: QRectF a -> Double -> IO () #

QqsetTopRight (QRectF a) PointF # 
Instance details

Methods

qsetTopRight :: QRectF a -> PointF -> IO () #

QqsetTopLeft (QRectF a) PointF # 
Instance details

Methods

qsetTopLeft :: QRectF a -> PointF -> IO () #

QqsetTop (QRectF a) Double # 
Instance details

Methods

qsetTop :: QRectF a -> Double -> IO () #

QqsetSize (QRectF a) SizeF # 
Instance details

Methods

qsetSize :: QRectF a -> SizeF -> IO () #

QqsetRight (QRectF a) Double # 
Instance details

Methods

qsetRight :: QRectF a -> Double -> IO () #

QqsetLeft (QRectF a) Double # 
Instance details

Methods

qsetLeft :: QRectF a -> Double -> IO () #

QqsetHeight (QRectF a) Double # 
Instance details

Methods

qsetHeight :: QRectF a -> Double -> IO () #

QqsetBottomRight (QRectF a) PointF # 
Instance details

Methods

qsetBottomRight :: QRectF a -> PointF -> IO () #

QqsetBottomLeft (QRectF a) PointF # 
Instance details

Methods

qsetBottomLeft :: QRectF a -> PointF -> IO () #

QqsetBottom (QRectF a) Double # 
Instance details

Methods

qsetBottom :: QRectF a -> Double -> IO () #

QqmoveTo (QRectF a) PointF # 
Instance details

Methods

qmoveTo :: QRectF a -> PointF -> IO () #

QqmoveCenter (QRectF a) PointF # 
Instance details

Methods

qmoveCenter :: QRectF a -> PointF -> IO () #

QqisValid (QRectF ()) () # 
Instance details

Methods

qisValid :: QRectF () -> () -> IO Bool #

QqisValid (QRectFSc a) () # 
Instance details

Methods

qisValid :: QRectFSc a -> () -> IO Bool #

QqisNull (QRectF a) () # 
Instance details

Methods

qisNull :: QRectF a -> () -> IO Bool #

QqisEmpty (QRectF a) () # 
Instance details

Methods

qisEmpty :: QRectF a -> () -> IO Bool #

Qqintersects (QRectF a) RectF # 
Instance details

Methods

qintersects :: QRectF a -> RectF -> IO Bool #

Qqcontains (QRectF ()) RectF # 
Instance details

Methods

qcontains :: QRectF () -> RectF -> IO Bool #

Qqcontains (QRectF ()) PointF # 
Instance details

Methods

qcontains :: QRectF () -> PointF -> IO Bool #

Qqcontains (QRectFSc a) RectF # 
Instance details

Methods

qcontains :: QRectFSc a -> RectF -> IO Bool #

Qqcontains (QRectFSc a) PointF # 
Instance details

Methods

qcontains :: QRectFSc a -> PointF -> IO Bool #

QqmoveTopRight (QRectF a) PointF # 
Instance details

Methods

qmoveTopRight :: QRectF a -> PointF -> IO () #

QqmoveTopLeft (QRectF a) PointF # 
Instance details

Methods

qmoveTopLeft :: QRectF a -> PointF -> IO () #

QqmoveTop (QRectF a) Double # 
Instance details

Methods

qmoveTop :: QRectF a -> Double -> IO () #

QqmoveRight (QRectF a) Double # 
Instance details

Methods

qmoveRight :: QRectF a -> Double -> IO () #

QqmoveLeft (QRectF a) Double # 
Instance details

Methods

qmoveLeft :: QRectF a -> Double -> IO () #

QqmoveBottomRight (QRectF a) PointF # 
Instance details

Methods

qmoveBottomRight :: QRectF a -> PointF -> IO () #

QqmoveBottomLeft (QRectF a) PointF # 
Instance details

Methods

qmoveBottomLeft :: QRectF a -> PointF -> IO () #

QqmoveBottom (QRectF a) Double # 
Instance details

Methods

qmoveBottom :: QRectF a -> Double -> IO () #

Qqy (QRectF a) () (IO Double) # 
Instance details

Methods

qy :: QRectF a -> () -> IO Double #

Qqx (QRectF a) () (IO Double) # 
Instance details

Methods

qx :: QRectF a -> () -> IO Double #

Qqwidth (QRectF ()) () (IO Double) # 
Instance details

Methods

qwidth :: QRectF () -> () -> IO Double #

Qqwidth (QRectFSc a) () (IO Double) # 
Instance details

Methods

qwidth :: QRectFSc a -> () -> IO Double #

Qqunited (QRectF a) RectF (IO RectF) # 
Instance details

Methods

qunited :: QRectF a -> RectF -> IO RectF #

Qqtransposed (QRectF a) () (IO (QRectF ())) # 
Instance details

Methods

qtransposed :: QRectF a -> () -> IO (QRectF ()) #

Qqtranslated (QRectF a) PointF (IO RectF) # 
Instance details

Methods

qtranslated :: QRectF a -> PointF -> IO RectF #

Qqtranslate (QRectF a) PointF (IO ()) # 
Instance details

Methods

qtranslate :: QRectF a -> PointF -> IO () #

QqtopRight (QRectF a) () (IO PointF) # 
Instance details

Methods

qtopRight :: QRectF a -> () -> IO PointF #

QqtopLeft (QRectF a) () (IO PointF) # 
Instance details

Methods

qtopLeft :: QRectF a -> () -> IO PointF #

Qqtop (QRectF a) () (IO Double) # 
Instance details

Methods

qtop :: QRectF a -> () -> IO Double #

QqtoRect (QRectF a) () (IO (QRect ())) # 
Instance details

Methods

qtoRect :: QRectF a -> () -> IO (QRect ()) #

Qqqsize (QRectF a) () (IO (QSizeF ())) # 
Instance details

Methods

qqsize :: QRectF a -> () -> IO (QSizeF ()) #

Qqsize (QRectF a) () (IO SizeF) # 
Instance details

Methods

qsize :: QRectF a -> () -> IO SizeF #

Qqright (QRectF a) () (IO Double) # 
Instance details

Methods

qright :: QRectF a -> () -> IO Double #

Qqooe (QRectF a) RectF (IO (QRectF ())) # 
Instance details

Methods

qooe :: QRectF a -> RectF -> IO (QRectF ()) #

Qqoo (QRectF a) RectF (IO RectF) # 
Instance details

Methods

qoo :: QRectF a -> RectF -> IO RectF #

Qqoae (QRectF a) RectF (IO (QRectF ())) # 
Instance details

Methods

qoae :: QRectF a -> RectF -> IO (QRectF ()) #

Qqoa (QRectF a) RectF (IO RectF) # 
Instance details

Methods

qoa :: QRectF a -> RectF -> IO RectF #

Qqnormalized (QRectF a) () (IO (QRectF ())) # 
Instance details

Methods

qnormalized :: QRectF a -> () -> IO (QRectF ()) #

Qqleft (QRectF a) () (IO Double) # 
Instance details

Methods

qleft :: QRectF a -> () -> IO Double #

Qqintersected (QRectF a) RectF (IO RectF) # 
Instance details

Methods

qintersected :: QRectF a -> RectF -> IO RectF #

Qqheight (QRectF ()) () (IO Double) # 
Instance details

Methods

qheight :: QRectF () -> () -> IO Double #

Qqheight (QRectFSc a) () (IO Double) # 
Instance details

Methods

qheight :: QRectFSc a -> () -> IO Double #

Qqqcenter (QRectF a) () (IO (QPointF ())) # 
Instance details

Methods

qqcenter :: QRectF a -> () -> IO (QPointF ()) #

Qqcenter (QRectF ()) () (IO PointF) # 
Instance details

Methods

qcenter :: QRectF () -> () -> IO PointF #

Qqcenter (QRectFSc a) () (IO PointF) # 
Instance details

Methods

qcenter :: QRectFSc a -> () -> IO PointF #

QqbottomRight (QRectF a) () (IO PointF) # 
Instance details

Methods

qbottomRight :: QRectF a -> () -> IO PointF #

QqbottomLeft (QRectF a) () (IO PointF) # 
Instance details

Methods

qbottomLeft :: QRectF a -> () -> IO PointF #

Qqbottom (QRectF a) () (IO Double) # 
Instance details

Methods

qbottom :: QRectF a -> () -> IO Double #

QqqtopRight (QRectF a) () (IO (QPointF ())) # 
Instance details

Methods

qqtopRight :: QRectF a -> () -> IO (QPointF ()) #

QqqtopLeft (QRectF a) () (IO (QPointF ())) # 
Instance details

Methods

qqtopLeft :: QRectF a -> () -> IO (QPointF ()) #

QqqbottomRight (QRectF a) () (IO (QPointF ())) # 
Instance details

Methods

qqbottomRight :: QRectF a -> () -> IO (QPointF ()) #

QqqbottomLeft (QRectF a) () (IO (QPointF ())) # 
Instance details

Methods

qqbottomLeft :: QRectF a -> () -> IO (QPointF ()) #

Qqqtranslate (QRectF a) (QPointF t1) # 
Instance details

Methods

qqtranslate :: QRectF a -> QPointF t1 -> IO () #

QqqsetSize (QRectF a) (QSizeF t1) # 
Instance details

Methods

qqsetSize :: QRectF a -> QSizeF t1 -> IO () #

QqqmoveTo (QRectF a) (QPointF t1) # 
Instance details

Methods

qqmoveTo :: QRectF a -> QPointF t1 -> IO () #

QqqmoveCenter (QRectF a) (QPointF t1) # 
Instance details

Methods

qqmoveCenter :: QRectF a -> QPointF t1 -> IO () #

Qqqintersects (QRectF a) (QRectF t1) # 
Instance details

Methods

qqintersects :: QRectF a -> QRectF t1 -> IO Bool #

Qqqcontains (QRectF a) (QRectF t1) # 
Instance details

Methods

qqcontains :: QRectF a -> QRectF t1 -> IO Bool #

Qqqcontains (QRectF a) (QPointF t1) # 
Instance details

Methods

qqcontains :: QRectF a -> QPointF t1 -> IO Bool #

QqqsetTopRight (QRectF a) (QPointF t1) # 
Instance details

Methods

qqsetTopRight :: QRectF a -> QPointF t1 -> IO () #

QqqsetTopLeft (QRectF a) (QPointF t1) # 
Instance details

Methods

qqsetTopLeft :: QRectF a -> QPointF t1 -> IO () #

QqqsetBottomRight (QRectF a) (QPointF t1) # 
Instance details

Methods

qqsetBottomRight :: QRectF a -> QPointF t1 -> IO () #

QqqsetBottomLeft (QRectF a) (QPointF t1) # 
Instance details

Methods

qqsetBottomLeft :: QRectF a -> QPointF t1 -> IO () #

QqqmoveTopRight (QRectF a) (QPointF t1) # 
Instance details

Methods

qqmoveTopRight :: QRectF a -> QPointF t1 -> IO () #

QqqmoveTopLeft (QRectF a) (QPointF t1) # 
Instance details

Methods

qqmoveTopLeft :: QRectF a -> QPointF t1 -> IO () #

QqqmoveBottomRight (QRectF a) (QPointF t1) # 
Instance details

Methods

qqmoveBottomRight :: QRectF a -> QPointF t1 -> IO () #

QqqmoveBottomLeft (QRectF a) (QPointF t1) # 
Instance details

Methods

qqmoveBottomLeft :: QRectF a -> QPointF t1 -> IO () #

Qqqunited (QRectF a) (QRectF t1) (IO (QRectF ())) # 
Instance details

Methods

qqunited :: QRectF a -> QRectF t1 -> IO (QRectF ()) #

Qqqtranslated (QRectF a) (QPointF t1) (IO (QRectF ())) # 
Instance details

Methods

qqtranslated :: QRectF a -> QPointF t1 -> IO (QRectF ()) #

Qqose (QRectF a) (QMarginsF t1) (IO (QRectF ())) # 
Instance details

Methods

qose :: QRectF a -> QMarginsF t1 -> IO (QRectF ()) #

Qqope (QRectF a) (QMarginsF t1) (IO (QRectF ())) # 
Instance details

Methods

qope :: QRectF a -> QMarginsF t1 -> IO (QRectF ()) #

Qqqoae (QRectF a) (QRectF t1) (IO (QRectF ())) # 
Instance details

Methods

qqoae :: QRectF a -> QRectF t1 -> IO (QRectF ()) #

Qqqoa (QRectF a) (QRectF t1) (IO (QRectF ())) # 
Instance details

Methods

qqoa :: QRectF a -> QRectF t1 -> IO (QRectF ()) #

Qqqintersected (QRectF a) (QRectF t1) (IO (QRectF ())) # 
Instance details

Methods

qqintersected :: QRectF a -> QRectF t1 -> IO (QRectF ()) #

Qqqooe (QRectF a) (QRectF t1) (IO (QRectF ())) # 
Instance details

Methods

qqooe :: QRectF a -> QRectF t1 -> IO (QRectF ()) #

Qqqoo (QRectF a) (QRectF t1) (IO (QRectF ())) # 
Instance details

Methods

qqoo :: QRectF a -> QRectF t1 -> IO (QRectF ()) #

QqmarginsRemoved (QRectF a) (QMarginsF t1) (IO (QRectF ())) # 
Instance details

Methods

qmarginsRemoved :: QRectF a -> QMarginsF t1 -> IO (QRectF ()) #

QqmarginsAdded (QRectF a) (QMarginsF t1) (IO (QRectF ())) # 
Instance details

Methods

qmarginsAdded :: QRectF a -> QMarginsF t1 -> IO (QRectF ()) #

QqmoveTo (QRectF a) (Double, Double) # 
Instance details

Methods

qmoveTo :: QRectF a -> (Double, Double) -> IO () #

Qqcontains (QRectF ()) (Double, Double) # 
Instance details

Methods

qcontains :: QRectF () -> (Double, Double) -> IO Bool #

Qqcontains (QRectFSc a) (Double, Double) # 
Instance details

Methods

qcontains :: QRectFSc a -> (Double, Double) -> IO Bool #

Qqtranslated (QRectF a) (Double, Double) (IO (QRectF ())) # 
Instance details

Methods

qtranslated :: QRectF a -> (Double, Double) -> IO (QRectF ()) #

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

Methods

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

QqsetRect (QRectF a) (Double, Double, Double, Double) # 
Instance details

Methods

qsetRect :: QRectF a -> (Double, Double, Double, Double) -> IO () #

QqsetCoords (QRectF a) (Double, Double, Double, Double) # 
Instance details

Methods

qsetCoords :: QRectF a -> (Double, Double, Double, Double) -> IO () #

QqgetRect (QRectF a) (QDoublePtr t1, QDoublePtr t2, QDoublePtr t3, QDoublePtr t4) # 
Instance details

Methods

qgetRect :: QRectF a -> (QDoublePtr t1, QDoublePtr t2, QDoublePtr t3, QDoublePtr t4) -> IO () #

QqgetCoords (QRectF a) (QDoublePtr t1, QDoublePtr t2, QDoublePtr t3, QDoublePtr t4) # 
Instance details

Methods

qgetCoords :: QRectF a -> (QDoublePtr t1, QDoublePtr t2, QDoublePtr t3, QDoublePtr t4) -> IO () #

Qqadjust (QRectF a) (Double, Double, Double, Double) # 
Instance details

Methods

qadjust :: QRectF a -> (Double, Double, Double, Double) -> IO () #

Qqadjusted (QRectF a) (Double, Double, Double, Double) (IO (QRectF ())) # 
Instance details

Methods

qadjusted :: QRectF a -> (Double, Double, Double, Double) -> IO (QRectF ()) #