Documentation
class QqGeoRectangle x1 where #
qGeoRectangle :: x1 -> IO (QGeoRectangle ()) #
Instances
QqGeoRectangle () # | |
Defined in Qtc.Location.QGeoRectangle qGeoRectangle :: () -> IO (QGeoRectangle ()) # | |
QqGeoRectangle [QGeoCoordinate t1] # | |
Defined in Qtc.Location.QGeoRectangle qGeoRectangle :: [QGeoCoordinate t1] -> IO (QGeoRectangle ()) # | |
QqGeoRectangle (QGeoRectangle t1) # | |
Defined in Qtc.Location.QGeoRectangle qGeoRectangle :: QGeoRectangle t1 -> IO (QGeoRectangle ()) # | |
QqGeoRectangle (QGeoShape t1) # | |
Defined in Qtc.Location.QGeoRectangle qGeoRectangle :: QGeoShape t1 -> IO (QGeoRectangle ()) # | |
QqGeoRectangle (QGeoCoordinate t1, QGeoCoordinate t2) # | |
Defined in Qtc.Location.QGeoRectangle qGeoRectangle :: (QGeoCoordinate t1, QGeoCoordinate t2) -> IO (QGeoRectangle ()) # | |
QqGeoRectangle (QGeoCoordinate t1, Double, Double) # | |
Defined in Qtc.Location.QGeoRectangle qGeoRectangle :: (QGeoCoordinate t1, Double, Double) -> IO (QGeoRectangle ()) # |
class QqGeoRectangle_nf x1 where #
qGeoRectangle_nf :: x1 -> IO (QGeoRectangle ()) #
Instances
QqGeoRectangle_nf () # | |
Defined in Qtc.Location.QGeoRectangle qGeoRectangle_nf :: () -> IO (QGeoRectangle ()) # | |
QqGeoRectangle_nf [QGeoCoordinate t1] # | |
Defined in Qtc.Location.QGeoRectangle qGeoRectangle_nf :: [QGeoCoordinate t1] -> IO (QGeoRectangle ()) # | |
QqGeoRectangle_nf (QGeoRectangle t1) # | |
Defined in Qtc.Location.QGeoRectangle qGeoRectangle_nf :: QGeoRectangle t1 -> IO (QGeoRectangle ()) # | |
QqGeoRectangle_nf (QGeoShape t1) # | |
Defined in Qtc.Location.QGeoRectangle qGeoRectangle_nf :: QGeoShape t1 -> IO (QGeoRectangle ()) # | |
QqGeoRectangle_nf (QGeoCoordinate t1, QGeoCoordinate t2) # | |
Defined in Qtc.Location.QGeoRectangle qGeoRectangle_nf :: (QGeoCoordinate t1, QGeoCoordinate t2) -> IO (QGeoRectangle ()) # | |
QqGeoRectangle_nf (QGeoCoordinate t1, Double, Double) # | |
Defined in Qtc.Location.QGeoRectangle qGeoRectangle_nf :: (QGeoCoordinate t1, Double, Double) -> IO (QGeoRectangle ()) # |
extendRectangle :: QGeoRectangle a -> QGeoCoordinate t1 -> IO () #
qGeoRectangle_delete :: QGeoRectangle a -> IO () #