Qtc.Gui.QGuiApplication

Contents

Documentation

qGuiApplicationExec :: () -> IO Int #

qGuiApplicationSync :: () -> IO () #

class QqGuiApplicationTrUtf8 x1 where #

Methods

qGuiApplicationTrUtf8 :: x1 -> IO String #

Instances
QqGuiApplicationTrUtf8 String # 
Instance details

Defined in Qtc.Gui.QGuiApplication

Methods

qGuiApplicationTrUtf8 :: String -> IO String #

QqGuiApplicationTrUtf8 (String, String) # 
Instance details

Defined in Qtc.Gui.QGuiApplication

Methods

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

QqGuiApplicationTrUtf8 (String, String, Int) # 
Instance details

Defined in Qtc.Gui.QGuiApplication

Methods

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

qGuiApplicationFont :: () -> IO (QFont ()) #

isSavingSession :: QGuiApplication a -> () -> IO Bool #

isSessionRestored :: QGuiApplication a -> () -> IO Bool #

qGuiApplicationPlatformName :: () -> IO String #

Orphan instances

QsessionId (QGuiApplication a) () # 
Instance details

Methods

sessionId :: QGuiApplication a -> () -> IO String #

QsenderSignalIndex (QGuiApplication ()) () # 
Instance details

Methods

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

QsenderSignalIndex (QGuiApplicationSc a) () # 
Instance details

Methods

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

Qsender (QGuiApplication ()) () # 
Instance details

Methods

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

Qsender (QGuiApplicationSc a) () # 
Instance details

Methods

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

Qreceivers (QGuiApplication ()) String # 
Instance details

Methods

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

Qreceivers (QGuiApplicationSc a) String # 
Instance details

Methods

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

QsessionKey (QGuiApplication a) () # 
Instance details

Methods

sessionKey :: QGuiApplication a -> () -> IO String #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QdevicePixelRatio (QGuiApplication ()) () (IO Double) # 
Instance details

Methods

devicePixelRatio :: QGuiApplication () -> () -> IO Double #

QdevicePixelRatio (QGuiApplicationSc a) () (IO Double) # 
Instance details

Methods

devicePixelRatio :: QGuiApplicationSc a -> () -> IO Double #

QuserMethod (QGuiApplication ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

Qnotify (QGuiApplication ()) (QObject t1, QEvent t2) # 
Instance details

Methods

notify :: QGuiApplication () -> (QObject t1, QEvent t2) -> IO Bool #

Qnotify (QGuiApplicationSc a) (QObject t1, QEvent t2) # 
Instance details

Methods

notify :: QGuiApplicationSc a -> (QObject t1, QEvent t2) -> IO Bool #

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

Methods

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

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

Methods

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