Qtc.Quick.QSGEngine

Contents

Documentation

class QqSGEngineTrUtf8 x1 where #

Methods

qSGEngineTrUtf8 :: x1 -> IO String #

Instances
QqSGEngineTrUtf8 String # 
Instance details

Defined in Qtc.Quick.QSGEngine

Methods

qSGEngineTrUtf8 :: String -> IO String #

QqSGEngineTrUtf8 (String, String) # 
Instance details

Defined in Qtc.Quick.QSGEngine

Methods

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

QqSGEngineTrUtf8 (String, String, Int) # 
Instance details

Defined in Qtc.Quick.QSGEngine

Methods

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

class QqSGEngine x1 where #

Methods

qSGEngine :: x1 -> IO (QSGEngine ()) #

Instances
QqSGEngine () # 
Instance details

Defined in Qtc.Quick.QSGEngine

Methods

qSGEngine :: () -> IO (QSGEngine ()) #

QqSGEngine (QObject t1) # 
Instance details

Defined in Qtc.Quick.QSGEngine

Methods

qSGEngine :: QObject t1 -> IO (QSGEngine ()) #

Orphan instances

QrendererInterface (QSGEngine a) () # 
Instance details

Methods

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

QcreateRectangleNode (QSGEngine a) () # 
Instance details

Methods

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

QcreateNinePatchNode (QSGEngine a) () # 
Instance details

Methods

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

QcreateImageNode (QSGEngine a) () # 
Instance details

Methods

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

QsenderSignalIndex (QSGEngine ()) () # 
Instance details

Methods

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

QsenderSignalIndex (QSGEngineSc a) () # 
Instance details

Methods

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

Qsender (QSGEngine ()) () # 
Instance details

Methods

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

Qsender (QSGEngineSc a) () # 
Instance details

Methods

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

Qreceivers (QSGEngine ()) String # 
Instance details

Methods

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

Qreceivers (QSGEngineSc a) String # 
Instance details

Methods

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

Qinvalidate (QSGEngine a) () # 
Instance details

Methods

invalidate :: QSGEngine a -> () -> IO () #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QuserMethod (QSGEngine ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

QcreateTextureFromImage (QSGEngine a) (QImage t1) # 
Instance details

Methods

createTextureFromImage :: QSGEngine a -> QImage t1 -> IO (QSGTexture ()) #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

Qinitialize (QSGEngine a) (QOpenGLContext t1) # 
Instance details

Methods

initialize :: QSGEngine a -> QOpenGLContext t1 -> IO () #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QcreateTextureFromImage (QSGEngine a) (QImage t1, QSGEngine_CreateTextureOptions) # 
Instance details

QqcreateTextureFromId (QSGEngine a) (Int, QSize t2) # 
Instance details

Methods

qcreateTextureFromId :: QSGEngine a -> (Int, QSize t2) -> IO (QSGTexture ()) #

QcreateTextureFromId (QSGEngine a) (Int, Size) # 
Instance details

Methods

createTextureFromId :: QSGEngine a -> (Int, Size) -> IO (QSGTexture ()) #

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

Methods

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

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

Methods

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

QqcreateTextureFromId (QSGEngine a) (Int, QSize t2, QSGEngine_CreateTextureOptions) # 
Instance details

QcreateTextureFromId (QSGEngine a) (Int, Size, QSGEngine_CreateTextureOptions) # 
Instance details