Documentation
class QqSGGeometry x1 where #
qSGGeometry :: x1 -> IO (QSGGeometry ()) #
Instances
QqSGGeometry (QSGGeometry t1) # | |
Defined in Qtc.Quick.QSGGeometry qSGGeometry :: QSGGeometry t1 -> IO (QSGGeometry ()) # | |
QqSGGeometry (QSGGeometry_AttributeSet t1, Int) # | |
Defined in Qtc.Quick.QSGGeometry qSGGeometry :: (QSGGeometry_AttributeSet t1, Int) -> IO (QSGGeometry ()) # | |
QqSGGeometry (QSGGeometry_AttributeSet t1, Int, Int) # | |
Defined in Qtc.Quick.QSGGeometry qSGGeometry :: (QSGGeometry_AttributeSet t1, Int, Int) -> IO (QSGGeometry ()) # | |
QqSGGeometry (QSGGeometry_AttributeSet t1, Int, Int, Int) # | |
Defined in Qtc.Quick.QSGGeometry qSGGeometry :: (QSGGeometry_AttributeSet t1, Int, Int, Int) -> IO (QSGGeometry ()) # |
class QqSGGeometry_nf x1 where #
qSGGeometry_nf :: x1 -> IO (QSGGeometry ()) #
Instances
QqSGGeometry_nf (QSGGeometry t1) # | |
Defined in Qtc.Quick.QSGGeometry qSGGeometry_nf :: QSGGeometry t1 -> IO (QSGGeometry ()) # | |
QqSGGeometry_nf (QSGGeometry_AttributeSet t1, Int) # | |
Defined in Qtc.Quick.QSGGeometry qSGGeometry_nf :: (QSGGeometry_AttributeSet t1, Int) -> IO (QSGGeometry ()) # | |
QqSGGeometry_nf (QSGGeometry_AttributeSet t1, Int, Int) # | |
Defined in Qtc.Quick.QSGGeometry qSGGeometry_nf :: (QSGGeometry_AttributeSet t1, Int, Int) -> IO (QSGGeometry ()) # | |
QqSGGeometry_nf (QSGGeometry_AttributeSet t1, Int, Int, Int) # | |
Defined in Qtc.Quick.QSGGeometry qSGGeometry_nf :: (QSGGeometry_AttributeSet t1, Int, Int, Int) -> IO (QSGGeometry ()) # |
attributeCount :: QSGGeometry a -> () -> IO Int #
qSGGeometryDefaultAttributes_ColoredPoint2D :: () -> IO (QSGGeometry_AttributeSet ()) #
qSGGeometryDefaultAttributes_Point2D :: () -> IO (QSGGeometry_AttributeSet ()) #
qSGGeometryDefaultAttributes_TexturedPoint2D :: () -> IO (QSGGeometry_AttributeSet ()) #
drawingMode :: QSGGeometry a -> () -> IO Int #
indexCount :: QSGGeometry a -> () -> IO Int #
class QindexData x1 xr where #
indexData :: QSGGeometry a -> x1 -> xr #
Instances
QindexData () (IO (QVoid ())) # | |
Defined in Qtc.Quick.QSGGeometry indexData :: QSGGeometry a -> () -> IO (QVoid ()) # | |
QindexData () (IO (QConstVoidPtr ())) # | |
Defined in Qtc.Quick.QSGGeometry indexData :: QSGGeometry a -> () -> IO (QConstVoidPtr ()) # |
class QindexDataAsUInt x1 xr where #
indexDataAsUInt :: QSGGeometry a -> x1 -> xr #
Instances
QindexDataAsUInt () (IO (QConstUnsignedIntPtr ())) # | |
Defined in Qtc.Quick.QSGGeometry indexDataAsUInt :: QSGGeometry a -> () -> IO (QConstUnsignedIntPtr ()) # | |
QindexDataAsUInt () (IO (QUnsignedIntPtr ())) # | |
Defined in Qtc.Quick.QSGGeometry indexDataAsUInt :: QSGGeometry a -> () -> IO (QUnsignedIntPtr ()) # |
class QindexDataAsUShort x1 xr where #
indexDataAsUShort :: QSGGeometry a -> x1 -> xr #
Instances
QindexDataAsUShort () (IO (QConstUnsignedShortPtr ())) # | |
Defined in Qtc.Quick.QSGGeometry indexDataAsUShort :: QSGGeometry a -> () -> IO (QConstUnsignedShortPtr ()) # | |
QindexDataAsUShort () (IO (QUnsignedShortPtr ())) # | |
Defined in Qtc.Quick.QSGGeometry indexDataAsUShort :: QSGGeometry a -> () -> IO (QUnsignedShortPtr ()) # |
indexDataPattern :: QSGGeometry a -> () -> IO DataPattern #
indexType :: QSGGeometry a -> () -> IO Int #
markIndexDataDirty :: QSGGeometry a -> () -> IO () #
markVertexDataDirty :: QSGGeometry a -> () -> IO () #
setDrawingMode :: QSGGeometry a -> Int -> IO () #
setIndexDataPattern :: QSGGeometry a -> DataPattern -> IO () #
setVertexDataPattern :: QSGGeometry a -> DataPattern -> IO () #
sizeOfIndex :: QSGGeometry a -> () -> IO Int #
sizeOfVertex :: QSGGeometry a -> () -> IO Int #
qqSGGeometryUpdateColoredRectGeometry :: (QSGGeometry t1, QRectF t2) -> IO () #
qSGGeometryUpdateColoredRectGeometry :: (QSGGeometry t1, RectF) -> IO () #
qqSGGeometryUpdateRectGeometry :: (QSGGeometry t1, QRectF t2) -> IO () #
qSGGeometryUpdateRectGeometry :: (QSGGeometry t1, RectF) -> IO () #
qqSGGeometryUpdateTexturedRectGeometry :: (QSGGeometry t1, QRectF t2, QRectF t3) -> IO () #
qSGGeometryUpdateTexturedRectGeometry :: (QSGGeometry t1, RectF, RectF) -> IO () #
class QvertexData x1 xr where #
vertexData :: QSGGeometry a -> x1 -> xr #
Instances
QvertexData () (IO (QVoid ())) # | |
Defined in Qtc.Quick.QSGGeometry vertexData :: QSGGeometry a -> () -> IO (QVoid ()) # | |
QvertexData () (IO (QConstVoidPtr ())) # | |
Defined in Qtc.Quick.QSGGeometry vertexData :: QSGGeometry a -> () -> IO (QConstVoidPtr ()) # |
class QvertexDataAsColoredPoint2D x1 where #
vertexDataAsColoredPoint2D :: QSGGeometry a -> x1 -> IO (QSGGeometry_ColoredPoint2D ()) #
Instances
QvertexDataAsColoredPoint2D () # | |
Defined in Qtc.Quick.QSGGeometry vertexDataAsColoredPoint2D :: QSGGeometry a -> () -> IO (QSGGeometry_ColoredPoint2D ()) # |
class QvertexDataAsPoint2D x1 where #
vertexDataAsPoint2D :: QSGGeometry a -> x1 -> IO (QSGGeometry_Point2D ()) #
Instances
QvertexDataAsPoint2D () # | |
Defined in Qtc.Quick.QSGGeometry vertexDataAsPoint2D :: QSGGeometry a -> () -> IO (QSGGeometry_Point2D ()) # |
class QvertexDataAsTexturedPoint2D x1 where #
vertexDataAsTexturedPoint2D :: QSGGeometry a -> x1 -> IO (QSGGeometry_TexturedPoint2D ()) #
Instances
QvertexDataAsTexturedPoint2D () # | |
Defined in Qtc.Quick.QSGGeometry vertexDataAsTexturedPoint2D :: QSGGeometry a -> () -> IO (QSGGeometry_TexturedPoint2D ()) # |
vertexDataPattern :: QSGGeometry a -> () -> IO DataPattern #
qSGGeometry_delete :: QSGGeometry a -> IO () #
Orphan instances
QvertexCount (QSGGeometry a) () # | |
vertexCount :: QSGGeometry a -> () -> IO Int # | |
QsetLineWidth (QSGGeometry a) Float # | |
setLineWidth :: QSGGeometry a -> Float -> IO () # | |
Qallocate (QSGGeometry a) Int # | |
allocate :: QSGGeometry a -> Int -> IO () # | |
QlineWidth (QSGGeometry a) () (IO Float) # | |
lineWidth :: QSGGeometry a -> () -> IO Float # | |
Qattributes (QSGGeometry ()) () (IO (QSGGeometry_Attribute ())) # | |
attributes :: QSGGeometry () -> () -> IO (QSGGeometry_Attribute ()) # | |
Qattributes (QSGGeometrySc a) () (IO (QSGGeometry_Attribute ())) # | |
attributes :: QSGGeometrySc a -> () -> IO (QSGGeometry_Attribute ()) # | |
Qallocate (QSGGeometry a) (Int, Int) # | |
allocate :: QSGGeometry a -> (Int, Int) -> IO () # |