Qtc.Gui.QPolygonF

Contents

Documentation

class QqqPolygonF x1 where #

Methods

qqPolygonF :: x1 -> IO (QPolygonF ()) #

Instances
QqqPolygonF (QRectF t1) # 
Instance details

Defined in Qtc.Gui.QPolygonF

Methods

qqPolygonF :: QRectF t1 -> IO (QPolygonF ()) #

class QqPolygonF x1 where #

Methods

qPolygonF :: x1 -> IO (QPolygonF ()) #

Instances
QqPolygonF Int # 
Instance details

Defined in Qtc.Gui.QPolygonF

Methods

qPolygonF :: Int -> IO (QPolygonF ()) #

QqPolygonF () # 
Instance details

Defined in Qtc.Gui.QPolygonF

Methods

qPolygonF :: () -> IO (QPolygonF ()) #

QqPolygonF RectF # 
Instance details

Defined in Qtc.Gui.QPolygonF

Methods

qPolygonF :: RectF -> IO (QPolygonF ()) #

QqPolygonF [QPointF t1] # 
Instance details

Defined in Qtc.Gui.QPolygonF

Methods

qPolygonF :: [QPointF t1] -> IO (QPolygonF ()) #

QqPolygonF (QPolygon t1) # 
Instance details

Defined in Qtc.Gui.QPolygonF

Methods

qPolygonF :: QPolygon t1 -> IO (QPolygonF ()) #

QqPolygonF (QPolygonF t1) # 
Instance details

Defined in Qtc.Gui.QPolygonF

Methods

qPolygonF :: QPolygonF t1 -> IO (QPolygonF ()) #

class QqqPolygonF_nf x1 where #

Methods

qqPolygonF_nf :: x1 -> IO (QPolygonF ()) #

Instances
QqqPolygonF_nf (QRectF t1) # 
Instance details

Defined in Qtc.Gui.QPolygonF

Methods

qqPolygonF_nf :: QRectF t1 -> IO (QPolygonF ()) #

class QqPolygonF_nf x1 where #

Methods

qPolygonF_nf :: x1 -> IO (QPolygonF ()) #

Instances
QqPolygonF_nf Int # 
Instance details

Defined in Qtc.Gui.QPolygonF

Methods

qPolygonF_nf :: Int -> IO (QPolygonF ()) #

QqPolygonF_nf () # 
Instance details

Defined in Qtc.Gui.QPolygonF

Methods

qPolygonF_nf :: () -> IO (QPolygonF ()) #

QqPolygonF_nf RectF # 
Instance details

Defined in Qtc.Gui.QPolygonF

Methods

qPolygonF_nf :: RectF -> IO (QPolygonF ()) #

QqPolygonF_nf [QPointF t1] # 
Instance details

Defined in Qtc.Gui.QPolygonF

Methods

qPolygonF_nf :: [QPointF t1] -> IO (QPolygonF ()) #

QqPolygonF_nf (QPolygon t1) # 
Instance details

Defined in Qtc.Gui.QPolygonF

Methods

qPolygonF_nf :: QPolygon t1 -> IO (QPolygonF ()) #

QqPolygonF_nf (QPolygonF t1) # 
Instance details

Defined in Qtc.Gui.QPolygonF

Methods

qPolygonF_nf :: QPolygonF t1 -> IO (QPolygonF ()) #

qisClosed :: QPolygonF a -> () -> IO Bool #

Orphan instances

QqtoPolygon (QPolygonF a) () # 
Instance details

Methods

qtoPolygon :: QPolygonF a -> () -> IO (QPolygon ()) #

Qqtranslated (QPolygonF a) PointF (IO (QPolygonF ())) # 
Instance details

Methods

qtranslated :: QPolygonF a -> PointF -> IO (QPolygonF ()) #

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

Methods

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

QqqboundingRect (QPolygonF a) () (IO (QRectF ())) # 
Instance details

Methods

qqboundingRect :: QPolygonF a -> () -> IO (QRectF ()) #

QqboundingRect (QPolygonF a) () (IO RectF) # 
Instance details

Methods

qboundingRect :: QPolygonF a -> () -> IO RectF #

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

Methods

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

Qqswap (QPolygonF ()) (QPolygonF t1) # 
Instance details

Methods

qswap :: QPolygonF () -> QPolygonF t1 -> IO () #

Qqswap (QPolygonFSc a) (QPolygonF t1) # 
Instance details

Methods

qswap :: QPolygonFSc a -> QPolygonF t1 -> IO () #

Qqintersects (QPolygonF a) (QPolygonF t1) # 
Instance details

Methods

qintersects :: QPolygonF a -> QPolygonF t1 -> IO Bool #

Qqunited (QPolygonF a) (QPolygonF t1) (IO (QPolygonF ())) # 
Instance details

Methods

qunited :: QPolygonF a -> QPolygonF t1 -> IO (QPolygonF ()) #

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

Methods

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

Qqot (QPolygonF ()) (QPolygonF t1) (IO (QPolygonF ())) # 
Instance details

Methods

qot :: QPolygonF () -> QPolygonF t1 -> IO (QPolygonF ()) #

Qqot (QPolygonFSc a) (QPolygonF t1) (IO (QPolygonF ())) # 
Instance details

Methods

qot :: QPolygonFSc a -> QPolygonF t1 -> IO (QPolygonF ()) #

Qqintersected (QPolygonF a) (QPolygonF t1) (IO (QPolygonF ())) # 
Instance details

Methods

qintersected :: QPolygonF a -> QPolygonF t1 -> IO (QPolygonF ()) #

Qqsubtracted (QPolygonF a) (QPolygonF t1) (IO (QPolygonF ())) # 
Instance details

Methods

qsubtracted :: QPolygonF a -> QPolygonF t1 -> IO (QPolygonF ()) #

QqqcontainsPoint (QPolygonF a) (QPointF t1, FillRule) # 
Instance details

Methods

qqcontainsPoint :: QPolygonF a -> (QPointF t1, FillRule) -> IO Bool #

QqcontainsPoint (QPolygonF a) (PointF, FillRule) # 
Instance details

Methods

qcontainsPoint :: QPolygonF a -> (PointF, FillRule) -> IO Bool #

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

Methods

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

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

Methods

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