qtah-qt5-0.5.1: Qt bindings for Haskell

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.Qtah.Core.QChar

Documentation

class QCharValue a where Source #

Minimal complete definition

withQCharPtr

Methods

withQCharPtr :: a -> (QCharConst -> IO b) -> IO b Source #

Instances
QCharValue Char Source # 
Instance details

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

Methods

withQCharPtr :: Char -> (QCharConst -> IO b) -> IO b Source #

QCharConstPtr a => QCharValue a Source # 
Instance details

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

Methods

withQCharPtr :: a -> (QCharConst -> IO b) -> IO b Source #

class CppPtr this => QCharConstPtr this where Source #

Minimal complete definition

toQCharConst

Methods

toQCharConst :: this -> QCharConst Source #

class QCharConstPtr this => QCharPtr this where Source #

Minimal complete definition

toQChar

Methods

toQChar :: this -> QChar Source #

Instances
QCharPtr QChar Source # 
Instance details

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

Methods

toQChar :: QChar -> QChar Source #

data QCharConst Source #

Instances
Eq QCharConst Source # 
Instance details

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

Ord QCharConst Source # 
Instance details

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

Show QCharConst Source # 
Instance details

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

CppPtr QCharConst Source # 
Instance details

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

Deletable QCharConst Source # 
Instance details

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

QCharConstPtr QCharConst Source # 
Instance details

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

Copyable QCharConst QChar Source # 
Instance details

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

Methods

copy :: QCharConst -> IO QChar #

Encodable QCharConst Char Source # 
Instance details

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

Methods

encode :: Char -> IO QCharConst #

Decodable QCharConst Char Source # 
Instance details

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

Methods

decode :: QCharConst -> IO Char #

data QChar Source #

Instances
Eq QChar Source # 
Instance details

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

Methods

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

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

Ord QChar Source # 
Instance details

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

Methods

compare :: QChar -> QChar -> Ordering #

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

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

(>) :: QChar -> QChar -> Bool #

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

max :: QChar -> QChar -> QChar #

min :: QChar -> QChar -> QChar #

Show QChar Source # 
Instance details

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

Methods

showsPrec :: Int -> QChar -> ShowS #

show :: QChar -> String #

showList :: [QChar] -> ShowS #

CppPtr QChar Source # 
Instance details

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

Methods

nullptr :: QChar #

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

toPtr :: QChar -> Ptr QChar #

touchCppPtr :: QChar -> IO () #

Deletable QChar Source # 
Instance details

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

Methods

delete :: QChar -> IO () #

toGc :: QChar -> IO QChar #

QCharPtr QChar Source # 
Instance details

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

Methods

toQChar :: QChar -> QChar Source #

QCharConstPtr QChar Source # 
Instance details

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

QCharValue a => Assignable QChar a Source # 
Instance details

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

Methods

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

Copyable QChar QChar Source # 
Instance details

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

Methods

copy :: QChar -> IO QChar #

Copyable QCharConst QChar Source # 
Instance details

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

Methods

copy :: QCharConst -> IO QChar #

Encodable QChar Char Source # 
Instance details

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

Methods

encode :: Char -> IO QChar #

Decodable QChar Char Source # 
Instance details

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

Methods

decode :: QChar -> IO Char #

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

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

Methods

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

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

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

Methods

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

cast :: QCharPtr this => this -> QChar Source #

downCastConst :: QCharSuperConst a => a -> QCharConst Source #

downCast :: QCharSuper a => a -> QChar Source #

decode :: QCharConstPtr this => this -> IO Char Source #

newCopy :: QCharValue arg'1 => arg'1 -> IO QChar Source #

aSSIGN :: (QCharPtr arg'1, QCharValue arg'2) => arg'1 -> arg'2 -> IO QChar Source #

cell :: QCharValue arg'1 => arg'1 -> IO CUChar Source #

combiningClass :: QCharValue arg'1 => arg'1 -> IO CUChar Source #

decomposition :: QCharValue arg'1 => arg'1 -> IO String Source #

digitValue :: QCharValue arg'1 => arg'1 -> IO Int Source #

eQ :: (QCharValue arg'1, QCharValue arg'2) => arg'1 -> arg'2 -> IO Bool Source #

gE :: (QCharValue arg'1, QCharValue arg'2) => arg'1 -> arg'2 -> IO Bool Source #

gT :: (QCharValue arg'1, QCharValue arg'2) => arg'1 -> arg'2 -> IO Bool Source #

hasMirrored :: QCharValue arg'1 => arg'1 -> IO Bool Source #

isDigit :: QCharValue arg'1 => arg'1 -> IO Bool Source #

isHighSurrogate :: QCharValue arg'1 => arg'1 -> IO Bool Source #

isLetter :: QCharValue arg'1 => arg'1 -> IO Bool Source #

isLetterOrNumber :: QCharValue arg'1 => arg'1 -> IO Bool Source #

isLowSurrogate :: QCharValue arg'1 => arg'1 -> IO Bool Source #

isLower :: QCharValue arg'1 => arg'1 -> IO Bool Source #

isMark :: QCharValue arg'1 => arg'1 -> IO Bool Source #

isNull :: QCharValue arg'1 => arg'1 -> IO Bool Source #

isNumber :: QCharValue arg'1 => arg'1 -> IO Bool Source #

isPrint :: QCharValue arg'1 => arg'1 -> IO Bool Source #

isPunct :: QCharValue arg'1 => arg'1 -> IO Bool Source #

isSpace :: QCharValue arg'1 => arg'1 -> IO Bool Source #

isSymbol :: QCharValue arg'1 => arg'1 -> IO Bool Source #

isTitleCase :: QCharValue arg'1 => arg'1 -> IO Bool Source #

isUpper :: QCharValue arg'1 => arg'1 -> IO Bool Source #

lE :: (QCharValue arg'1, QCharValue arg'2) => arg'1 -> arg'2 -> IO Bool Source #

lT :: (QCharValue arg'1, QCharValue arg'2) => arg'1 -> arg'2 -> IO Bool Source #

mirroredChar :: QCharValue arg'1 => arg'1 -> IO Char Source #

nE :: (QCharValue arg'1, QCharValue arg'2) => arg'1 -> arg'2 -> IO Bool Source #

row :: QCharValue arg'1 => arg'1 -> IO CUChar Source #

toCaseFolded :: QCharValue arg'1 => arg'1 -> IO Char Source #

toLatin1 :: QCharValue arg'1 => arg'1 -> IO CChar Source #

toLower :: QCharValue arg'1 => arg'1 -> IO Char Source #

toTitleCase :: QCharValue arg'1 => arg'1 -> IO Char Source #

toUpper :: QCharValue arg'1 => arg'1 -> IO Char Source #

unicode :: QCharValue arg'1 => arg'1 -> IO CUShort Source #

unicodeRef :: QCharPtr arg'1 => arg'1 -> IO (Ptr CUShort) Source #

data QCharCategory Source #

Instances
Bounded QCharCategory Source # 
Instance details

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

Enum QCharCategory Source # 
Instance details

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

Eq QCharCategory Source # 
Instance details

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

Ord QCharCategory Source # 
Instance details

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

Show QCharCategory Source # 
Instance details

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

data QCharDecomposition Source #

Instances
Bounded QCharDecomposition Source # 
Instance details

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

Enum QCharDecomposition Source # 
Instance details

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

Eq QCharDecomposition Source # 
Instance details

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

Ord QCharDecomposition Source # 
Instance details

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

Show QCharDecomposition Source # 
Instance details

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

data QCharJoiningType Source #

Instances
Bounded QCharJoiningType Source # 
Instance details

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

Enum QCharJoiningType Source # 
Instance details

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

Eq QCharJoiningType Source # 
Instance details

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

Ord QCharJoiningType Source # 
Instance details

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

Show QCharJoiningType Source # 
Instance details

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

data QCharDirection Source #

Instances
Bounded QCharDirection Source # 
Instance details

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

Enum QCharDirection Source # 
Instance details

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

Eq QCharDirection Source # 
Instance details

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

Ord QCharDirection Source # 
Instance details

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

Show QCharDirection Source # 
Instance details

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

data QCharSpecialCharacter Source #

Instances
Bounded QCharSpecialCharacter Source # 
Instance details

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

Enum QCharSpecialCharacter Source # 
Instance details

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

Eq QCharSpecialCharacter Source # 
Instance details

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

Ord QCharSpecialCharacter Source # 
Instance details

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

Show QCharSpecialCharacter Source # 
Instance details

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

data QCharUnicodeVersion Source #

Instances
Bounded QCharUnicodeVersion Source # 
Instance details

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

Enum QCharUnicodeVersion Source # 
Instance details

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

Eq QCharUnicodeVersion Source # 
Instance details

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

Ord QCharUnicodeVersion Source # 
Instance details

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

Show QCharUnicodeVersion Source # 
Instance details

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