qtah-qt5-0.5.1: Qt bindings for Haskell

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.Qtah.Gui.QFont

Documentation

class QFontValue a where Source #

Minimal complete definition

withQFontPtr

Methods

withQFontPtr :: a -> (QFontConst -> IO b) -> IO b Source #

Instances
QFontConstPtr a => QFontValue a Source # 
Instance details

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

toQFontConst

Methods

toQFontConst :: this -> QFontConst Source #

class QFontConstPtr this => QFontPtr this where Source #

Minimal complete definition

toQFont

Methods

toQFont :: this -> QFont Source #

Instances
QFontPtr QFont Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QFont

Methods

toQFont :: QFont -> QFont Source #

data QFontConst Source #

Instances
Eq QFontConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QFont

Ord QFontConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QFont

Show QFontConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QFont

CppPtr QFontConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QFont

Deletable QFontConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QFont

QFontConstPtr QFontConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QFont

Copyable QFontConst QFont Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QFont

Methods

copy :: QFontConst -> IO QFont #

Decodable QFontConst QFont Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QFont

Methods

decode :: QFontConst -> IO QFont #

data QFont Source #

Instances
Eq QFont Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QFont

Methods

(==) :: QFont -> QFont -> Bool #

(/=) :: QFont -> QFont -> Bool #

Ord QFont Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QFont

Methods

compare :: QFont -> QFont -> Ordering #

(<) :: QFont -> QFont -> Bool #

(<=) :: QFont -> QFont -> Bool #

(>) :: QFont -> QFont -> Bool #

(>=) :: QFont -> QFont -> Bool #

max :: QFont -> QFont -> QFont #

min :: QFont -> QFont -> QFont #

Show QFont Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QFont

Methods

showsPrec :: Int -> QFont -> ShowS #

show :: QFont -> String #

showList :: [QFont] -> ShowS #

CppPtr QFont Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QFont

Methods

nullptr :: QFont #

withCppPtr :: QFont -> (Ptr QFont -> IO a) -> IO a #

toPtr :: QFont -> Ptr QFont #

touchCppPtr :: QFont -> IO () #

Deletable QFont Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QFont

Methods

delete :: QFont -> IO () #

toGc :: QFont -> IO QFont #

QFontPtr QFont Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QFont

Methods

toQFont :: QFont -> QFont Source #

QFontConstPtr QFont Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QFont

QFontValue a => Assignable QFont a Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QFont

Methods

assign :: QFont -> a -> IO () #

Copyable QFont QFont Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QFont

Methods

copy :: QFont -> IO QFont #

Copyable QFontConst QFont Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QFont

Methods

copy :: QFontConst -> IO QFont #

Decodable QFont QFont Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QFont

Methods

decode :: QFont -> IO QFont #

Decodable QFontConst QFont Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QFont

Methods

decode :: QFontConst -> IO QFont #

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

Defined in Graphics.UI.Qtah.Generated.Gui.QFont

Methods

assign :: Ptr (Ptr QFont) -> QFont -> IO () #

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

Defined in Graphics.UI.Qtah.Generated.Gui.QFont

Methods

decode :: Ptr (Ptr QFont) -> IO QFont #

cast :: QFontPtr this => this -> QFont Source #

downCastConst :: QFontSuperConst a => a -> QFontConst Source #

downCast :: QFontSuper a => a -> QFont Source #

decode :: QFontConstPtr this => this -> IO QFont Source #

newCopy :: QFontValue arg'1 => arg'1 -> IO QFont Source #

aSSIGN :: (QFontPtr arg'1, QFontValue arg'2) => arg'1 -> arg'2 -> IO QFont Source #

bold :: QFontValue arg'1 => arg'1 -> IO Bool 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 #

setBold :: QFontPtr arg'1 => arg'1 -> Bool -> IO () Source #

setPixelSize :: QFontPtr arg'1 => arg'1 -> Int -> IO () Source #

setPointSize :: QFontPtr arg'1 => arg'1 -> Int -> IO () Source #

setWeight :: QFontPtr arg'1 => arg'1 -> Int -> IO () Source #

weight :: QFontValue arg'1 => arg'1 -> IO Int Source #