Safe Haskell | None |
---|---|
Language | Haskell2010 |
Graphics.UI.Qtah.Gui.QFont
Documentation
class QFontValue a where Source #
Minimal complete definition
Methods
withQFontPtr :: a -> (QFontConst -> IO b) -> IO b Source #
Instances
QFontConstPtr a => QFontValue a Source # | |
Defined in Graphics.UI.Qtah.Generated.Gui.QFont Methods withQFontPtr :: a -> (QFontConst -> IO b) -> IO b Source # |
class CppPtr this => QFontConstPtr this where Source #
Minimal complete definition
Methods
toQFontConst :: this -> QFontConst Source #
Instances
QFontConstPtr QFont Source # | |
Defined in Graphics.UI.Qtah.Generated.Gui.QFont Methods toQFontConst :: QFont -> QFontConst Source # | |
QFontConstPtr QFontConst Source # | |
Defined in Graphics.UI.Qtah.Generated.Gui.QFont Methods toQFontConst :: QFontConst -> QFontConst Source # |
class QFontConstPtr this => QFontPtr this where Source #
Minimal complete definition
data QFontConst Source #
Instances
Instances
Eq QFont Source # | |
Ord QFont Source # | |
Show QFont Source # | |
CppPtr QFont Source # | |
Deletable QFont Source # | |
QFontPtr QFont Source # | |
QFontConstPtr QFont Source # | |
Defined in Graphics.UI.Qtah.Generated.Gui.QFont Methods toQFontConst :: QFont -> QFontConst Source # | |
QFontValue a => Assignable QFont a Source # | |
Defined in Graphics.UI.Qtah.Generated.Gui.QFont | |
Copyable QFont QFont Source # | |
Copyable QFontConst QFont Source # | |
Defined in Graphics.UI.Qtah.Generated.Gui.QFont Methods copy :: QFontConst -> IO QFont # | |
Decodable QFont QFont Source # | |
Decodable QFontConst QFont Source # | |
Defined in Graphics.UI.Qtah.Generated.Gui.QFont Methods decode :: QFontConst -> IO QFont # | |
Assignable (Ptr (Ptr QFont)) QFont Source # | |
Decodable (Ptr (Ptr QFont)) QFont Source # | |
castConst :: QFontConstPtr this => this -> QFontConst Source #
downCastConst :: QFontSuperConst a => a -> QFontConst Source #
eQ :: (QFontValue arg'1, QFontValue arg'2) => arg'1 -> arg'2 -> IO Bool Source #
nE :: (QFontValue arg'1, QFontValue arg'2) => arg'1 -> arg'2 -> IO Bool Source #