| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Graphics.UI.Qtah.Core.QChar
Documentation
class QCharValue a where Source #
Minimal complete definition
Methods
withQCharPtr :: a -> (QCharConst -> IO b) -> IO b Source #
Instances
| QCharValue Char Source # | |
Defined in Graphics.UI.Qtah.Generated.Core.QChar Methods withQCharPtr :: Char -> (QCharConst -> IO b) -> IO b Source # | |
| QCharConstPtr a => QCharValue a Source # | |
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
Methods
toQCharConst :: this -> QCharConst Source #
Instances
| QCharConstPtr QChar Source # | |
Defined in Graphics.UI.Qtah.Generated.Core.QChar Methods toQCharConst :: QChar -> QCharConst Source # | |
| QCharConstPtr QCharConst Source # | |
Defined in Graphics.UI.Qtah.Generated.Core.QChar Methods toQCharConst :: QCharConst -> QCharConst Source # | |
class QCharConstPtr this => QCharPtr this where Source #
Minimal complete definition
data QCharConst Source #
Instances
Instances
| Eq QChar Source # | |
| Ord QChar Source # | |
| Show QChar Source # | |
| CppPtr QChar Source # | |
| Deletable QChar Source # | |
| QCharPtr QChar Source # | |
| QCharConstPtr QChar Source # | |
Defined in Graphics.UI.Qtah.Generated.Core.QChar Methods toQCharConst :: QChar -> QCharConst Source # | |
| QCharValue a => Assignable QChar a Source # | |
Defined in Graphics.UI.Qtah.Generated.Core.QChar | |
| Copyable QChar QChar Source # | |
| Copyable QCharConst QChar Source # | |
Defined in Graphics.UI.Qtah.Generated.Core.QChar Methods copy :: QCharConst -> IO QChar # | |
| Encodable QChar Char Source # | |
| Decodable QChar Char Source # | |
| Assignable (Ptr (Ptr QChar)) QChar Source # | |
| Decodable (Ptr (Ptr QChar)) QChar Source # | |
castConst :: QCharConstPtr this => this -> QCharConst Source #
downCastConst :: QCharSuperConst a => a -> QCharConst Source #
category :: QCharValue arg'1 => arg'1 -> IO QCharCategory Source #
combiningClass :: QCharValue arg'1 => arg'1 -> IO CUChar Source #
decomposition :: QCharValue arg'1 => arg'1 -> IO String Source #
decompositionTag :: QCharValue arg'1 => arg'1 -> IO QCharDecomposition Source #
digitValue :: QCharValue arg'1 => arg'1 -> IO Int Source #
direction :: QCharValue arg'1 => arg'1 -> IO QCharDirection 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 #
isHighSurrogate :: 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 #
isTitleCase :: QCharValue arg'1 => arg'1 -> IO Bool Source #
joiningType :: QCharValue arg'1 => arg'1 -> IO QCharJoiningType 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 #
toCaseFolded :: QCharValue arg'1 => arg'1 -> IO Char Source #
toTitleCase :: QCharValue arg'1 => arg'1 -> IO Char Source #
unicodeVersion :: QCharValue arg'1 => arg'1 -> IO QCharUnicodeVersion Source #
data QCharCategory Source #
Constructors
Instances
data QCharDecomposition Source #
Constructors
| NoDecomposition | |
| Canonical | |
| Circle | |
| Compat | |
| Final | |
| Font | |
| Fraction | |
| Initial | |
| Isolated | |
| Medial | |
| Narrow | |
| NoBreak | |
| Small | |
| Square | |
| Sub | |
| Super | |
| Vertical | |
| Wide |
Instances
data QCharJoiningType Source #
Instances
data QCharDirection Source #
Constructors
| DirAl | |
| DirAn | |
| DirB | |
| DirBn | |
| DirCs | |
| DirEn | |
| DirEs | |
| DirEt | |
| DirL | |
| DirLre | |
| DirLro | |
| DirNsm | |
| DirOn | |
| DirPdf | |
| DirR | |
| DirRle | |
| DirRlo | |
| DirS | |
| DirWs |
Instances
data QCharSpecialCharacter Source #
Constructors
| Null | |
| Nbsp | |
| LineSeparator | |
| ParagraphSeparator | |
| ObjectReplacementCharacter | |
| ReplacementCharacter | |
| ByteOrderMark | |
| ByteOrderSwapped |
Instances
data QCharUnicodeVersion Source #
Constructors
| Unicode1_1 | |
| Unicode2_0 | |
| Unicode2_1_2 | |
| Unicode3_0 | |
| Unicode3_1 | |
| Unicode3_2 | |
| Unicode4_0 | |
| Unicode4_1 | |
| Unicode5_0 | |
| UnicodeUnassigned |