Documentation
class QqSGMaterialType x1 where #
qSGMaterialType :: x1 -> IO (QSGMaterialType ()) #
Instances
QqSGMaterialType () # | |
Defined in Qtc.Quick.QSGMaterialType qSGMaterialType :: () -> IO (QSGMaterialType ()) # | |
QqSGMaterialType (QSGMaterialType t1) # | |
Defined in Qtc.Quick.QSGMaterialType qSGMaterialType :: QSGMaterialType t1 -> IO (QSGMaterialType ()) # |
class QqSGMaterialType_nf x1 where #
qSGMaterialType_nf :: x1 -> IO (QSGMaterialType ()) #
Instances
QqSGMaterialType_nf () # | |
Defined in Qtc.Quick.QSGMaterialType qSGMaterialType_nf :: () -> IO (QSGMaterialType ()) # | |
QqSGMaterialType_nf (QSGMaterialType t1) # | |
Defined in Qtc.Quick.QSGMaterialType qSGMaterialType_nf :: QSGMaterialType t1 -> IO (QSGMaterialType ()) # |
qSGMaterialType_delete :: QSGMaterialType a -> IO () #