Documentation
class QqSGGeometry_Point2D x1 where #
qSGGeometry_Point2D :: x1 -> IO (QSGGeometry_Point2D ()) #
Instances
QqSGGeometry_Point2D () # | |
Defined in Qtc.Quick.QSGGeometry_Point2D qSGGeometry_Point2D :: () -> IO (QSGGeometry_Point2D ()) # | |
QqSGGeometry_Point2D (QSGGeometry_Point2D t1) # | |
Defined in Qtc.Quick.QSGGeometry_Point2D qSGGeometry_Point2D :: QSGGeometry_Point2D t1 -> IO (QSGGeometry_Point2D ()) # |
class QqSGGeometry_Point2D_nf x1 where #
qSGGeometry_Point2D_nf :: x1 -> IO (QSGGeometry_Point2D ()) #
Instances
QqSGGeometry_Point2D_nf () # | |
Defined in Qtc.Quick.QSGGeometry_Point2D qSGGeometry_Point2D_nf :: () -> IO (QSGGeometry_Point2D ()) # | |
QqSGGeometry_Point2D_nf (QSGGeometry_Point2D t1) # | |
Defined in Qtc.Quick.QSGGeometry_Point2D qSGGeometry_Point2D_nf :: QSGGeometry_Point2D t1 -> IO (QSGGeometry_Point2D ()) # |
qSGGeometry_Point2D_delete :: QSGGeometry_Point2D a -> IO () #
Orphan instances
QqsetY (QSGGeometry_Point2D a) Float # | |
qsetY :: QSGGeometry_Point2D a -> Float -> IO () # | |
QqsetX (QSGGeometry_Point2D a) Float # | |
qsetX :: QSGGeometry_Point2D a -> Float -> IO () # | |
Qqy (QSGGeometry_Point2D a) () (IO Float) # | |
qy :: QSGGeometry_Point2D a -> () -> IO Float # | |
Qqx (QSGGeometry_Point2D a) () (IO Float) # | |
qx :: QSGGeometry_Point2D a -> () -> IO Float # | |
Qset (QSGGeometry_Point2D a) (Float, Float) # | |
set :: QSGGeometry_Point2D a -> (Float, Float) -> IO () # |