Qtc.Core.QFileSystemWatcher

Contents

Documentation

class QqFileSystemWatcher x1 where #

Methods

qFileSystemWatcher :: x1 -> IO (QFileSystemWatcher ()) #

Instances
QqFileSystemWatcher () # 
Instance details

Defined in Qtc.Core.QFileSystemWatcher

Methods

qFileSystemWatcher :: () -> IO (QFileSystemWatcher ()) #

QqFileSystemWatcher [String] # 
Instance details

Defined in Qtc.Core.QFileSystemWatcher

Methods

qFileSystemWatcher :: [String] -> IO (QFileSystemWatcher ()) #

QqFileSystemWatcher (QObject t1) # 
Instance details

Defined in Qtc.Core.QFileSystemWatcher

QqFileSystemWatcher ([String], QObject t2) # 
Instance details

Defined in Qtc.Core.QFileSystemWatcher

Methods

qFileSystemWatcher :: ([String], QObject t2) -> IO (QFileSystemWatcher ()) #

addPaths :: QFileSystemWatcher a -> [String] -> IO [String] #

directories :: QFileSystemWatcher a -> () -> IO [String] #

removePath :: QFileSystemWatcher a -> String -> IO Bool #

removePaths :: QFileSystemWatcher a -> [String] -> IO [String] #

class QqFileSystemWatcherTrUtf8 x1 where #

Methods

qFileSystemWatcherTrUtf8 :: x1 -> IO String #

Instances
QqFileSystemWatcherTrUtf8 String # 
Instance details

Defined in Qtc.Core.QFileSystemWatcher

Methods

qFileSystemWatcherTrUtf8 :: String -> IO String #

QqFileSystemWatcherTrUtf8 (String, String) # 
Instance details

Defined in Qtc.Core.QFileSystemWatcher

Methods

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

QqFileSystemWatcherTrUtf8 (String, String, Int) # 
Instance details

Defined in Qtc.Core.QFileSystemWatcher

Methods

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

Orphan instances

QsenderSignalIndex (QFileSystemWatcher ()) () # 
Instance details

Methods

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

QsenderSignalIndex (QFileSystemWatcherSc a) () # 
Instance details

Methods

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

Qsender (QFileSystemWatcher ()) () # 
Instance details

Methods

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

Qsender (QFileSystemWatcherSc a) () # 
Instance details

Methods

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

Qreceivers (QFileSystemWatcher ()) String # 
Instance details

Methods

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

Qreceivers (QFileSystemWatcherSc a) String # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

Qfiles (QFileSystemWatcher a) () (IO [String]) # 
Instance details

Methods

files :: QFileSystemWatcher a -> () -> IO [String] #

QaddPath (QFileSystemWatcher a) String (IO Bool) # 
Instance details

Methods

addPath :: QFileSystemWatcher a -> String -> IO Bool #

QuserMethod (QFileSystemWatcher ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

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

Methods

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

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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