Qtc.Classes.Quick

Documentation

class QanisotropyLevel a b where #

Methods

anisotropyLevel :: a -> b -> IO AnisotropyLevel #

class Qantialiasing a b where #

Methods

antialiasing :: a -> b -> IO Bool #

class QclipList a b where #

Methods

clipList :: a -> b -> IO (QSGClipNode ()) #

class QcreateImageNode a b where #

Methods

createImageNode :: a -> b -> IO (QSGImageNode ()) #

class QcreateNinePatchNode a b where #

Methods

createNinePatchNode :: a -> b -> IO (QSGNinePatchNode ()) #

class QcreateRectangleNode a b where #

Methods

createRectangleNode :: a -> b -> IO (QSGRectangleNode ()) #

class QcreateShader a b where #

Methods

createShader :: a -> b -> IO (QSGMaterialShader ()) #

class QcreateTextureFromId a b where #

Methods

createTextureFromId :: a -> b -> IO (QSGTexture ()) #

class QqcreateTextureFromId a b where #

Methods

qcreateTextureFromId :: a -> b -> IO (QSGTexture ()) #

class QcreateTextureFromImage a b where #

Methods

createTextureFromImage :: a -> b -> IO (QSGTexture ()) #

class Qfiltering a b where #

Methods

filtering :: a -> b -> IO Filtering #

class QhasMipmaps a b where #

Methods

hasMipmaps :: a -> b -> IO Bool #

class QhorizontalWrapMode a b where #

class QinheritedOpacity a b where #

Methods

inheritedOpacity :: a -> b -> IO Double #

class QisAtlasTexture a b where #

Methods

isAtlasTexture :: a -> b -> IO Bool #

class QisSubtreeBlocked a b where #

Methods

isSubtreeBlocked :: a -> b -> IO Bool #

class QmipmapFiltering a b where #

Methods

mipmapFiltering :: a -> b -> IO Filtering #

class QnormalizedTextureSubRect a b where #

Methods

normalizedTextureSubRect :: a -> b -> IO RectF #

class QqnormalizedTextureSubRect a b where #

Methods

qnormalizedTextureSubRect :: a -> b -> IO (QRectF ()) #

class QownsTexture a b where #

Methods

ownsTexture :: a -> b -> IO Bool #

class Qpreprocess a b where #

Methods

preprocess :: a -> b -> IO () #

class QremovedFromAtlas a b where #

Methods

removedFromAtlas :: a -> b -> IO (QSGTexture ()) #

class QrenderTarget a b c | a -> c where #

Methods

renderTarget :: a -> b -> c #

class QrendererInterface a b where #

Methods

rendererInterface :: a -> b -> IO (QSGRendererInterface ()) #

class QrequestImage a b where #

Methods

requestImage :: a -> b -> IO (QImage ()) #

class QqrequestImage a b where #

Methods

qrequestImage :: a -> b -> IO (QImage ()) #

class QrequestPixmap a b where #

Methods

requestPixmap :: a -> b -> IO (QPixmap ()) #

class QqrequestPixmap a b where #

Methods

qrequestPixmap :: a -> b -> IO (QPixmap ()) #

class QrequestTexture a b where #

Methods

requestTexture :: a -> b -> IO (QQuickTextureFactory ()) #

class QqrequestTexture a b where #

Methods

qrequestTexture :: a -> b -> IO (QQuickTextureFactory ()) #

class Qset a b where #

Methods

set :: a -> b -> IO () #

class QsetAnisotropyLevel a b where #

Methods

setAnisotropyLevel :: a -> b -> IO () #

class QsetAntialiasing a b where #

Methods

setAntialiasing :: a -> b -> IO () #

class QsetFiltering a b where #

Methods

setFiltering :: a -> b -> IO () #

class QsetHorizontalWrapMode a b where #

Methods

setHorizontalWrapMode :: a -> b -> IO () #

class QsetMipmapFiltering a b where #

Methods

setMipmapFiltering :: a -> b -> IO () #

class QsetOwnsTexture a b where #

Methods

setOwnsTexture :: a -> b -> IO () #

class QsetRenderTarget a b where #

Methods

setRenderTarget :: a -> b -> IO () #

class QsetSourceRect a b where #

Methods

setSourceRect :: a -> b -> IO () #

class QqsetSourceRect a b where #

Methods

qsetSourceRect :: a -> b -> IO () #

class QsetTextureCoordinatesTransform a b where #

Methods

setTextureCoordinatesTransform :: a -> b -> IO () #

class QsetVerticalWrapMode a b where #

Methods

setVerticalWrapMode :: a -> b -> IO () #

class QsourceRect a b where #

Methods

sourceRect :: a -> b -> IO RectF #

class QqsourceRect a b where #

Methods

qsourceRect :: a -> b -> IO (QRectF ()) #

class QtextureCoordinatesTransform a b c | a -> c where #

Methods

textureCoordinatesTransform :: a -> b -> c #

class QtextureSize a b where #

Methods

textureSize :: a -> b -> IO Size #

class QqtextureSize a b where #

Methods

qtextureSize :: a -> b -> IO (QSize ()) #

class QverticalWrapMode a b where #

Methods

verticalWrapMode :: a -> b -> IO QSGTexture_WrapMode #