Qtc.Location.QGeoRectangle

Contents

Documentation

class QqGeoRectangle x1 where #

Methods

qGeoRectangle :: x1 -> IO (QGeoRectangle ()) #

Instances
QqGeoRectangle () # 
Instance details

Defined in Qtc.Location.QGeoRectangle

Methods

qGeoRectangle :: () -> IO (QGeoRectangle ()) #

QqGeoRectangle [QGeoCoordinate t1] # 
Instance details

Defined in Qtc.Location.QGeoRectangle

Methods

qGeoRectangle :: [QGeoCoordinate t1] -> IO (QGeoRectangle ()) #

QqGeoRectangle (QGeoRectangle t1) # 
Instance details

Defined in Qtc.Location.QGeoRectangle

Methods

qGeoRectangle :: QGeoRectangle t1 -> IO (QGeoRectangle ()) #

QqGeoRectangle (QGeoShape t1) # 
Instance details

Defined in Qtc.Location.QGeoRectangle

Methods

qGeoRectangle :: QGeoShape t1 -> IO (QGeoRectangle ()) #

QqGeoRectangle (QGeoCoordinate t1, QGeoCoordinate t2) # 
Instance details

Defined in Qtc.Location.QGeoRectangle

QqGeoRectangle (QGeoCoordinate t1, Double, Double) # 
Instance details

Defined in Qtc.Location.QGeoRectangle

Methods

qGeoRectangle :: (QGeoCoordinate t1, Double, Double) -> IO (QGeoRectangle ()) #

class QqGeoRectangle_nf x1 where #

Methods

qGeoRectangle_nf :: x1 -> IO (QGeoRectangle ()) #

Instances
QqGeoRectangle_nf () # 
Instance details

Defined in Qtc.Location.QGeoRectangle

Methods

qGeoRectangle_nf :: () -> IO (QGeoRectangle ()) #

QqGeoRectangle_nf [QGeoCoordinate t1] # 
Instance details

Defined in Qtc.Location.QGeoRectangle

QqGeoRectangle_nf (QGeoRectangle t1) # 
Instance details

Defined in Qtc.Location.QGeoRectangle

QqGeoRectangle_nf (QGeoShape t1) # 
Instance details

Defined in Qtc.Location.QGeoRectangle

Methods

qGeoRectangle_nf :: QGeoShape t1 -> IO (QGeoRectangle ()) #

QqGeoRectangle_nf (QGeoCoordinate t1, QGeoCoordinate t2) # 
Instance details

Defined in Qtc.Location.QGeoRectangle

QqGeoRectangle_nf (QGeoCoordinate t1, Double, Double) # 
Instance details

Defined in Qtc.Location.QGeoRectangle

Methods

qGeoRectangle_nf :: (QGeoCoordinate t1, Double, Double) -> IO (QGeoRectangle ()) #

Orphan instances

QtoString (QGeoRectangle ()) () # 
Instance details

Methods

toString :: QGeoRectangle () -> () -> IO String #

QtoString (QGeoRectangleSc a) () # 
Instance details

Methods

toString :: QGeoRectangleSc a -> () -> IO String #

QqsetWidth (QGeoRectangle a) Double # 
Instance details

Methods

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

QqsetHeight (QGeoRectangle a) Double # 
Instance details

Methods

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

QqisValid (QGeoRectangle ()) () # 
Instance details

Methods

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

QqisValid (QGeoRectangleSc a) () # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

QqtopRight (QGeoRectangle a) () (IO (QGeoCoordinate ())) # 
Instance details

Methods

qtopRight :: QGeoRectangle a -> () -> IO (QGeoCoordinate ()) #

QqtopLeft (QGeoRectangle a) () (IO (QGeoCoordinate ())) # 
Instance details

Methods

qtopLeft :: QGeoRectangle a -> () -> IO (QGeoCoordinate ()) #

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

Methods

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

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

Methods

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

Qqcenter (QGeoRectangle ()) () (IO (QGeoCoordinate ())) # 
Instance details

Methods

qcenter :: QGeoRectangle () -> () -> IO (QGeoCoordinate ()) #

Qqcenter (QGeoRectangleSc a) () (IO (QGeoCoordinate ())) # 
Instance details

Methods

qcenter :: QGeoRectangleSc a -> () -> IO (QGeoCoordinate ()) #

QqbottomRight (QGeoRectangle a) () (IO (QGeoCoordinate ())) # 
Instance details

Methods

qbottomRight :: QGeoRectangle a -> () -> IO (QGeoCoordinate ()) #

QqbottomLeft (QGeoRectangle a) () (IO (QGeoCoordinate ())) # 
Instance details

Methods

qbottomLeft :: QGeoRectangle a -> () -> IO (QGeoCoordinate ()) #

QqsetTopRight (QGeoRectangle a) (QGeoCoordinate t1) # 
Instance details

Methods

qsetTopRight :: QGeoRectangle a -> QGeoCoordinate t1 -> IO () #

QqsetTopLeft (QGeoRectangle a) (QGeoCoordinate t1) # 
Instance details

Methods

qsetTopLeft :: QGeoRectangle a -> QGeoCoordinate t1 -> IO () #

QsetCenter (QGeoRectangle a) (QGeoCoordinate t1) # 
Instance details

Methods

setCenter :: QGeoRectangle a -> QGeoCoordinate t1 -> IO () #

QqsetBottomRight (QGeoRectangle a) (QGeoCoordinate t1) # 
Instance details

Methods

qsetBottomRight :: QGeoRectangle a -> QGeoCoordinate t1 -> IO () #

QqsetBottomLeft (QGeoRectangle a) (QGeoCoordinate t1) # 
Instance details

Methods

qsetBottomLeft :: QGeoRectangle a -> QGeoCoordinate t1 -> IO () #

Qqone (QGeoRectangle ()) (QGeoRectangle t1) # 
Instance details

Methods

qone :: QGeoRectangle () -> QGeoRectangle t1 -> IO Bool #

Qqone (QGeoRectangle ()) (QGeoShape t1) # 
Instance details

Methods

qone :: QGeoRectangle () -> QGeoShape t1 -> IO Bool #

Qqone (QGeoRectangleSc a) (QGeoShape t1) # 
Instance details

Methods

qone :: QGeoRectangleSc a -> QGeoShape t1 -> IO Bool #

Qqone (QGeoRectangleSc a) (QGeoRectangle t1) # 
Instance details

Methods

qone :: QGeoRectangleSc a -> QGeoRectangle t1 -> IO Bool #

Qqoe (QGeoRectangle ()) (QGeoRectangle t1) # 
Instance details

Methods

qoe :: QGeoRectangle () -> QGeoRectangle t1 -> IO Bool #

Qqoe (QGeoRectangle ()) (QGeoShape t1) # 
Instance details

Methods

qoe :: QGeoRectangle () -> QGeoShape t1 -> IO Bool #

Qqoe (QGeoRectangleSc a) (QGeoShape t1) # 
Instance details

Methods

qoe :: QGeoRectangleSc a -> QGeoShape t1 -> IO Bool #

Qqoe (QGeoRectangleSc a) (QGeoRectangle t1) # 
Instance details

Methods

qoe :: QGeoRectangleSc a -> QGeoRectangle t1 -> IO Bool #

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

Methods

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

Qqcontains (QGeoRectangle ()) (QGeoRectangle t1) # 
Instance details

Methods

qcontains :: QGeoRectangle () -> QGeoRectangle t1 -> IO Bool #

Qqcontains (QGeoRectangle ()) (QGeoCoordinate t1) # 
Instance details

Methods

qcontains :: QGeoRectangle () -> QGeoCoordinate t1 -> IO Bool #

Qqcontains (QGeoRectangleSc a) (QGeoRectangle t1) # 
Instance details

Methods

qcontains :: QGeoRectangleSc a -> QGeoRectangle t1 -> IO Bool #

Qqcontains (QGeoRectangleSc a) (QGeoCoordinate t1) # 
Instance details

Methods

qcontains :: QGeoRectangleSc a -> QGeoCoordinate t1 -> IO Bool #

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

Methods

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

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

Methods

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

Qqot (QGeoRectangleSc a) (QGeoRectangle t1) (IO (QGeoRectangle ())) # 
Instance details

Methods

qot :: QGeoRectangleSc a -> QGeoRectangle t1 -> IO (QGeoRectangle ()) #

Qqooe (QGeoRectangle a) (QGeoRectangle t1) (IO (QGeoRectangle ())) # 
Instance details

Methods

qooe :: QGeoRectangle a -> QGeoRectangle t1 -> IO (QGeoRectangle ()) #

Qqoo (QGeoRectangle a) (QGeoRectangle t1) (IO (QGeoRectangle ())) # 
Instance details

Methods

qoo :: QGeoRectangle a -> QGeoRectangle t1 -> IO (QGeoRectangle ()) #

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

Methods

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

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

Methods

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