| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Graphics.UI.Qtah.Core.QSettings
Documentation
class QSettingsValue a where Source #
Minimal complete definition
Methods
withQSettingsPtr :: a -> (QSettingsConst -> IO b) -> IO b Source #
Instances
| QSettingsConstPtr a => QSettingsValue a Source # | |
Defined in Graphics.UI.Qtah.Generated.Core.QSettings Methods withQSettingsPtr :: a -> (QSettingsConst -> IO b) -> IO b Source # | |
class QObjectConstPtr this => QSettingsConstPtr this where Source #
Minimal complete definition
Methods
toQSettingsConst :: this -> QSettingsConst Source #
Instances
| QSettingsConstPtr QSettings Source # | |
Defined in Graphics.UI.Qtah.Generated.Core.QSettings Methods | |
| QSettingsConstPtr QSettingsConst Source # | |
Defined in Graphics.UI.Qtah.Generated.Core.QSettings Methods toQSettingsConst :: QSettingsConst -> QSettingsConst Source # | |
class (QSettingsConstPtr this, QObjectPtr this) => QSettingsPtr this where Source #
Minimal complete definition
Methods
toQSettings :: this -> QSettings Source #
Instances
| QSettingsPtr QSettings Source # | |
Defined in Graphics.UI.Qtah.Generated.Core.QSettings Methods toQSettings :: QSettings -> QSettings Source # | |
data QSettingsConst Source #
Instances
Instances
| Eq QSettings Source # | |
| Ord QSettings Source # | |
Defined in Graphics.UI.Qtah.Generated.Core.QSettings | |
| Show QSettings Source # | |
| CppPtr QSettings Source # | |
| Deletable QSettings Source # | |
| QObjectPtr QSettings Source # | |
| QObjectConstPtr QSettings Source # | |
Defined in Graphics.UI.Qtah.Generated.Core.QSettings Methods | |
| QSettingsPtr QSettings Source # | |
Defined in Graphics.UI.Qtah.Generated.Core.QSettings Methods toQSettings :: QSettings -> QSettings Source # | |
| QSettingsConstPtr QSettings Source # | |
Defined in Graphics.UI.Qtah.Generated.Core.QSettings Methods | |
| Assignable (Ptr (Ptr QSettings)) QSettings Source # | |
| Decodable (Ptr (Ptr QSettings)) QSettings Source # | |
castConst :: QSettingsConstPtr this => this -> QSettingsConst Source #
cast :: QSettingsPtr this => this -> QSettings Source #
downCastConst :: QSettingsSuperConst a => a -> QSettingsConst Source #
newWithOrganization :: QStringValue arg'1 => arg'1 -> IO QSettings Source #
newWithOrganizationAndApplication :: (QStringValue arg'1, QStringValue arg'2) => arg'1 -> arg'2 -> IO QSettings Source #
newWithOrganizationAndApplicationAndParent :: (QStringValue arg'1, QStringValue arg'2, QObjectPtr arg'3) => arg'1 -> arg'2 -> arg'3 -> IO QSettings Source #
newWithParent :: QObjectPtr arg'1 => arg'1 -> IO QSettings Source #
setValue :: (QSettingsPtr arg'1, QStringValue arg'2, QVariantValue arg'3) => arg'1 -> arg'2 -> arg'3 -> IO () Source #
value :: (QSettingsValue arg'1, QStringValue arg'2) => arg'1 -> arg'2 -> IO QVariant Source #
valueWithDefault :: (QSettingsValue arg'1, QStringValue arg'2, QVariantValue arg'3) => arg'1 -> arg'2 -> arg'3 -> IO QVariant Source #