Qtc.Core.QLocale

Contents

Documentation

class QqLocale x1 where #

Methods

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

Instances
QqLocale () # 
Instance details

Defined in Qtc.Core.QLocale

Methods

qLocale :: () -> IO (QLocale ()) #

QqLocale String # 
Instance details

Defined in Qtc.Core.QLocale

Methods

qLocale :: String -> IO (QLocale ()) #

QqLocale Language # 
Instance details

Defined in Qtc.Core.QLocale

Methods

qLocale :: Language -> IO (QLocale ()) #

QqLocale (QLocale t1) # 
Instance details

Defined in Qtc.Core.QLocale

Methods

qLocale :: QLocale t1 -> IO (QLocale ()) #

QqLocale (Language, Country) # 
Instance details

Defined in Qtc.Core.QLocale

Methods

qLocale :: (Language, Country) -> IO (QLocale ()) #

QqLocale (Language, QLocale_Script, Country) # 
Instance details

Defined in Qtc.Core.QLocale

Methods

qLocale :: (Language, QLocale_Script, Country) -> IO (QLocale ()) #

class QqLocale_nf x1 where #

Methods

qLocale_nf :: x1 -> IO (QLocale ()) #

Instances
QqLocale_nf () # 
Instance details

Defined in Qtc.Core.QLocale

Methods

qLocale_nf :: () -> IO (QLocale ()) #

QqLocale_nf String # 
Instance details

Defined in Qtc.Core.QLocale

Methods

qLocale_nf :: String -> IO (QLocale ()) #

QqLocale_nf Language # 
Instance details

Defined in Qtc.Core.QLocale

Methods

qLocale_nf :: Language -> IO (QLocale ()) #

QqLocale_nf (QLocale t1) # 
Instance details

Defined in Qtc.Core.QLocale

Methods

qLocale_nf :: QLocale t1 -> IO (QLocale ()) #

QqLocale_nf (Language, Country) # 
Instance details

Defined in Qtc.Core.QLocale

Methods

qLocale_nf :: (Language, Country) -> IO (QLocale ()) #

QqLocale_nf (Language, QLocale_Script, Country) # 
Instance details

Defined in Qtc.Core.QLocale

amText :: QLocale a -> () -> IO String #

bcp47Name :: QLocale a -> () -> IO String #

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

createSeparatedList :: QLocale a -> [String] -> IO String #

class QcurrencySymbol x1 where #

Methods

currencySymbol :: QLocale a -> x1 -> IO String #

Instances
QcurrencySymbol () # 
Instance details

Defined in Qtc.Core.QLocale

Methods

currencySymbol :: QLocale a -> () -> IO String #

QcurrencySymbol CurrencySymbolFormat # 
Instance details

Defined in Qtc.Core.QLocale

Methods

currencySymbol :: QLocale a -> CurrencySymbolFormat -> IO String #

class QdateTimeFormat x1 where #

Methods

dateTimeFormat :: QLocale a -> x1 -> IO String #

Instances
QdateTimeFormat () # 
Instance details

Defined in Qtc.Core.QLocale

Methods

dateTimeFormat :: QLocale a -> () -> IO String #

QdateTimeFormat QLocale_FormatType # 
Instance details

Defined in Qtc.Core.QLocale

Methods

dateTimeFormat :: QLocale a -> QLocale_FormatType -> IO String #

class QdayName x1 where #

Methods

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

Instances
QdayName Int # 
Instance details

Defined in Qtc.Core.QLocale

Methods

dayName :: QLocale a -> Int -> IO String #

QdayName (Int, QLocale_FormatType) # 
Instance details

Defined in Qtc.Core.QLocale

Methods

dayName :: QLocale a -> (Int, QLocale_FormatType) -> IO String #

decimalPoint :: QLocale a -> () -> IO (QChar ()) #

exponential :: QLocale a -> () -> IO (QChar ()) #

class QformattedDataSize x1 where #

Methods

formattedDataSize :: QLocale a -> x1 -> IO String #

Instances
QformattedDataSize Int # 
Instance details

Defined in Qtc.Core.QLocale

Methods

formattedDataSize :: QLocale a -> Int -> IO String #

QformattedDataSize (Int, Int) # 
Instance details

Defined in Qtc.Core.QLocale

Methods

formattedDataSize :: QLocale a -> (Int, Int) -> IO String #

QformattedDataSize (Int, Int, DataSizeFormats) # 
Instance details

Defined in Qtc.Core.QLocale

Methods

formattedDataSize :: QLocale a -> (Int, Int, DataSizeFormats) -> IO String #

groupSeparator :: QLocale a -> () -> IO (QChar ()) #

class QmonthName x1 where #

Methods

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

Instances
QmonthName Int # 
Instance details

Defined in Qtc.Core.QLocale

Methods

monthName :: QLocale a -> Int -> IO String #

QmonthName (Int, QLocale_FormatType) # 
Instance details

Defined in Qtc.Core.QLocale

Methods

monthName :: QLocale a -> (Int, QLocale_FormatType) -> IO String #

nativeCountryName :: QLocale a -> () -> IO String #

nativeLanguageName :: QLocale a -> () -> IO String #

negativeSign :: QLocale a -> () -> IO (QChar ()) #

percent :: QLocale a -> () -> IO (QChar ()) #

pmText :: QLocale a -> () -> IO String #

positiveSign :: QLocale a -> () -> IO (QChar ()) #

class QquoteString x1 where #

Methods

quoteString :: QLocale a -> x1 -> IO String #

Instances
QquoteString String # 
Instance details

Defined in Qtc.Core.QLocale

Methods

quoteString :: QLocale a -> String -> IO String #

QquoteString (QStringRef t1) # 
Instance details

Defined in Qtc.Core.QLocale

Methods

quoteString :: QLocale a -> QStringRef t1 -> IO String #

QquoteString (String, QuotationStyle) # 
Instance details

Defined in Qtc.Core.QLocale

Methods

quoteString :: QLocale a -> (String, QuotationStyle) -> IO String #

QquoteString (QStringRef t1, QuotationStyle) # 
Instance details

Defined in Qtc.Core.QLocale

Methods

quoteString :: QLocale a -> (QStringRef t1, QuotationStyle) -> IO String #

qLocaleSetDefault :: QLocale t1 -> IO () #

class QstandaloneDayName x1 where #

Methods

standaloneDayName :: QLocale a -> x1 -> IO String #

Instances
QstandaloneDayName Int # 
Instance details

Defined in Qtc.Core.QLocale

Methods

standaloneDayName :: QLocale a -> Int -> IO String #

QstandaloneDayName (Int, QLocale_FormatType) # 
Instance details

Defined in Qtc.Core.QLocale

Methods

standaloneDayName :: QLocale a -> (Int, QLocale_FormatType) -> IO String #

class QstandaloneMonthName x1 where #

Methods

standaloneMonthName :: QLocale a -> x1 -> IO String #

Instances
QstandaloneMonthName Int # 
Instance details

Defined in Qtc.Core.QLocale

Methods

standaloneMonthName :: QLocale a -> Int -> IO String #

QstandaloneMonthName (Int, QLocale_FormatType) # 
Instance details

Defined in Qtc.Core.QLocale

Methods

standaloneMonthName :: QLocale a -> (Int, QLocale_FormatType) -> IO String #

qLocaleSystem :: () -> IO (QLocale ()) #

class QtimeFormat x1 where #

Methods

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

Instances
QtimeFormat () # 
Instance details

Defined in Qtc.Core.QLocale

Methods

timeFormat :: QLocale a -> () -> IO String #

QtimeFormat QLocale_FormatType # 
Instance details

Defined in Qtc.Core.QLocale

Methods

timeFormat :: QLocale a -> QLocale_FormatType -> IO String #

class QtoCurrencyString x1 where #

Methods

toCurrencyString :: QLocale a -> x1 -> IO String #

Instances
QtoCurrencyString Double # 
Instance details

Defined in Qtc.Core.QLocale

Methods

toCurrencyString :: QLocale a -> Double -> IO String #

QtoCurrencyString Float # 
Instance details

Defined in Qtc.Core.QLocale

Methods

toCurrencyString :: QLocale a -> Float -> IO String #

QtoCurrencyString Int # 
Instance details

Defined in Qtc.Core.QLocale

Methods

toCurrencyString :: QLocale a -> Int -> IO String #

QtoCurrencyString (Double, String) # 
Instance details

Defined in Qtc.Core.QLocale

Methods

toCurrencyString :: QLocale a -> (Double, String) -> IO String #

QtoCurrencyString (Float, String) # 
Instance details

Defined in Qtc.Core.QLocale

Methods

toCurrencyString :: QLocale a -> (Float, String) -> IO String #

QtoCurrencyString (Int, String) # 
Instance details

Defined in Qtc.Core.QLocale

Methods

toCurrencyString :: QLocale a -> (Int, String) -> IO String #

QtoCurrencyString (Double, String, Int) # 
Instance details

Defined in Qtc.Core.QLocale

Methods

toCurrencyString :: QLocale a -> (Double, String, Int) -> IO String #

QtoCurrencyString (Float, String, Int) # 
Instance details

Defined in Qtc.Core.QLocale

Methods

toCurrencyString :: QLocale a -> (Float, String, Int) -> IO String #

class QtoDate x1 where #

Methods

toDate :: QLocale a -> x1 -> IO (QDate ()) #

Instances
QtoDate String # 
Instance details

Defined in Qtc.Core.QLocale

Methods

toDate :: QLocale a -> String -> IO (QDate ()) #

QtoDate (String, String) # 
Instance details

Defined in Qtc.Core.QLocale

Methods

toDate :: QLocale a -> (String, String) -> IO (QDate ()) #

QtoDate (String, QLocale_FormatType) # 
Instance details

Defined in Qtc.Core.QLocale

Methods

toDate :: QLocale a -> (String, QLocale_FormatType) -> IO (QDate ()) #

class QtoFloat x1 where #

Methods

toFloat :: QLocale a -> x1 -> IO Float #

Instances
QtoFloat String # 
Instance details

Defined in Qtc.Core.QLocale

Methods

toFloat :: QLocale a -> String -> IO Float #

QtoFloat (QStringView t1) # 
Instance details

Defined in Qtc.Core.QLocale

Methods

toFloat :: QLocale a -> QStringView t1 -> IO Float #

QtoFloat (QStringRef t1) # 
Instance details

Defined in Qtc.Core.QLocale

Methods

toFloat :: QLocale a -> QStringRef t1 -> IO Float #

QtoFloat (String, QBoolPtr t2) # 
Instance details

Defined in Qtc.Core.QLocale

Methods

toFloat :: QLocale a -> (String, QBoolPtr t2) -> IO Float #

QtoFloat (QStringView t1, QBoolPtr t2) # 
Instance details

Defined in Qtc.Core.QLocale

Methods

toFloat :: QLocale a -> (QStringView t1, QBoolPtr t2) -> IO Float #

QtoFloat (QStringRef t1, QBoolPtr t2) # 
Instance details

Defined in Qtc.Core.QLocale

Methods

toFloat :: QLocale a -> (QStringRef t1, QBoolPtr t2) -> IO Float #

class QtoLongLong x1 where #

Methods

toLongLong :: QLocale a -> x1 -> IO Int #

Instances
QtoLongLong String # 
Instance details

Defined in Qtc.Core.QLocale

Methods

toLongLong :: QLocale a -> String -> IO Int #

QtoLongLong (QStringView t1) # 
Instance details

Defined in Qtc.Core.QLocale

Methods

toLongLong :: QLocale a -> QStringView t1 -> IO Int #

QtoLongLong (QStringRef t1) # 
Instance details

Defined in Qtc.Core.QLocale

Methods

toLongLong :: QLocale a -> QStringRef t1 -> IO Int #

QtoLongLong (String, QBoolPtr t2) # 
Instance details

Defined in Qtc.Core.QLocale

Methods

toLongLong :: QLocale a -> (String, QBoolPtr t2) -> IO Int #

QtoLongLong (QStringView t1, QBoolPtr t2) # 
Instance details

Defined in Qtc.Core.QLocale

Methods

toLongLong :: QLocale a -> (QStringView t1, QBoolPtr t2) -> IO Int #

QtoLongLong (QStringRef t1, QBoolPtr t2) # 
Instance details

Defined in Qtc.Core.QLocale

Methods

toLongLong :: QLocale a -> (QStringRef t1, QBoolPtr t2) -> IO Int #

class QtoShort x1 where #

Methods

toShort :: QLocale a -> x1 -> IO Int #

Instances
QtoShort String # 
Instance details

Defined in Qtc.Core.QLocale

Methods

toShort :: QLocale a -> String -> IO Int #

QtoShort (QStringView t1) # 
Instance details

Defined in Qtc.Core.QLocale

Methods

toShort :: QLocale a -> QStringView t1 -> IO Int #

QtoShort (QStringRef t1) # 
Instance details

Defined in Qtc.Core.QLocale

Methods

toShort :: QLocale a -> QStringRef t1 -> IO Int #

QtoShort (String, QBoolPtr t2) # 
Instance details

Defined in Qtc.Core.QLocale

Methods

toShort :: QLocale a -> (String, QBoolPtr t2) -> IO Int #

QtoShort (QStringView t1, QBoolPtr t2) # 
Instance details

Defined in Qtc.Core.QLocale

Methods

toShort :: QLocale a -> (QStringView t1, QBoolPtr t2) -> IO Int #

QtoShort (QStringRef t1, QBoolPtr t2) # 
Instance details

Defined in Qtc.Core.QLocale

Methods

toShort :: QLocale a -> (QStringRef t1, QBoolPtr t2) -> IO Int #

class QtoTime x1 where #

Methods

toTime :: QLocale a -> x1 -> IO (QTime ()) #

Instances
QtoTime String # 
Instance details

Defined in Qtc.Core.QLocale

Methods

toTime :: QLocale a -> String -> IO (QTime ()) #

QtoTime (String, String) # 
Instance details

Defined in Qtc.Core.QLocale

Methods

toTime :: QLocale a -> (String, String) -> IO (QTime ()) #

QtoTime (String, QLocale_FormatType) # 
Instance details

Defined in Qtc.Core.QLocale

Methods

toTime :: QLocale a -> (String, QLocale_FormatType) -> IO (QTime ()) #

class QtoULongLong x1 where #

Methods

toULongLong :: QLocale a -> x1 -> IO Int #

Instances
QtoULongLong String # 
Instance details

Defined in Qtc.Core.QLocale

Methods

toULongLong :: QLocale a -> String -> IO Int #

QtoULongLong (QStringView t1) # 
Instance details

Defined in Qtc.Core.QLocale

Methods

toULongLong :: QLocale a -> QStringView t1 -> IO Int #

QtoULongLong (QStringRef t1) # 
Instance details

Defined in Qtc.Core.QLocale

Methods

toULongLong :: QLocale a -> QStringRef t1 -> IO Int #

QtoULongLong (String, QBoolPtr t2) # 
Instance details

Defined in Qtc.Core.QLocale

Methods

toULongLong :: QLocale a -> (String, QBoolPtr t2) -> IO Int #

QtoULongLong (QStringView t1, QBoolPtr t2) # 
Instance details

Defined in Qtc.Core.QLocale

Methods

toULongLong :: QLocale a -> (QStringView t1, QBoolPtr t2) -> IO Int #

QtoULongLong (QStringRef t1, QBoolPtr t2) # 
Instance details

Defined in Qtc.Core.QLocale

Methods

toULongLong :: QLocale a -> (QStringRef t1, QBoolPtr t2) -> IO Int #

class QtoUShort x1 where #

Methods

toUShort :: QLocale a -> x1 -> IO Int #

Instances
QtoUShort String # 
Instance details

Defined in Qtc.Core.QLocale

Methods

toUShort :: QLocale a -> String -> IO Int #

QtoUShort (QStringView t1) # 
Instance details

Defined in Qtc.Core.QLocale

Methods

toUShort :: QLocale a -> QStringView t1 -> IO Int #

QtoUShort (QStringRef t1) # 
Instance details

Defined in Qtc.Core.QLocale

Methods

toUShort :: QLocale a -> QStringRef t1 -> IO Int #

QtoUShort (String, QBoolPtr t2) # 
Instance details

Defined in Qtc.Core.QLocale

Methods

toUShort :: QLocale a -> (String, QBoolPtr t2) -> IO Int #

QtoUShort (QStringView t1, QBoolPtr t2) # 
Instance details

Defined in Qtc.Core.QLocale

Methods

toUShort :: QLocale a -> (QStringView t1, QBoolPtr t2) -> IO Int #

QtoUShort (QStringRef t1, QBoolPtr t2) # 
Instance details

Defined in Qtc.Core.QLocale

Methods

toUShort :: QLocale a -> (QStringRef t1, QBoolPtr t2) -> IO Int #

uiLanguages :: QLocale a -> () -> IO [String] #

weekdays :: QLocale a -> () -> IO [DayOfWeek] #

zeroDigit :: QLocale a -> () -> IO (QChar ()) #

qLocale_delete :: QLocale a -> IO () #

Orphan instances

QtoUInt (QLocale a) String # 
Instance details

Methods

toUInt :: QLocale a -> String -> IO Int #

QtoString (QLocale ()) Double # 
Instance details

Methods

toString :: QLocale () -> Double -> IO String #

QtoString (QLocale ()) Float # 
Instance details

Methods

toString :: QLocale () -> Float -> IO String #

QtoString (QLocale ()) Int # 
Instance details

Methods

toString :: QLocale () -> Int -> IO String #

QtoString (QLocaleSc a) Int # 
Instance details

Methods

toString :: QLocaleSc a -> Int -> IO String #

QtoString (QLocaleSc a) Float # 
Instance details

Methods

toString :: QLocaleSc a -> Float -> IO String #

QtoString (QLocaleSc a) Double # 
Instance details

Methods

toString :: QLocaleSc a -> Double -> IO String #

QtoInt (QLocale a) String # 
Instance details

Methods

toInt :: QLocale a -> String -> IO Int #

QtoDateTime (QLocale a) String # 
Instance details

Methods

toDateTime :: QLocale a -> String -> IO (QDateTime ()) #

QmeasurementSystem (QLocale a) () # 
Instance details

QfirstDayOfWeek (QLocale a) () # 
Instance details

Methods

firstDayOfWeek :: QLocale a -> () -> IO DayOfWeek #

QdateFormat (QLocale a) QLocale_FormatType # 
Instance details

Methods

dateFormat :: QLocale a -> QLocale_FormatType -> IO String #

QdateFormat (QLocale a) () # 
Instance details

Methods

dateFormat :: QLocale a -> () -> IO String #

QtoDouble (QLocale a) String # 
Instance details

Methods

toDouble :: QLocale a -> String -> IO Double #

QtextDirection (QLocale a) () (IO LayoutDirection) # 
Instance details

Methods

textDirection :: QLocale a -> () -> IO LayoutDirection #

Qname (QLocale a) () (IO String) # 
Instance details

Methods

name :: QLocale a -> () -> IO String #

Qlanguage (QLocale a) () (IO Language) # 
Instance details

Methods

language :: QLocale a -> () -> IO Language #

Qcountry (QLocale a) () (IO Country) # 
Instance details

Methods

country :: QLocale a -> () -> IO Country #

QtoUpper (QLocale a) String (IO String) # 
Instance details

Methods

toUpper :: QLocale a -> String -> IO String #

QtoLower (QLocale a) String (IO String) # 
Instance details

Methods

toLower :: QLocale a -> String -> IO String #

Qscript (QLocale a) () (IO QLocale_Script) # 
Instance details

Methods

script :: QLocale a -> () -> IO QLocale_Script #

QtoUInt (QLocale a) (QStringView t1) # 
Instance details

Methods

toUInt :: QLocale a -> QStringView t1 -> IO Int #

QtoUInt (QLocale a) (QStringRef t1) # 
Instance details

Methods

toUInt :: QLocale a -> QStringRef t1 -> IO Int #

QtoString (QLocale ()) (QTime t1) # 
Instance details

Methods

toString :: QLocale () -> QTime t1 -> IO String #

QtoString (QLocale ()) (QDateTime t1) # 
Instance details

Methods

toString :: QLocale () -> QDateTime t1 -> IO String #

QtoString (QLocale ()) (QDate t1) # 
Instance details

Methods

toString :: QLocale () -> QDate t1 -> IO String #

QtoString (QLocaleSc a) (QTime t1) # 
Instance details

Methods

toString :: QLocaleSc a -> QTime t1 -> IO String #

QtoString (QLocaleSc a) (QDateTime t1) # 
Instance details

Methods

toString :: QLocaleSc a -> QDateTime t1 -> IO String #

QtoString (QLocaleSc a) (QDate t1) # 
Instance details

Methods

toString :: QLocaleSc a -> QDate t1 -> IO String #

QtoInt (QLocale a) (QStringView t1) # 
Instance details

Methods

toInt :: QLocale a -> QStringView t1 -> IO Int #

QtoInt (QLocale a) (QStringRef t1) # 
Instance details

Methods

toInt :: QLocale a -> QStringRef t1 -> IO Int #

Qqswap (QLocale ()) (QLocale t1) # 
Instance details

Methods

qswap :: QLocale () -> QLocale t1 -> IO () #

Qqswap (QLocaleSc a) (QLocale t1) # 
Instance details

Methods

qswap :: QLocaleSc a -> QLocale t1 -> IO () #

Qqone (QLocale ()) (QLocale t1) # 
Instance details

Methods

qone :: QLocale () -> QLocale t1 -> IO Bool #

Qqone (QLocaleSc a) (QLocale t1) # 
Instance details

Methods

qone :: QLocaleSc a -> QLocale t1 -> IO Bool #

Qqoe (QLocale ()) (QLocale t1) # 
Instance details

Methods

qoe :: QLocale () -> QLocale t1 -> IO Bool #

Qqoe (QLocaleSc a) (QLocale t1) # 
Instance details

Methods

qoe :: QLocaleSc a -> QLocale t1 -> IO Bool #

QtoDouble (QLocale a) (QStringView t1) # 
Instance details

Methods

toDouble :: QLocale a -> QStringView t1 -> IO Double #

QtoDouble (QLocale a) (QStringRef t1) # 
Instance details

Methods

toDouble :: QLocale a -> QStringRef t1 -> IO Double #

Qqot (QLocale ()) (QLocale t1) (IO (QLocale ())) # 
Instance details

Methods

qot :: QLocale () -> QLocale t1 -> IO (QLocale ()) #

Qqot (QLocaleSc a) (QLocale t1) (IO (QLocale ())) # 
Instance details

Methods

qot :: QLocaleSc a -> QLocale t1 -> IO (QLocale ()) #

QtoUInt (QLocale a) (String, QBoolPtr t2) # 
Instance details

Methods

toUInt :: QLocale a -> (String, QBoolPtr t2) -> IO Int #

QtoUInt (QLocale a) (QStringView t1, QBoolPtr t2) # 
Instance details

Methods

toUInt :: QLocale a -> (QStringView t1, QBoolPtr t2) -> IO Int #

QtoUInt (QLocale a) (QStringRef t1, QBoolPtr t2) # 
Instance details

Methods

toUInt :: QLocale a -> (QStringRef t1, QBoolPtr t2) -> IO Int #

QtoString (QLocale ()) (Double, Qchar t2) # 
Instance details

Methods

toString :: QLocale () -> (Double, Qchar t2) -> IO String #

QtoString (QLocale ()) (Float, Qchar t2) # 
Instance details

Methods

toString :: QLocale () -> (Float, Qchar t2) -> IO String #

QtoString (QLocale ()) (QTime t1, String) # 
Instance details

Methods

toString :: QLocale () -> (QTime t1, String) -> IO String #

QtoString (QLocale ()) (QTime t1, QStringView t2) # 
Instance details

Methods

toString :: QLocale () -> (QTime t1, QStringView t2) -> IO String #

QtoString (QLocale ()) (QTime t1, QLocale_FormatType) # 
Instance details

Methods

toString :: QLocale () -> (QTime t1, QLocale_FormatType) -> IO String #

QtoString (QLocale ()) (QDateTime t1, String) # 
Instance details

Methods

toString :: QLocale () -> (QDateTime t1, String) -> IO String #

QtoString (QLocale ()) (QDateTime t1, QStringView t2) # 
Instance details

Methods

toString :: QLocale () -> (QDateTime t1, QStringView t2) -> IO String #

QtoString (QLocale ()) (QDateTime t1, QLocale_FormatType) # 
Instance details

Methods

toString :: QLocale () -> (QDateTime t1, QLocale_FormatType) -> IO String #

QtoString (QLocale ()) (QDate t1, String) # 
Instance details

Methods

toString :: QLocale () -> (QDate t1, String) -> IO String #

QtoString (QLocale ()) (QDate t1, QStringView t2) # 
Instance details

Methods

toString :: QLocale () -> (QDate t1, QStringView t2) -> IO String #

QtoString (QLocale ()) (QDate t1, QLocale_FormatType) # 
Instance details

Methods

toString :: QLocale () -> (QDate t1, QLocale_FormatType) -> IO String #

QtoString (QLocaleSc a) (QTime t1, String) # 
Instance details

Methods

toString :: QLocaleSc a -> (QTime t1, String) -> IO String #

QtoString (QLocaleSc a) (QTime t1, QStringView t2) # 
Instance details

Methods

toString :: QLocaleSc a -> (QTime t1, QStringView t2) -> IO String #

QtoString (QLocaleSc a) (QTime t1, QLocale_FormatType) # 
Instance details

Methods

toString :: QLocaleSc a -> (QTime t1, QLocale_FormatType) -> IO String #

QtoString (QLocaleSc a) (QDateTime t1, String) # 
Instance details

Methods

toString :: QLocaleSc a -> (QDateTime t1, String) -> IO String #

QtoString (QLocaleSc a) (QDateTime t1, QStringView t2) # 
Instance details

Methods

toString :: QLocaleSc a -> (QDateTime t1, QStringView t2) -> IO String #

QtoString (QLocaleSc a) (QDateTime t1, QLocale_FormatType) # 
Instance details

Methods

toString :: QLocaleSc a -> (QDateTime t1, QLocale_FormatType) -> IO String #

QtoString (QLocaleSc a) (QDate t1, String) # 
Instance details

Methods

toString :: QLocaleSc a -> (QDate t1, String) -> IO String #

QtoString (QLocaleSc a) (QDate t1, QStringView t2) # 
Instance details

Methods

toString :: QLocaleSc a -> (QDate t1, QStringView t2) -> IO String #

QtoString (QLocaleSc a) (QDate t1, QLocale_FormatType) # 
Instance details

Methods

toString :: QLocaleSc a -> (QDate t1, QLocale_FormatType) -> IO String #

QtoString (QLocaleSc a) (Float, Qchar t2) # 
Instance details

Methods

toString :: QLocaleSc a -> (Float, Qchar t2) -> IO String #

QtoString (QLocaleSc a) (Double, Qchar t2) # 
Instance details

Methods

toString :: QLocaleSc a -> (Double, Qchar t2) -> IO String #

QtoInt (QLocale a) (String, QBoolPtr t2) # 
Instance details

Methods

toInt :: QLocale a -> (String, QBoolPtr t2) -> IO Int #

QtoInt (QLocale a) (QStringView t1, QBoolPtr t2) # 
Instance details

Methods

toInt :: QLocale a -> (QStringView t1, QBoolPtr t2) -> IO Int #

QtoInt (QLocale a) (QStringRef t1, QBoolPtr t2) # 
Instance details

Methods

toInt :: QLocale a -> (QStringRef t1, QBoolPtr t2) -> IO Int #

QtoDateTime (QLocale a) (String, String) # 
Instance details

Methods

toDateTime :: QLocale a -> (String, String) -> IO (QDateTime ()) #

QtoDateTime (QLocale a) (String, QLocale_FormatType) # 
Instance details

Methods

toDateTime :: QLocale a -> (String, QLocale_FormatType) -> IO (QDateTime ()) #

QtoDouble (QLocale a) (String, QBoolPtr t2) # 
Instance details

Methods

toDouble :: QLocale a -> (String, QBoolPtr t2) -> IO Double #

QtoDouble (QLocale a) (QStringView t1, QBoolPtr t2) # 
Instance details

Methods

toDouble :: QLocale a -> (QStringView t1, QBoolPtr t2) -> IO Double #

QtoDouble (QLocale a) (QStringRef t1, QBoolPtr t2) # 
Instance details

Methods

toDouble :: QLocale a -> (QStringRef t1, QBoolPtr t2) -> IO Double #

QtoString (QLocale ()) (Double, Qchar t2, Int) # 
Instance details

Methods

toString :: QLocale () -> (Double, Qchar t2, Int) -> IO String #

QtoString (QLocale ()) (Float, Qchar t2, Int) # 
Instance details

Methods

toString :: QLocale () -> (Float, Qchar t2, Int) -> IO String #

QtoString (QLocaleSc a) (Float, Qchar t2, Int) # 
Instance details

Methods

toString :: QLocaleSc a -> (Float, Qchar t2, Int) -> IO String #

QtoString (QLocaleSc a) (Double, Qchar t2, Int) # 
Instance details

Methods

toString :: QLocaleSc a -> (Double, Qchar t2, Int) -> IO String #