Qtc.Gui.QGenericPlugin

Contents

Documentation

class QqGenericPluginTrUtf8 x1 where #

Methods

qGenericPluginTrUtf8 :: x1 -> IO String #

Instances
QqGenericPluginTrUtf8 String # 
Instance details

Defined in Qtc.Gui.QGenericPlugin

Methods

qGenericPluginTrUtf8 :: String -> IO String #

QqGenericPluginTrUtf8 (String, String) # 
Instance details

Defined in Qtc.Gui.QGenericPlugin

Methods

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

QqGenericPluginTrUtf8 (String, String, Int) # 
Instance details

Defined in Qtc.Gui.QGenericPlugin

Methods

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

class QqGenericPlugin x1 where #

Methods

qGenericPlugin :: x1 -> IO (QGenericPlugin ()) #

Instances
QqGenericPlugin () # 
Instance details

Defined in Qtc.Gui.QGenericPlugin

Methods

qGenericPlugin :: () -> IO (QGenericPlugin ()) #

QqGenericPlugin (QObject t1) # 
Instance details

Defined in Qtc.Gui.QGenericPlugin

Methods

qGenericPlugin :: QObject t1 -> IO (QGenericPlugin ()) #

Orphan instances

QsenderSignalIndex (QGenericPlugin ()) () # 
Instance details

Methods

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

QsenderSignalIndex (QGenericPluginSc a) () # 
Instance details

Methods

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

Qsender (QGenericPlugin ()) () # 
Instance details

Methods

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

Qsender (QGenericPluginSc a) () # 
Instance details

Methods

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

Qreceivers (QGenericPlugin ()) String # 
Instance details

Methods

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

Qreceivers (QGenericPluginSc a) String # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QuserMethod (QGenericPlugin ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

Qcreate (QGenericPlugin ()) (String, String) (IO (QObject ())) # 
Instance details

Methods

create :: QGenericPlugin () -> (String, String) -> IO (QObject ()) #

Qcreate (QGenericPluginSc a) (String, String) (IO (QObject ())) # 
Instance details

Methods

create :: QGenericPluginSc a -> (String, String) -> IO (QObject ()) #