qt-1.1.6.1: Qt bindings

Safe HaskellNone
LanguageHaskell98

Qtc.Core.QLocale

Description

Documentation

class QqLocale x1 where Source

Methods

qLocale :: x1 -> IO (QLocale ()) Source

qLocaleC :: () -> IO (QLocale ()) Source

class QdateFormat x1 where Source

Methods

dateFormat :: QLocale a -> x1 -> IO String Source

class QdayName x1 where Source

Methods

dayName :: QLocale a -> x1 -> IO String Source

class QdecimalPoint x0 x1 where Source

Methods

decimalPoint :: x0 -> x1 -> IO (QChar ()) Source

Instances

class QdecimalPoint_nf x0 x1 where Source

Methods

decimalPoint_nf :: x0 -> x1 -> IO (QChar ()) Source

class Qexponential x0 x1 where Source

Methods

exponential :: x0 -> x1 -> IO (QChar ()) Source

Instances

class Qexponential_nf x0 x1 where Source

Methods

exponential_nf :: x0 -> x1 -> IO (QChar ()) Source

class QgroupSeparator x0 x1 where Source

Methods

groupSeparator :: x0 -> x1 -> IO (QChar ()) Source

class QgroupSeparator_nf x0 x1 where Source

Methods

groupSeparator_nf :: x0 -> x1 -> IO (QChar ()) Source

class QmonthName x1 where Source

Methods

monthName :: QLocale a -> x1 -> IO String Source

class QnegativeSign x0 x1 where Source

Methods

negativeSign :: x0 -> x1 -> IO (QChar ()) Source

Instances

class QnegativeSign_nf x0 x1 where Source

Methods

negativeSign_nf :: x0 -> x1 -> IO (QChar ()) Source

class Qpercent x0 x1 where Source

Methods

percent :: x0 -> x1 -> IO (QChar ()) Source

Instances

class Qpercent_nf x0 x1 where Source

Methods

percent_nf :: x0 -> x1 -> IO (QChar ()) Source

Instances

class QtimeFormat x1 where Source

Methods

timeFormat :: QLocale a -> x1 -> IO String Source

class QzeroDigit x0 x1 where Source

Methods

zeroDigit :: x0 -> x1 -> IO (QChar ()) Source

Instances

class QzeroDigit_nf x0 x1 where Source

Methods

zeroDigit_nf :: x0 -> x1 -> IO (QChar ()) Source

Instances