Qtc.Quick.QSGTexture

Contents

Documentation

class QqSGTextureTrUtf8 x1 where #

Methods

qSGTextureTrUtf8 :: x1 -> IO String #

Instances
QqSGTextureTrUtf8 String # 
Instance details

Defined in Qtc.Quick.QSGTexture

Methods

qSGTextureTrUtf8 :: String -> IO String #

QqSGTextureTrUtf8 (String, String) # 
Instance details

Defined in Qtc.Quick.QSGTexture

Methods

qSGTextureTrUtf8 :: (String, String) -> IO String #

QqSGTextureTrUtf8 (String, String, Int) # 
Instance details

Defined in Qtc.Quick.QSGTexture

Methods

qSGTextureTrUtf8 :: (String, String, Int) -> IO String #

qSGTexture :: () -> IO (QSGTexture ()) #

class QupdateBindOptions x1 where #

Methods

updateBindOptions :: QSGTexture a -> x1 -> IO () #

Instances
QupdateBindOptions Bool # 
Instance details

Defined in Qtc.Quick.QSGTexture

Methods

updateBindOptions :: QSGTexture a -> Bool -> IO () #

QupdateBindOptions () # 
Instance details

Defined in Qtc.Quick.QSGTexture

Methods

updateBindOptions :: QSGTexture a -> () -> IO () #

Orphan instances

QverticalWrapMode (QSGTexture a) () # 
Instance details

QqtextureSize (QSGTexture ()) () # 
Instance details

Methods

qtextureSize :: QSGTexture () -> () -> IO (QSize ()) #

QqtextureSize (QSGTextureSc a) () # 
Instance details

Methods

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

QtextureSize (QSGTexture ()) () # 
Instance details

Methods

textureSize :: QSGTexture () -> () -> IO Size #

QtextureSize (QSGTextureSc a) () # 
Instance details

Methods

textureSize :: QSGTextureSc a -> () -> IO Size #

QsetVerticalWrapMode (QSGTexture a) QSGTexture_WrapMode # 
Instance details

QsetMipmapFiltering (QSGTexture a) Filtering # 
Instance details

Methods

setMipmapFiltering :: QSGTexture a -> Filtering -> IO () #

QsetHorizontalWrapMode (QSGTexture a) QSGTexture_WrapMode # 
Instance details

QsetFiltering (QSGTexture a) Filtering # 
Instance details

Methods

setFiltering :: QSGTexture a -> Filtering -> IO () #

QsetAnisotropyLevel (QSGTexture a) AnisotropyLevel # 
Instance details

QremovedFromAtlas (QSGTexture ()) () # 
Instance details

Methods

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

QremovedFromAtlas (QSGTextureSc a) () # 
Instance details

Methods

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

QqnormalizedTextureSubRect (QSGTexture ()) () # 
Instance details

Methods

qnormalizedTextureSubRect :: QSGTexture () -> () -> IO (QRectF ()) #

QqnormalizedTextureSubRect (QSGTextureSc a) () # 
Instance details

Methods

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

QnormalizedTextureSubRect (QSGTexture ()) () # 
Instance details

Methods

normalizedTextureSubRect :: QSGTexture () -> () -> IO RectF #

QnormalizedTextureSubRect (QSGTextureSc a) () # 
Instance details

QmipmapFiltering (QSGTexture a) () # 
Instance details

Methods

mipmapFiltering :: QSGTexture a -> () -> IO Filtering #

QisAtlasTexture (QSGTexture ()) () # 
Instance details

Methods

isAtlasTexture :: QSGTexture () -> () -> IO Bool #

QisAtlasTexture (QSGTextureSc a) () # 
Instance details

Methods

isAtlasTexture :: QSGTextureSc a -> () -> IO Bool #

QhorizontalWrapMode (QSGTexture a) () # 
Instance details

QhasMipmaps (QSGTexture ()) () # 
Instance details

Methods

hasMipmaps :: QSGTexture () -> () -> IO Bool #

QhasMipmaps (QSGTextureSc a) () # 
Instance details

Methods

hasMipmaps :: QSGTextureSc a -> () -> IO Bool #

Qfiltering (QSGTexture a) () # 
Instance details

Methods

filtering :: QSGTexture a -> () -> IO Filtering #

QanisotropyLevel (QSGTexture a) () # 
Instance details

QsenderSignalIndex (QSGTexture ()) () # 
Instance details

Methods

senderSignalIndex :: QSGTexture () -> () -> IO Int #

QsenderSignalIndex (QSGTextureSc a) () # 
Instance details

Methods

senderSignalIndex :: QSGTextureSc a -> () -> IO Int #

Qsender (QSGTexture ()) () # 
Instance details

Methods

sender :: QSGTexture () -> () -> IO (QObject ()) #

Qsender (QSGTextureSc a) () # 
Instance details

Methods

sender :: QSGTextureSc a -> () -> IO (QObject ()) #

Qreceivers (QSGTexture ()) String # 
Instance details

Methods

receivers :: QSGTexture () -> String -> IO Int #

Qreceivers (QSGTextureSc a) String # 
Instance details

Methods

receivers :: QSGTextureSc a -> String -> IO Int #

QhasAlphaChannel (QSGTexture ()) () # 
Instance details

Methods

hasAlphaChannel :: QSGTexture () -> () -> IO Bool #

QhasAlphaChannel (QSGTextureSc a) () # 
Instance details

Methods

hasAlphaChannel :: QSGTextureSc a -> () -> IO Bool #

QtextureId (QSGTexture ()) () (IO Int) # 
Instance details

Methods

textureId :: QSGTexture () -> () -> IO Int #

QtextureId (QSGTextureSc a) () (IO Int) # 
Instance details

Methods

textureId :: QSGTextureSc a -> () -> IO Int #

Qproperty (QSGTexture ()) String (IO (QVariant ())) # 
Instance details

Methods

property :: QSGTexture () -> String -> IO (QVariant ()) #

Qproperty (QSGTextureSc a) String (IO (QVariant ())) # 
Instance details

Methods

property :: QSGTextureSc a -> String -> IO (QVariant ()) #

Qparent (QSGTexture ()) () (IO (QObject ())) # 
Instance details

Methods

parent :: QSGTexture () -> () -> IO (QObject ()) #

Qparent (QSGTextureSc a) () (IO (QObject ())) # 
Instance details

Methods

parent :: QSGTextureSc a -> () -> IO (QObject ()) #

Qbind (QSGTexture ()) () (IO ()) # 
Instance details

Methods

bind :: QSGTexture () -> () -> IO () #

Qbind (QSGTextureSc a) () (IO ()) # 
Instance details

Methods

bind :: QSGTextureSc a -> () -> IO () #

QuserMethod (QSGTexture ()) () (IO ()) # 
Instance details

Methods

userMethod :: QSGTexture () -> Int -> () -> IO () #

QuserMethod (QSGTextureSc a) () (IO ()) # 
Instance details

Methods

userMethod :: QSGTextureSc a -> Int -> () -> IO () #

QtimerEvent (QSGTexture ()) (QTimerEvent t1) # 
Instance details

Methods

timerEvent :: QSGTexture () -> QTimerEvent t1 -> IO () #

QtimerEvent (QSGTextureSc a) (QTimerEvent t1) # 
Instance details

Methods

timerEvent :: QSGTextureSc a -> QTimerEvent t1 -> IO () #

QisSignalConnected (QSGTexture ()) (QMetaMethod t1) # 
Instance details

Methods

isSignalConnected :: QSGTexture () -> QMetaMethod t1 -> IO Bool #

QisSignalConnected (QSGTextureSc a) (QMetaMethod t1) # 
Instance details

Methods

isSignalConnected :: QSGTextureSc a -> QMetaMethod t1 -> IO Bool #

QdisconnectNotify (QSGTexture ()) (QMetaMethod t1) # 
Instance details

Methods

disconnectNotify :: QSGTexture () -> QMetaMethod t1 -> IO () #

QdisconnectNotify (QSGTextureSc a) (QMetaMethod t1) # 
Instance details

Methods

disconnectNotify :: QSGTextureSc a -> QMetaMethod t1 -> IO () #

QcustomEvent (QSGTexture ()) (QEvent t1) # 
Instance details

Methods

customEvent :: QSGTexture () -> QEvent t1 -> IO () #

QcustomEvent (QSGTextureSc a) (QEvent t1) # 
Instance details

Methods

customEvent :: QSGTextureSc a -> QEvent t1 -> IO () #

QconnectNotify (QSGTexture ()) (QMetaMethod t1) # 
Instance details

Methods

connectNotify :: QSGTexture () -> QMetaMethod t1 -> IO () #

QconnectNotify (QSGTextureSc a) (QMetaMethod t1) # 
Instance details

Methods

connectNotify :: QSGTextureSc a -> QMetaMethod t1 -> IO () #

QchildEvent (QSGTexture ()) (QChildEvent t1) # 
Instance details

Methods

childEvent :: QSGTexture () -> QChildEvent t1 -> IO () #

QchildEvent (QSGTextureSc a) (QChildEvent t1) # 
Instance details

Methods

childEvent :: QSGTextureSc a -> QChildEvent t1 -> IO () #

Qevent (QSGTexture ()) (QEvent t1) (IO Bool) # 
Instance details

Methods

event :: QSGTexture () -> QEvent t1 -> IO Bool #

Qevent (QSGTextureSc a) (QEvent t1) (IO Bool) # 
Instance details

Methods

event :: QSGTextureSc a -> QEvent t1 -> IO Bool #

QuserMethod (QSGTexture ()) (QVariant ()) (IO (QVariant ())) # 
Instance details

Methods

userMethod :: QSGTexture () -> Int -> QVariant () -> IO (QVariant ()) #

QuserMethod (QSGTextureSc a) (QVariant ()) (IO (QVariant ())) # 
Instance details

Methods

userMethod :: QSGTextureSc a -> Int -> QVariant () -> IO (QVariant ()) #

QeventFilter (QSGTexture ()) (QObject t1, QEvent t2) # 
Instance details

Methods

eventFilter :: QSGTexture () -> (QObject t1, QEvent t2) -> IO Bool #

QeventFilter (QSGTextureSc a) (QObject t1, QEvent t2) # 
Instance details

Methods

eventFilter :: QSGTextureSc a -> (QObject t1, QEvent t2) -> IO Bool #