Documentation
closeReadChannel :: QProcess a -> ProcessChannel -> IO () #
closeWriteChannel :: QProcess a -> () -> IO () #
environment :: QProcess a -> () -> IO [String] #
class QqProcessExecute x1 where #
qProcessExecute :: x1 -> IO Int #
Instances
QqProcessExecute String # | |
Defined in Qtc.Core.QProcess qProcessExecute :: String -> IO Int # | |
QqProcessExecute (String, [String]) # | |
Defined in Qtc.Core.QProcess qProcessExecute :: (String, [String]) -> IO Int # |
exitStatus :: QProcess a -> () -> IO ExitStatus #
inputChannelMode :: QProcess a -> () -> IO InputChannelMode #
qProcessNullDevice :: () -> IO String #
processChannelMode :: QProcess a -> () -> IO ProcessChannelMode #
processEnvironment :: QProcess a -> () -> IO (QProcessEnvironment ()) #
readAllStandardError :: QProcess a -> () -> IO (QByteArray ()) #
readAllStandardOutput :: QProcess a -> () -> IO (QByteArray ()) #
readChannel :: QProcess a -> () -> IO ProcessChannel #
readChannelMode :: QProcess a -> () -> IO ProcessChannelMode #
setEnvironment :: QProcess a -> [String] -> IO () #
setInputChannelMode :: QProcess a -> InputChannelMode -> IO () #
setProcessChannelMode :: QProcess a -> ProcessChannelMode -> IO () #
setProcessEnvironment :: QProcess a -> QProcessEnvironment t1 -> IO () #
class QsetProcessState x0 x1 where #
setProcessState :: x0 -> x1 -> IO () #
Instances
QsetProcessState (QProcess ()) ProcessState # | |
Defined in Qtc.Core.QProcess setProcessState :: QProcess () -> ProcessState -> IO () # | |
QsetProcessState (QProcessSc a) ProcessState # | |
Defined in Qtc.Core.QProcess setProcessState :: QProcessSc a -> ProcessState -> IO () # |
setProgram :: QProcess a -> String -> IO () #
setReadChannel :: QProcess a -> ProcessChannel -> IO () #
setReadChannelMode :: QProcess a -> ProcessChannelMode -> IO () #
class QsetStandardErrorFile x1 where #
setStandardErrorFile :: QProcess a -> x1 -> IO () #
Instances
QsetStandardErrorFile String # | |
Defined in Qtc.Core.QProcess setStandardErrorFile :: QProcess a -> String -> IO () # | |
QsetStandardErrorFile (String, OpenMode) # | |
Defined in Qtc.Core.QProcess setStandardErrorFile :: QProcess a -> (String, OpenMode) -> IO () # |
setStandardInputFile :: QProcess a -> String -> IO () #
class QsetStandardOutputFile x1 where #
setStandardOutputFile :: QProcess a -> x1 -> IO () #
Instances
QsetStandardOutputFile String # | |
Defined in Qtc.Core.QProcess setStandardOutputFile :: QProcess a -> String -> IO () # | |
QsetStandardOutputFile (String, OpenMode) # | |
Defined in Qtc.Core.QProcess setStandardOutputFile :: QProcess a -> (String, OpenMode) -> IO () # |
setStandardOutputProcess :: QProcess a -> QProcess t1 -> IO () #
class QsetupChildProcess x0 x1 where #
setupChildProcess :: x0 -> x1 -> IO () #
Instances
QsetupChildProcess (QProcess ()) () # | |
Defined in Qtc.Core.QProcess setupChildProcess :: QProcess () -> () -> IO () # | |
QsetupChildProcess (QProcessSc a) () # | |
Defined in Qtc.Core.QProcess setupChildProcess :: QProcessSc a -> () -> IO () # |
class QqProcessStartDetached x1 where #
qProcessStartDetached :: x1 -> IO Bool #
Instances
QqProcessStartDetached String # | |
Defined in Qtc.Core.QProcess qProcessStartDetached :: String -> IO Bool # | |
QqProcessStartDetached (String, [String]) # | |
Defined in Qtc.Core.QProcess qProcessStartDetached :: (String, [String]) -> IO Bool # | |
QqProcessStartDetached (String, [String], String) # | |
Defined in Qtc.Core.QProcess qProcessStartDetached :: (String, [String], String) -> IO Bool # | |
QqProcessStartDetached (String, [String], String, QLongLongPtr t4) # | |
Defined in Qtc.Core.QProcess qProcessStartDetached :: (String, [String], String, QLongLongPtr t4) -> IO Bool # |
class QstartDetached x1 where #
startDetached :: QProcess a -> x1 -> IO Bool #
Instances
QstartDetached () # | |
Defined in Qtc.Core.QProcess startDetached :: QProcess a -> () -> IO Bool # | |
QstartDetached (QLongLongPtr t1) # | |
Defined in Qtc.Core.QProcess startDetached :: QProcess a -> QLongLongPtr t1 -> IO Bool # |
qProcessSystemEnvironment :: () -> IO [String] #
class QqProcessTrUtf8 x1 where #
qProcessTrUtf8 :: x1 -> IO String #
Instances
QqProcessTrUtf8 String # | |
Defined in Qtc.Core.QProcess qProcessTrUtf8 :: String -> IO String # | |
QqProcessTrUtf8 (String, String) # | |
Defined in Qtc.Core.QProcess qProcessTrUtf8 :: (String, String) -> IO String # | |
QqProcessTrUtf8 (String, String, Int) # | |
Defined in Qtc.Core.QProcess qProcessTrUtf8 :: (String, String, Int) -> IO String # |
class QwaitForStarted x1 where #
waitForStarted :: QProcess a -> x1 -> IO Bool #
Instances
QwaitForStarted Int # | |
Defined in Qtc.Core.QProcess waitForStarted :: QProcess a -> Int -> IO Bool # | |
QwaitForStarted () # | |
Defined in Qtc.Core.QProcess waitForStarted :: QProcess a -> () -> IO Bool # |
qProcess_delete :: QProcess a -> IO () #
qProcess_deleteLater :: QProcess a -> IO () #