qtah-qt5-0.5.1: Qt bindings for Haskell

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.Qtah.Core.QTextCodec

Documentation

class QTextCodecValue a where Source #

Minimal complete definition

withQTextCodecPtr

Methods

withQTextCodecPtr :: a -> (QTextCodecConst -> IO b) -> IO b Source #

class QTextCodecConstPtr this => QTextCodecPtr this where Source #

Minimal complete definition

toQTextCodec

Methods

toQTextCodec :: this -> QTextCodec Source #

data QTextCodec Source #

Instances
Eq QTextCodec Source # 
Instance details

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

Ord QTextCodec Source # 
Instance details

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

Show QTextCodec Source # 
Instance details

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

CppPtr QTextCodec Source # 
Instance details

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

QTextCodecPtr QTextCodec Source # 
Instance details

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

QTextCodecConstPtr QTextCodec Source # 
Instance details

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

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

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

Methods

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

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

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

cast :: QTextCodecPtr this => this -> QTextCodec Source #

downCastConst :: QTextCodecSuperConst a => a -> QTextCodecConst Source #

downCast :: QTextCodecSuper a => a -> QTextCodec Source #

aliases :: QTextCodecValue arg'1 => arg'1 -> IO [ByteString] Source #

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

canEncodeString :: (QTextCodecValue arg'1, QStringValue arg'2) => arg'1 -> arg'2 -> IO Bool Source #

fromUnicode :: (QTextCodecValue arg'1, QStringValue arg'2) => arg'1 -> arg'2 -> IO ByteString Source #

mibEnum :: QTextCodecValue arg'1 => arg'1 -> IO Int Source #

name :: QTextCodecValue arg'1 => arg'1 -> IO ByteString Source #

setCodecForLocale :: QTextCodecPtr arg'1 => arg'1 -> IO () Source #

toUnicode :: (QTextCodecValue arg'1, QByteArrayValue arg'2) => arg'1 -> arg'2 -> IO String Source #