Documentation
class QqFileSystemWatcher x1 where #
qFileSystemWatcher :: x1 -> IO (QFileSystemWatcher ()) #
Instances
QqFileSystemWatcher () # | |
Defined in Qtc.Core.QFileSystemWatcher qFileSystemWatcher :: () -> IO (QFileSystemWatcher ()) # | |
QqFileSystemWatcher [String] # | |
Defined in Qtc.Core.QFileSystemWatcher qFileSystemWatcher :: [String] -> IO (QFileSystemWatcher ()) # | |
QqFileSystemWatcher (QObject t1) # | |
Defined in Qtc.Core.QFileSystemWatcher qFileSystemWatcher :: QObject t1 -> IO (QFileSystemWatcher ()) # | |
QqFileSystemWatcher ([String], QObject t2) # | |
Defined in Qtc.Core.QFileSystemWatcher 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 #
qFileSystemWatcherTrUtf8 :: x1 -> IO String #
Instances
QqFileSystemWatcherTrUtf8 String # | |
Defined in Qtc.Core.QFileSystemWatcher qFileSystemWatcherTrUtf8 :: String -> IO String # | |
QqFileSystemWatcherTrUtf8 (String, String) # | |
Defined in Qtc.Core.QFileSystemWatcher qFileSystemWatcherTrUtf8 :: (String, String) -> IO String # | |
QqFileSystemWatcherTrUtf8 (String, String, Int) # | |
Defined in Qtc.Core.QFileSystemWatcher qFileSystemWatcherTrUtf8 :: (String, String, Int) -> IO String # |
qFileSystemWatcher_delete :: QFileSystemWatcher a -> IO () #
qFileSystemWatcher_deleteLater :: QFileSystemWatcher a -> IO () #