Documentation
class QqSGGeometry_AttributeCreate x1 where #
qSGGeometry_AttributeCreate :: x1 -> IO (QSGGeometry_Attribute ()) #
Instances
QqSGGeometry_AttributeCreate (Int, Int, Int) # | |
Defined in Qtc.Quick.QSGGeometry_Attribute qSGGeometry_AttributeCreate :: (Int, Int, Int) -> IO (QSGGeometry_Attribute ()) # | |
QqSGGeometry_AttributeCreate (Int, Int, Int, Bool) # | |
Defined in Qtc.Quick.QSGGeometry_Attribute qSGGeometry_AttributeCreate :: (Int, Int, Int, Bool) -> IO (QSGGeometry_Attribute ()) # |
class QqSGGeometry_Attribute x1 where #
qSGGeometry_Attribute :: x1 -> IO (QSGGeometry_Attribute ()) #
Instances
QqSGGeometry_Attribute () # | |
Defined in Qtc.Quick.QSGGeometry_Attribute qSGGeometry_Attribute :: () -> IO (QSGGeometry_Attribute ()) # | |
QqSGGeometry_Attribute (QSGGeometry_Attribute t1) # | |
Defined in Qtc.Quick.QSGGeometry_Attribute qSGGeometry_Attribute :: QSGGeometry_Attribute t1 -> IO (QSGGeometry_Attribute ()) # |
class QqSGGeometry_Attribute_nf x1 where #
qSGGeometry_Attribute_nf :: x1 -> IO (QSGGeometry_Attribute ()) #
Instances
QqSGGeometry_Attribute_nf () # | |
Defined in Qtc.Quick.QSGGeometry_Attribute qSGGeometry_Attribute_nf :: () -> IO (QSGGeometry_Attribute ()) # | |
QqSGGeometry_Attribute_nf (QSGGeometry_Attribute t1) # | |
Defined in Qtc.Quick.QSGGeometry_Attribute qSGGeometry_Attribute_nf :: QSGGeometry_Attribute t1 -> IO (QSGGeometry_Attribute ()) # |
qSGGeometry_Attribute_delete :: QSGGeometry_Attribute a -> IO () #
qSGGeometry_AttributeCreateWithAttributeType :: (Int, Int, Int, QSGGeometry_AttributeType) -> IO (QSGGeometry_Attribute ()) #
isVertexCoordinate :: QSGGeometry_Attribute a -> () -> IO Int #
reserved :: QSGGeometry_Attribute a -> () -> IO Int #
setIsVertexCoordinate :: QSGGeometry_Attribute a -> Int -> IO () #
setReserved :: QSGGeometry_Attribute a -> Int -> IO () #
setTupleSize :: QSGGeometry_Attribute a -> Int -> IO () #
tupleSize :: QSGGeometry_Attribute a -> () -> IO Int #
Orphan instances
QsetType (QSGGeometry_Attribute a) Int # | |
setType :: QSGGeometry_Attribute a -> Int -> IO () # | |
QsetPosition (QSGGeometry_Attribute a) Int # | |
setPosition :: QSGGeometry_Attribute a -> Int -> IO () # | |
QsetAttributeType (QSGGeometry_Attribute a) QSGGeometry_AttributeType # | |
setAttributeType :: QSGGeometry_Attribute a -> QSGGeometry_AttributeType -> IO () # | |
Qqtype (QSGGeometry_Attribute a) () (IO Int) # | |
qtype :: QSGGeometry_Attribute a -> () -> IO Int # | |
Qposition (QSGGeometry_Attribute a) () (IO Int) # | |
position :: QSGGeometry_Attribute a -> () -> IO Int # | |
QattributeType (QSGGeometry_Attribute a) () (IO QSGGeometry_AttributeType) # | |
attributeType :: QSGGeometry_Attribute a -> () -> IO QSGGeometry_AttributeType # |