Documentation
class QqqwtPoint3D x1 where #
qqwtPoint3D :: x1 -> IO (QwtPoint3D ()) #
Instances
QqqwtPoint3D (QPointF t1) # | |
Defined in Qtc.Qwt.QwtPoint3D qqwtPoint3D :: QPointF t1 -> IO (QwtPoint3D ()) # |
class QqwtPoint3D x1 where #
qwtPoint3D :: x1 -> IO (QwtPoint3D ()) #
Instances
QqwtPoint3D () # | |
Defined in Qtc.Qwt.QwtPoint3D qwtPoint3D :: () -> IO (QwtPoint3D ()) # | |
QqwtPoint3D PointF # | |
Defined in Qtc.Qwt.QwtPoint3D qwtPoint3D :: PointF -> IO (QwtPoint3D ()) # | |
QqwtPoint3D (QwtPoint3D t1) # | |
Defined in Qtc.Qwt.QwtPoint3D qwtPoint3D :: QwtPoint3D t1 -> IO (QwtPoint3D ()) # | |
QqwtPoint3D (Double, Double, Double) # | |
Defined in Qtc.Qwt.QwtPoint3D qwtPoint3D :: (Double, Double, Double) -> IO (QwtPoint3D ()) # |
class QqqwtPoint3D_nf x1 where #
qqwtPoint3D_nf :: x1 -> IO (QwtPoint3D ()) #
Instances
QqqwtPoint3D_nf (QPointF t1) # | |
Defined in Qtc.Qwt.QwtPoint3D qqwtPoint3D_nf :: QPointF t1 -> IO (QwtPoint3D ()) # |
class QqwtPoint3D_nf x1 where #
qwtPoint3D_nf :: x1 -> IO (QwtPoint3D ()) #
Instances
QqwtPoint3D_nf () # | |
Defined in Qtc.Qwt.QwtPoint3D qwtPoint3D_nf :: () -> IO (QwtPoint3D ()) # | |
QqwtPoint3D_nf PointF # | |
Defined in Qtc.Qwt.QwtPoint3D qwtPoint3D_nf :: PointF -> IO (QwtPoint3D ()) # | |
QqwtPoint3D_nf (QwtPoint3D t1) # | |
Defined in Qtc.Qwt.QwtPoint3D qwtPoint3D_nf :: QwtPoint3D t1 -> IO (QwtPoint3D ()) # | |
QqwtPoint3D_nf (Double, Double, Double) # | |
Defined in Qtc.Qwt.QwtPoint3D qwtPoint3D_nf :: (Double, Double, Double) -> IO (QwtPoint3D ()) # |
rz :: QwtPoint3D a -> () -> IO (QDoubleRef ()) #
qwtPoint3D_delete :: QwtPoint3D a -> IO () #
Orphan instances
QsetZ (QwtPoint3D a) Double # | |
setZ :: QwtPoint3D a -> Double -> IO () # | |
QqsetY (QwtPoint3D a) Double # | |
qsetY :: QwtPoint3D a -> Double -> IO () # | |
QqsetX (QwtPoint3D a) Double # | |
qsetX :: QwtPoint3D a -> Double -> IO () # | |
QqisNull (QwtPoint3D a) () # | |
qisNull :: QwtPoint3D a -> () -> IO Bool # | |
Qz (QwtPoint3D a) () (IO Double) # | |
z :: QwtPoint3D a -> () -> IO Double # | |
Qqy (QwtPoint3D a) () (IO Double) # | |
qy :: QwtPoint3D a -> () -> IO Double # | |
Qqx (QwtPoint3D a) () (IO Double) # | |
qx :: QwtPoint3D a -> () -> IO Double # | |
QqqtoPoint (QwtPoint3D a) () (IO (QPointF ())) # | |
qqtoPoint :: QwtPoint3D a -> () -> IO (QPointF ()) # | |
QqtoPoint (QwtPoint3D a) () (IO PointF) # | |
qtoPoint :: QwtPoint3D a -> () -> IO PointF # | |
Qqry (QwtPoint3D a) () (IO (QDoubleRef ())) # | |
qry :: QwtPoint3D a -> () -> IO (QDoubleRef ()) # | |
Qqrx (QwtPoint3D a) () (IO (QDoubleRef ())) # | |
qrx :: QwtPoint3D a -> () -> IO (QDoubleRef ()) # | |
Qqone (QwtPoint3D ()) (QwtPoint3D t1) # | |
qone :: QwtPoint3D () -> QwtPoint3D t1 -> IO Bool # | |
Qqone (QwtPoint3DSc a) (QwtPoint3D t1) # | |
qone :: QwtPoint3DSc a -> QwtPoint3D t1 -> IO Bool # | |
Qqoe (QwtPoint3D ()) (QwtPoint3D t1) # | |
qoe :: QwtPoint3D () -> QwtPoint3D t1 -> IO Bool # | |
Qqoe (QwtPoint3DSc a) (QwtPoint3D t1) # | |
qoe :: QwtPoint3DSc a -> QwtPoint3D t1 -> IO Bool # |