Documentation
class QqSessionManagerTrUtf8 x1 where #
qSessionManagerTrUtf8 :: x1 -> IO String #
Instances
QqSessionManagerTrUtf8 String # | |
Defined in Qtc.Gui.QSessionManager qSessionManagerTrUtf8 :: String -> IO String # | |
QqSessionManagerTrUtf8 (String, String) # | |
Defined in Qtc.Gui.QSessionManager qSessionManagerTrUtf8 :: (String, String) -> IO String # | |
QqSessionManagerTrUtf8 (String, String, Int) # | |
Defined in Qtc.Gui.QSessionManager qSessionManagerTrUtf8 :: (String, String, Int) -> IO String # |
allowsErrorInteraction :: QSessionManager a -> () -> IO Bool #
allowsInteraction :: QSessionManager a -> () -> IO Bool #
discardCommand :: QSessionManager a -> () -> IO [String] #
isPhase2 :: QSessionManager a -> () -> IO Bool #
requestPhase2 :: QSessionManager a -> () -> IO () #
restartCommand :: QSessionManager a -> () -> IO [String] #
restartHint :: QSessionManager a -> () -> IO RestartHint #
setDiscardCommand :: QSessionManager a -> [String] -> IO () #
class QsetManagerProperty x1 where #
setManagerProperty :: QSessionManager a -> x1 -> IO () #
Instances
QsetManagerProperty (String, [String]) # | |
Defined in Qtc.Gui.QSessionManager setManagerProperty :: QSessionManager a -> (String, [String]) -> IO () # | |
QsetManagerProperty (String, String) # | |
Defined in Qtc.Gui.QSessionManager setManagerProperty :: QSessionManager a -> (String, String) -> IO () # |
setRestartCommand :: QSessionManager a -> [String] -> IO () #
setRestartHint :: QSessionManager a -> RestartHint -> IO () #
Orphan instances
QsessionId (QSessionManager a) () # | |
sessionId :: QSessionManager a -> () -> IO String # | |
Qcancel (QSessionManager a) () # | |
cancel :: QSessionManager a -> () -> IO () # | |
QsessionKey (QSessionManager a) () # | |
sessionKey :: QSessionManager a -> () -> IO String # | |
Qrelease (QSessionManager a) () (IO ()) # | |
release :: QSessionManager a -> () -> IO () # | |
Qproperty (QSessionManager ()) String (IO (QVariant ())) # | |
property :: QSessionManager () -> String -> IO (QVariant ()) # | |
Qproperty (QSessionManagerSc a) String (IO (QVariant ())) # | |
property :: QSessionManagerSc a -> String -> IO (QVariant ()) # | |
Qparent (QSessionManager ()) () (IO (QObject ())) # | |
parent :: QSessionManager () -> () -> IO (QObject ()) # | |
Qparent (QSessionManagerSc a) () (IO (QObject ())) # | |
parent :: QSessionManagerSc a -> () -> IO (QObject ()) # |