Qtc.Core.QLibrary

Contents

Documentation

class QqLibrary x1 where #

Methods

qLibrary :: x1 -> IO (QLibrary ()) #

Instances
QqLibrary () # 
Instance details

Defined in Qtc.Core.QLibrary

Methods

qLibrary :: () -> IO (QLibrary ()) #

QqLibrary String # 
Instance details

Defined in Qtc.Core.QLibrary

Methods

qLibrary :: String -> IO (QLibrary ()) #

QqLibrary (QObject t1) # 
Instance details

Defined in Qtc.Core.QLibrary

Methods

qLibrary :: QObject t1 -> IO (QLibrary ()) #

QqLibrary (String, Int) # 
Instance details

Defined in Qtc.Core.QLibrary

Methods

qLibrary :: (String, Int) -> IO (QLibrary ()) #

QqLibrary (String, String) # 
Instance details

Defined in Qtc.Core.QLibrary

Methods

qLibrary :: (String, String) -> IO (QLibrary ()) #

QqLibrary (String, QObject t2) # 
Instance details

Defined in Qtc.Core.QLibrary

Methods

qLibrary :: (String, QObject t2) -> IO (QLibrary ()) #

QqLibrary (String, Int, QObject t3) # 
Instance details

Defined in Qtc.Core.QLibrary

Methods

qLibrary :: (String, Int, QObject t3) -> IO (QLibrary ()) #

QqLibrary (String, String, QObject t3) # 
Instance details

Defined in Qtc.Core.QLibrary

Methods

qLibrary :: (String, String, QObject t3) -> IO (QLibrary ()) #

qLibraryIsLibrary :: String -> IO Bool #

class QqLibraryResolve x1 where #

Methods

qLibraryResolve :: x1 -> IO (QVoid ()) #

Instances
QqLibraryResolve (String, String) # 
Instance details

Defined in Qtc.Core.QLibrary

Methods

qLibraryResolve :: (String, String) -> IO (QVoid ()) #

QqLibraryResolve (String, Int, String) # 
Instance details

Defined in Qtc.Core.QLibrary

Methods

qLibraryResolve :: (String, Int, String) -> IO (QVoid ()) #

QqLibraryResolve (String, String, String) # 
Instance details

Defined in Qtc.Core.QLibrary

Methods

qLibraryResolve :: (String, String, String) -> IO (QVoid ()) #

class QsetFileNameAndVersion x1 where #

Methods

setFileNameAndVersion :: QLibrary a -> x1 -> IO () #

Instances
QsetFileNameAndVersion (String, Int) # 
Instance details

Defined in Qtc.Core.QLibrary

Methods

setFileNameAndVersion :: QLibrary a -> (String, Int) -> IO () #

QsetFileNameAndVersion (String, String) # 
Instance details

Defined in Qtc.Core.QLibrary

Methods

setFileNameAndVersion :: QLibrary a -> (String, String) -> IO () #

class QqLibraryTrUtf8 x1 where #

Methods

qLibraryTrUtf8 :: x1 -> IO String #

Instances
QqLibraryTrUtf8 String # 
Instance details

Defined in Qtc.Core.QLibrary

Methods

qLibraryTrUtf8 :: String -> IO String #

QqLibraryTrUtf8 (String, String) # 
Instance details

Defined in Qtc.Core.QLibrary

Methods

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

QqLibraryTrUtf8 (String, String, Int) # 
Instance details

Defined in Qtc.Core.QLibrary

Methods

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

qLibrary_delete :: QLibrary a -> IO () #

Orphan instances

QsetFileName (QLibrary a) String # 
Instance details

Methods

setFileName :: QLibrary a -> String -> IO () #

QsenderSignalIndex (QLibrary ()) () # 
Instance details

Methods

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

QsenderSignalIndex (QLibrarySc a) () # 
Instance details

Methods

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

Qsender (QLibrary ()) () # 
Instance details

Methods

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

Qsender (QLibrarySc a) () # 
Instance details

Methods

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

Qreceivers (QLibrary ()) String # 
Instance details

Methods

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

Qreceivers (QLibrarySc a) String # 
Instance details

Methods

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

QisLoaded (QLibrary a) () # 
Instance details

Methods

isLoaded :: QLibrary a -> () -> IO Bool #

QfileName (QLibrary a) () # 
Instance details

Methods

fileName :: QLibrary a -> () -> IO String #

QerrorString (QLibrary ()) () # 
Instance details

Methods

errorString :: QLibrary () -> () -> IO String #

QerrorString (QLibrarySc a) () # 
Instance details

Methods

errorString :: QLibrarySc a -> () -> IO String #

QsetLoadHints (QLibrary a) LoadHints # 
Instance details

Methods

setLoadHints :: QLibrary a -> LoadHints -> IO () #

QloadHints (QLibrary a) () # 
Instance details

Methods

loadHints :: QLibrary a -> () -> IO LoadHints #

Qunload (QLibrary a) () (IO Bool) # 
Instance details

Methods

unload :: QLibrary a -> () -> IO Bool #

Qresolve (QLibrary a) String (IO (QVoid ())) # 
Instance details

Methods

resolve :: QLibrary a -> String -> IO (QVoid ()) #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

Qload (QLibrary a) () (IO Bool) # 
Instance details

Methods

load :: QLibrary a -> () -> IO Bool #

QuserMethod (QLibrary ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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