qtah-qt5-0.5.1: Qt bindings for Haskell

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.Qtah.Core.QCoreApplication

Documentation

data QCoreApplicationConst Source #

Instances
Eq QCoreApplicationConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QCoreApplication

Ord QCoreApplicationConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QCoreApplication

Show QCoreApplicationConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QCoreApplication

CppPtr QCoreApplicationConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QCoreApplication

Deletable QCoreApplicationConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QCoreApplication

QObjectConstPtr QCoreApplicationConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QCoreApplication

QCoreApplicationConstPtr QCoreApplicationConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QCoreApplication

data QCoreApplication Source #

Instances
Eq QCoreApplication Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QCoreApplication

Ord QCoreApplication Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QCoreApplication

Show QCoreApplication Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QCoreApplication

CppPtr QCoreApplication Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QCoreApplication

Deletable QCoreApplication Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QCoreApplication

QObjectPtr QCoreApplication Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QCoreApplication

QObjectConstPtr QCoreApplication Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QCoreApplication

QCoreApplicationPtr QCoreApplication Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QCoreApplication

QCoreApplicationConstPtr QCoreApplication Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QCoreApplication

Assignable (Ptr (Ptr QCoreApplication)) QCoreApplication Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QCoreApplication

Decodable (Ptr (Ptr QCoreApplication)) QCoreApplication Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QCoreApplication

downCastConst :: QCoreApplicationSuperConst a => a -> QCoreApplicationConst Source #

downCast :: QCoreApplicationSuper a => a -> QCoreApplication Source #

exec :: IO () Source #

exit :: Int -> IO () Source #

postEvent :: (QObjectPtr arg'1, QEventPtr arg'2) => arg'1 -> arg'2 -> IO () Source #

postEventWithPriority :: (QObjectPtr arg'1, QEventPtr arg'2) => arg'1 -> arg'2 -> Int -> IO () Source #

quit :: IO () Source #

sendEvent :: (QObjectPtr arg'1, QEventPtr arg'2) => arg'1 -> arg'2 -> IO Bool Source #

setApplicationName :: QStringValue arg'1 => arg'1 -> IO () Source #

setApplicationVersion :: QStringValue arg'1 => arg'1 -> IO () Source #

setOrganizationDomain :: QStringValue arg'1 => arg'1 -> IO () Source #

setOrganizationName :: QStringValue arg'1 => arg'1 -> IO () Source #