Safe Haskell | None |
---|
Documentation
Instances
QqPointF () # | |
Defined in Qtc.Core.QPointF | |
QqPointF PointF # | |
Defined in Qtc.Core.QPointF | |
QqPointF Point # | |
Defined in Qtc.Core.QPointF | |
QqPointF (Double, Double) # | |
Defined in Qtc.Core.QPointF |
class QqqPointF_nf x1 where #
qqPointF_nf :: x1 -> IO (QPointF ()) #
Instances
QqqPointF_nf (QPointF t1) # | |
Defined in Qtc.Core.QPointF qqPointF_nf :: QPointF t1 -> IO (QPointF ()) # | |
QqqPointF_nf (QPoint t1) # | |
Defined in Qtc.Core.QPointF qqPointF_nf :: QPoint t1 -> IO (QPointF ()) # |
class QqPointF_nf x1 where #
qPointF_nf :: x1 -> IO (QPointF ()) #
Instances
QqPointF_nf () # | |
Defined in Qtc.Core.QPointF qPointF_nf :: () -> IO (QPointF ()) # | |
QqPointF_nf PointF # | |
Defined in Qtc.Core.QPointF qPointF_nf :: PointF -> IO (QPointF ()) # | |
QqPointF_nf Point # | |
Defined in Qtc.Core.QPointF qPointF_nf :: Point -> IO (QPointF ()) # | |
QqPointF_nf (Double, Double) # | |
Defined in Qtc.Core.QPointF qPointF_nf :: (Double, Double) -> IO (QPointF ()) # |
qPointFDotProduct :: (PointF, PointF) -> IO Double #
qqPointFDotProduct :: (QPointF t1, QPointF t2) -> IO Double #
qPointF_delete :: QPointF a -> IO () #
Orphan instances
QqsetY (QPointF a) Double # | |
QqsetX (QPointF a) Double # | |
QqisNull (QPointF a) () # | |
Qqy (QPointF a) () (IO Double) # | |
Qqx (QPointF a) () (IO Double) # | |
QqtoPoint (QPointF a) () (IO (QPoint ())) # | |
Qqry (QPointF a) () (IO (QDoubleRef ())) # | |
qry :: QPointF a -> () -> IO (QDoubleRef ()) # | |
Qqrx (QPointF a) () (IO (QDoubleRef ())) # | |
qrx :: QPointF a -> () -> IO (QDoubleRef ()) # | |
Qqose (QPointF a) PointF (IO (QPointF ())) # | |
Qqope (QPointF a) PointF (IO (QPointF ())) # | |
Qqome (QPointF a) Double (IO (QPointF ())) # | |
Qqode (QPointF a) Double (IO (QPointF ())) # | |
QqmanhattanLength (QPointF a) () (IO Double) # | |
qmanhattanLength :: QPointF a -> () -> IO Double # | |
Qqqope (QPointF a) (QPointF t1) (IO (QPointF ())) # | |
Qqqose (QPointF a) (QPointF t1) (IO (QPointF ())) # | |