Documentation
class QqSGGeometry_AttributeSet x1 where #
qSGGeometry_AttributeSet :: x1 -> IO (QSGGeometry_AttributeSet ()) #
Instances
QqSGGeometry_AttributeSet () # | |
Defined in Qtc.Quick.QSGGeometry_AttributeSet qSGGeometry_AttributeSet :: () -> IO (QSGGeometry_AttributeSet ()) # | |
QqSGGeometry_AttributeSet (QSGGeometry_AttributeSet t1) # | |
Defined in Qtc.Quick.QSGGeometry_AttributeSet qSGGeometry_AttributeSet :: QSGGeometry_AttributeSet t1 -> IO (QSGGeometry_AttributeSet ()) # |
class QqSGGeometry_AttributeSet_nf x1 where #
qSGGeometry_AttributeSet_nf :: x1 -> IO (QSGGeometry_AttributeSet ()) #
Instances
QqSGGeometry_AttributeSet_nf () # | |
Defined in Qtc.Quick.QSGGeometry_AttributeSet qSGGeometry_AttributeSet_nf :: () -> IO (QSGGeometry_AttributeSet ()) # | |
QqSGGeometry_AttributeSet_nf (QSGGeometry_AttributeSet t1) # | |
Defined in Qtc.Quick.QSGGeometry_AttributeSet qSGGeometry_AttributeSet_nf :: QSGGeometry_AttributeSet t1 -> IO (QSGGeometry_AttributeSet ()) # |
setStride :: QSGGeometry_AttributeSet a -> Int -> IO () #
stride :: QSGGeometry_AttributeSet a -> () -> IO Int #
qSGGeometry_AttributeSet_delete :: QSGGeometry_AttributeSet a -> IO () #
Orphan instances
QsetCount (QSGGeometry_AttributeSet a) Int # | |
setCount :: QSGGeometry_AttributeSet a -> Int -> IO () # | |
Qcount (QSGGeometry_AttributeSet a) () # | |
count :: QSGGeometry_AttributeSet a -> () -> IO Int # | |
Qattributes (QSGGeometry_AttributeSet ()) () (IO (QSGGeometry_Attribute ())) # | |
attributes :: QSGGeometry_AttributeSet () -> () -> IO (QSGGeometry_Attribute ()) # | |
Qattributes (QSGGeometry_AttributeSetSc a) () (IO (QSGGeometry_Attribute ())) # | |
attributes :: QSGGeometry_AttributeSetSc a -> () -> IO (QSGGeometry_Attribute ()) # | |
QsetAttributes (QSGGeometry_AttributeSet a) (QSGGeometry_Attribute t1) # | |
setAttributes :: QSGGeometry_AttributeSet a -> QSGGeometry_Attribute t1 -> IO () # |