Documentation
Instances
QqLocale () # | |
Defined in Qtc.Core.QLocale | |
QqLocale String # | |
Defined in Qtc.Core.QLocale | |
QqLocale Language # | |
Defined in Qtc.Core.QLocale | |
QqLocale (QLocale t1) # | |
Defined in Qtc.Core.QLocale | |
QqLocale (Language, Country) # | |
QqLocale (Language, QLocale_Script, Country) # | |
Defined in Qtc.Core.QLocale |
class QqLocale_nf x1 where #
qLocale_nf :: x1 -> IO (QLocale ()) #
Instances
QqLocale_nf () # | |
Defined in Qtc.Core.QLocale qLocale_nf :: () -> IO (QLocale ()) # | |
QqLocale_nf String # | |
Defined in Qtc.Core.QLocale qLocale_nf :: String -> IO (QLocale ()) # | |
QqLocale_nf Language # | |
Defined in Qtc.Core.QLocale qLocale_nf :: Language -> IO (QLocale ()) # | |
QqLocale_nf (QLocale t1) # | |
Defined in Qtc.Core.QLocale qLocale_nf :: QLocale t1 -> IO (QLocale ()) # | |
QqLocale_nf (Language, Country) # | |
Defined in Qtc.Core.QLocale qLocale_nf :: (Language, Country) -> IO (QLocale ()) # | |
QqLocale_nf (Language, QLocale_Script, Country) # | |
Defined in Qtc.Core.QLocale qLocale_nf :: (Language, QLocale_Script, Country) -> IO (QLocale ()) # |
qLocaleCountriesForLanguage :: Language -> IO [Country] #
qLocaleCountryToString :: Country -> IO String #
createSeparatedList :: QLocale a -> [String] -> IO String #
class QcurrencySymbol x1 where #
currencySymbol :: QLocale a -> x1 -> IO String #
Instances
QcurrencySymbol () # | |
Defined in Qtc.Core.QLocale currencySymbol :: QLocale a -> () -> IO String # | |
QcurrencySymbol CurrencySymbolFormat # | |
Defined in Qtc.Core.QLocale currencySymbol :: QLocale a -> CurrencySymbolFormat -> IO String # |
class QdateTimeFormat x1 where #
dateTimeFormat :: QLocale a -> x1 -> IO String #
Instances
QdateTimeFormat () # | |
Defined in Qtc.Core.QLocale dateTimeFormat :: QLocale a -> () -> IO String # | |
QdateTimeFormat QLocale_FormatType # | |
Defined in Qtc.Core.QLocale dateTimeFormat :: QLocale a -> QLocale_FormatType -> IO String # |
Instances
QdayName Int # | |
Defined in Qtc.Core.QLocale | |
QdayName (Int, QLocale_FormatType) # | |
Defined in Qtc.Core.QLocale dayName :: QLocale a -> (Int, QLocale_FormatType) -> IO String # |
decimalPoint :: QLocale a -> () -> IO (QChar ()) #
exponential :: QLocale a -> () -> IO (QChar ()) #
class QformattedDataSize x1 where #
formattedDataSize :: QLocale a -> x1 -> IO String #
Instances
QformattedDataSize Int # | |
Defined in Qtc.Core.QLocale formattedDataSize :: QLocale a -> Int -> IO String # | |
QformattedDataSize (Int, Int) # | |
Defined in Qtc.Core.QLocale formattedDataSize :: QLocale a -> (Int, Int) -> IO String # | |
QformattedDataSize (Int, Int, DataSizeFormats) # | |
Defined in Qtc.Core.QLocale formattedDataSize :: QLocale a -> (Int, Int, DataSizeFormats) -> IO String # |
groupSeparator :: QLocale a -> () -> IO (QChar ()) #
qLocaleLanguageToString :: Language -> IO String #
qLocaleMatchingLocales :: (Language, QLocale_Script, Country) -> IO [QLocale ()] #
class QmonthName x1 where #
Instances
QmonthName Int # | |
Defined in Qtc.Core.QLocale | |
QmonthName (Int, QLocale_FormatType) # | |
Defined in Qtc.Core.QLocale monthName :: QLocale a -> (Int, QLocale_FormatType) -> IO String # |
nativeCountryName :: QLocale a -> () -> IO String #
nativeLanguageName :: QLocale a -> () -> IO String #
negativeSign :: QLocale a -> () -> IO (QChar ()) #
numberOptions :: QLocale a -> () -> IO NumberOptions #
positiveSign :: QLocale a -> () -> IO (QChar ()) #
class QquoteString x1 where #
quoteString :: QLocale a -> x1 -> IO String #
Instances
QquoteString String # | |
Defined in Qtc.Core.QLocale quoteString :: QLocale a -> String -> IO String # | |
QquoteString (QStringRef t1) # | |
Defined in Qtc.Core.QLocale quoteString :: QLocale a -> QStringRef t1 -> IO String # | |
QquoteString (String, QuotationStyle) # | |
Defined in Qtc.Core.QLocale quoteString :: QLocale a -> (String, QuotationStyle) -> IO String # | |
QquoteString (QStringRef t1, QuotationStyle) # | |
Defined in Qtc.Core.QLocale quoteString :: QLocale a -> (QStringRef t1, QuotationStyle) -> IO String # |
qLocaleScriptToString :: QLocale_Script -> IO String #
qLocaleSetDefault :: QLocale t1 -> IO () #
setNumberOptions :: QLocale a -> NumberOptions -> IO () #
class QstandaloneDayName x1 where #
standaloneDayName :: QLocale a -> x1 -> IO String #
Instances
QstandaloneDayName Int # | |
Defined in Qtc.Core.QLocale standaloneDayName :: QLocale a -> Int -> IO String # | |
QstandaloneDayName (Int, QLocale_FormatType) # | |
Defined in Qtc.Core.QLocale standaloneDayName :: QLocale a -> (Int, QLocale_FormatType) -> IO String # |
class QstandaloneMonthName x1 where #
standaloneMonthName :: QLocale a -> x1 -> IO String #
Instances
QstandaloneMonthName Int # | |
Defined in Qtc.Core.QLocale standaloneMonthName :: QLocale a -> Int -> IO String # | |
QstandaloneMonthName (Int, QLocale_FormatType) # | |
Defined in Qtc.Core.QLocale standaloneMonthName :: QLocale a -> (Int, QLocale_FormatType) -> IO String # |
qLocaleSystem :: () -> IO (QLocale ()) #
class QtimeFormat x1 where #
timeFormat :: QLocale a -> x1 -> IO String #
Instances
QtimeFormat () # | |
Defined in Qtc.Core.QLocale timeFormat :: QLocale a -> () -> IO String # | |
QtimeFormat QLocale_FormatType # | |
Defined in Qtc.Core.QLocale timeFormat :: QLocale a -> QLocale_FormatType -> IO String # |
class QtoCurrencyString x1 where #
toCurrencyString :: QLocale a -> x1 -> IO String #
Instances
QtoCurrencyString Double # | |
Defined in Qtc.Core.QLocale toCurrencyString :: QLocale a -> Double -> IO String # | |
QtoCurrencyString Float # | |
Defined in Qtc.Core.QLocale toCurrencyString :: QLocale a -> Float -> IO String # | |
QtoCurrencyString Int # | |
Defined in Qtc.Core.QLocale toCurrencyString :: QLocale a -> Int -> IO String # | |
QtoCurrencyString (Double, String) # | |
Defined in Qtc.Core.QLocale toCurrencyString :: QLocale a -> (Double, String) -> IO String # | |
QtoCurrencyString (Float, String) # | |
Defined in Qtc.Core.QLocale toCurrencyString :: QLocale a -> (Float, String) -> IO String # | |
QtoCurrencyString (Int, String) # | |
Defined in Qtc.Core.QLocale toCurrencyString :: QLocale a -> (Int, String) -> IO String # | |
QtoCurrencyString (Double, String, Int) # | |
Defined in Qtc.Core.QLocale toCurrencyString :: QLocale a -> (Double, String, Int) -> IO String # | |
QtoCurrencyString (Float, String, Int) # | |
Defined in Qtc.Core.QLocale toCurrencyString :: QLocale a -> (Float, String, Int) -> IO String # |
Instances
QtoDate String # | |
Defined in Qtc.Core.QLocale | |
QtoDate (String, String) # | |
Defined in Qtc.Core.QLocale | |
QtoDate (String, QLocale_FormatType) # | |
Defined in Qtc.Core.QLocale toDate :: QLocale a -> (String, QLocale_FormatType) -> IO (QDate ()) # |
Instances
QtoFloat String # | |
Defined in Qtc.Core.QLocale | |
QtoFloat (QStringView t1) # | |
Defined in Qtc.Core.QLocale toFloat :: QLocale a -> QStringView t1 -> IO Float # | |
QtoFloat (QStringRef t1) # | |
Defined in Qtc.Core.QLocale toFloat :: QLocale a -> QStringRef t1 -> IO Float # | |
QtoFloat (String, QBoolPtr t2) # | |
Defined in Qtc.Core.QLocale | |
QtoFloat (QStringView t1, QBoolPtr t2) # | |
Defined in Qtc.Core.QLocale toFloat :: QLocale a -> (QStringView t1, QBoolPtr t2) -> IO Float # | |
QtoFloat (QStringRef t1, QBoolPtr t2) # | |
Defined in Qtc.Core.QLocale toFloat :: QLocale a -> (QStringRef t1, QBoolPtr t2) -> IO Float # |
class QtoLongLong x1 where #
toLongLong :: QLocale a -> x1 -> IO Int #
Instances
QtoLongLong String # | |
Defined in Qtc.Core.QLocale toLongLong :: QLocale a -> String -> IO Int # | |
QtoLongLong (QStringView t1) # | |
Defined in Qtc.Core.QLocale toLongLong :: QLocale a -> QStringView t1 -> IO Int # | |
QtoLongLong (QStringRef t1) # | |
Defined in Qtc.Core.QLocale toLongLong :: QLocale a -> QStringRef t1 -> IO Int # | |
QtoLongLong (String, QBoolPtr t2) # | |
Defined in Qtc.Core.QLocale toLongLong :: QLocale a -> (String, QBoolPtr t2) -> IO Int # | |
QtoLongLong (QStringView t1, QBoolPtr t2) # | |
Defined in Qtc.Core.QLocale toLongLong :: QLocale a -> (QStringView t1, QBoolPtr t2) -> IO Int # | |
QtoLongLong (QStringRef t1, QBoolPtr t2) # | |
Defined in Qtc.Core.QLocale toLongLong :: QLocale a -> (QStringRef t1, QBoolPtr t2) -> IO Int # |
Instances
QtoShort String # | |
Defined in Qtc.Core.QLocale | |
QtoShort (QStringView t1) # | |
Defined in Qtc.Core.QLocale toShort :: QLocale a -> QStringView t1 -> IO Int # | |
QtoShort (QStringRef t1) # | |
Defined in Qtc.Core.QLocale toShort :: QLocale a -> QStringRef t1 -> IO Int # | |
QtoShort (String, QBoolPtr t2) # | |
Defined in Qtc.Core.QLocale | |
QtoShort (QStringView t1, QBoolPtr t2) # | |
Defined in Qtc.Core.QLocale toShort :: QLocale a -> (QStringView t1, QBoolPtr t2) -> IO Int # | |
QtoShort (QStringRef t1, QBoolPtr t2) # | |
Defined in Qtc.Core.QLocale toShort :: QLocale a -> (QStringRef t1, QBoolPtr t2) -> IO Int # |
Instances
QtoTime String # | |
Defined in Qtc.Core.QLocale | |
QtoTime (String, String) # | |
Defined in Qtc.Core.QLocale | |
QtoTime (String, QLocale_FormatType) # | |
Defined in Qtc.Core.QLocale toTime :: QLocale a -> (String, QLocale_FormatType) -> IO (QTime ()) # |
class QtoULongLong x1 where #
toULongLong :: QLocale a -> x1 -> IO Int #
Instances
QtoULongLong String # | |
Defined in Qtc.Core.QLocale toULongLong :: QLocale a -> String -> IO Int # | |
QtoULongLong (QStringView t1) # | |
Defined in Qtc.Core.QLocale toULongLong :: QLocale a -> QStringView t1 -> IO Int # | |
QtoULongLong (QStringRef t1) # | |
Defined in Qtc.Core.QLocale toULongLong :: QLocale a -> QStringRef t1 -> IO Int # | |
QtoULongLong (String, QBoolPtr t2) # | |
Defined in Qtc.Core.QLocale toULongLong :: QLocale a -> (String, QBoolPtr t2) -> IO Int # | |
QtoULongLong (QStringView t1, QBoolPtr t2) # | |
Defined in Qtc.Core.QLocale toULongLong :: QLocale a -> (QStringView t1, QBoolPtr t2) -> IO Int # | |
QtoULongLong (QStringRef t1, QBoolPtr t2) # | |
Defined in Qtc.Core.QLocale toULongLong :: QLocale a -> (QStringRef t1, QBoolPtr t2) -> IO Int # |
Instances
QtoUShort String # | |
Defined in Qtc.Core.QLocale | |
QtoUShort (QStringView t1) # | |
Defined in Qtc.Core.QLocale toUShort :: QLocale a -> QStringView t1 -> IO Int # | |
QtoUShort (QStringRef t1) # | |
Defined in Qtc.Core.QLocale toUShort :: QLocale a -> QStringRef t1 -> IO Int # | |
QtoUShort (String, QBoolPtr t2) # | |
Defined in Qtc.Core.QLocale | |
QtoUShort (QStringView t1, QBoolPtr t2) # | |
Defined in Qtc.Core.QLocale toUShort :: QLocale a -> (QStringView t1, QBoolPtr t2) -> IO Int # | |
QtoUShort (QStringRef t1, QBoolPtr t2) # | |
Defined in Qtc.Core.QLocale toUShort :: QLocale a -> (QStringRef t1, QBoolPtr t2) -> IO Int # |
uiLanguages :: QLocale a -> () -> IO [String] #
qLocale_delete :: QLocale a -> IO () #