Qtc.Core.QSharedMemory

Contents

Documentation

class QqSharedMemory x1 where #

Methods

qSharedMemory :: x1 -> IO (QSharedMemory ()) #

Instances
QqSharedMemory () # 
Instance details

Defined in Qtc.Core.QSharedMemory

Methods

qSharedMemory :: () -> IO (QSharedMemory ()) #

QqSharedMemory String # 
Instance details

Defined in Qtc.Core.QSharedMemory

Methods

qSharedMemory :: String -> IO (QSharedMemory ()) #

QqSharedMemory (QObject t1) # 
Instance details

Defined in Qtc.Core.QSharedMemory

Methods

qSharedMemory :: QObject t1 -> IO (QSharedMemory ()) #

QqSharedMemory (String, QObject t2) # 
Instance details

Defined in Qtc.Core.QSharedMemory

Methods

qSharedMemory :: (String, QObject t2) -> IO (QSharedMemory ()) #

isAttached :: QSharedMemory a -> () -> IO Bool #

nativeKey :: QSharedMemory a -> () -> IO String #

setNativeKey :: QSharedMemory a -> String -> IO () #

class QqSharedMemoryTrUtf8 x1 where #

Methods

qSharedMemoryTrUtf8 :: x1 -> IO String #

Instances
QqSharedMemoryTrUtf8 String # 
Instance details

Defined in Qtc.Core.QSharedMemory

Methods

qSharedMemoryTrUtf8 :: String -> IO String #

QqSharedMemoryTrUtf8 (String, String) # 
Instance details

Defined in Qtc.Core.QSharedMemory

Methods

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

QqSharedMemoryTrUtf8 (String, String, Int) # 
Instance details

Defined in Qtc.Core.QSharedMemory

Methods

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

Orphan instances

QsetKey (QSharedMemory a) String # 
Instance details

Methods

setKey :: QSharedMemory a -> String -> IO () #

QsenderSignalIndex (QSharedMemory ()) () # 
Instance details

Methods

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

QsenderSignalIndex (QSharedMemorySc a) () # 
Instance details

Methods

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

Qsender (QSharedMemory ()) () # 
Instance details

Methods

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

Qsender (QSharedMemorySc a) () # 
Instance details

Methods

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

Qreceivers (QSharedMemory ()) String # 
Instance details

Methods

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

Qreceivers (QSharedMemorySc a) String # 
Instance details

Methods

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

QerrorString (QSharedMemory ()) () # 
Instance details

Methods

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

QerrorString (QSharedMemorySc a) () # 
Instance details

Methods

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

Qunlock (QSharedMemory a) () (IO Bool) # 
Instance details

Methods

unlock :: QSharedMemory a -> () -> IO Bool #

Qqsize (QSharedMemory a) () (IO Int) # 
Instance details

Methods

qsize :: QSharedMemory a -> () -> IO Int #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

Qkey (QSharedMemory a) () (IO String) # 
Instance details

Methods

key :: QSharedMemory a -> () -> IO String #

Qqerror (QSharedMemory a) () (IO SharedMemoryError) # 
Instance details

Methods

qerror :: QSharedMemory a -> () -> IO SharedMemoryError #

Qdetach (QSharedMemory a) () (IO Bool) # 
Instance details

Methods

detach :: QSharedMemory a -> () -> IO Bool #

Qqdata (QSharedMemory ()) () (IO (QVoid ())) # 
Instance details

Methods

qdata :: QSharedMemory () -> () -> IO (QVoid ()) #

Qqdata (QSharedMemory ()) () (IO (QConstVoidPtr ())) # 
Instance details

Methods

qdata :: QSharedMemory () -> () -> IO (QConstVoidPtr ()) #

Qqdata (QSharedMemorySc a) () (IO (QVoid ())) # 
Instance details

Methods

qdata :: QSharedMemorySc a -> () -> IO (QVoid ()) #

Qqdata (QSharedMemorySc a) () (IO (QConstVoidPtr ())) # 
Instance details

Methods

qdata :: QSharedMemorySc a -> () -> IO (QConstVoidPtr ()) #

Qcreate (QSharedMemory a) Int (IO Bool) # 
Instance details

Methods

create :: QSharedMemory a -> Int -> IO Bool #

QconstData (QSharedMemory a) () (IO (QConstVoidPtr ())) # 
Instance details

Methods

constData :: QSharedMemory a -> () -> IO (QConstVoidPtr ()) #

Qattach (QSharedMemory a) QSharedMemory_AccessMode (IO Bool) # 
Instance details

Qattach (QSharedMemory a) () (IO Bool) # 
Instance details

Methods

attach :: QSharedMemory a -> () -> IO Bool #

QuserMethod (QSharedMemory ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

Qlock (QSharedMemory a) () (IO Bool) # 
Instance details

Methods

lock :: QSharedMemory a -> () -> IO Bool #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

Qcreate (QSharedMemory a) (Int, QSharedMemory_AccessMode) (IO Bool) # 
Instance details

Methods

create :: QSharedMemory a -> (Int, QSharedMemory_AccessMode) -> IO Bool #