public string TimeFormat(QLocale.FormatType format) { return (string) interceptor.Invoke("timeFormat$", "timeFormat(QLocale::FormatType) const", typeof(string), typeof(QLocale.FormatType), format); }
public string DayName(int arg1, QLocale.FormatType format) { return (string) interceptor.Invoke("dayName$$", "dayName(int, QLocale::FormatType) const", typeof(string), typeof(int), arg1, typeof(QLocale.FormatType), format); }
public string StandaloneMonthName(int arg1, QLocale.FormatType format) { return (string) interceptor.Invoke("standaloneMonthName$$", "standaloneMonthName(int, QLocale::FormatType) const", typeof(string), typeof(int), arg1, typeof(QLocale.FormatType), format); }
public static QDataStream Read(QDataStream arg1, QLocale arg2) { return (QDataStream) staticInterceptor.Invoke("operator>>##", "operator>>(QDataStream&, QLocale&)", typeof(QDataStream), typeof(QDataStream), arg1, typeof(QLocale), arg2); }
public static void SetDefault(QLocale locale) { staticInterceptor.Invoke("setDefault#", "setDefault(const QLocale&)", typeof(void), typeof(QLocale), locale); }
public void SetLocale(QLocale locale) { interceptor.Invoke("setLocale#", "setLocale(const QLocale&)", typeof(void), typeof(QLocale), locale); }
public virtual string DisplayText(QVariant value, QLocale locale) { return((string)interceptor.Invoke("displayText##", "displayText(const QVariant&, const QLocale&) const", typeof(string), typeof(QVariant), value, typeof(QLocale), locale)); }
public QLocale(QLocale.Language language) : this((Type) null) { CreateProxy(); interceptor.Invoke("QLocale$", "QLocale(QLocale::Language)", typeof(void), typeof(QLocale.Language), language); }
public static List<QLocale.Country> CountriesForLanguage(QLocale.Language lang) { return (List<QLocale.Country>) staticInterceptor.Invoke("countriesForLanguage$", "countriesForLanguage(QLocale::Language)", typeof(List<QLocale.Country>), typeof(QLocale.Language), lang); }
public QTime ToTime(string arg1, QLocale.FormatType arg2) { return (QTime) interceptor.Invoke("toTime$$", "toTime(const QString&, QLocale::FormatType) const", typeof(QTime), typeof(string), arg1, typeof(QLocale.FormatType), arg2); }
public QLocale(QLocale.Language language, QLocale.Country country) : this((Type) null) { CreateProxy(); interceptor.Invoke("QLocale$$", "QLocale(QLocale::Language, QLocale::Country)", typeof(void), typeof(QLocale.Language), language, typeof(QLocale.Country), country); }
public QVariant(QLocale locale) : this((Type) null) { CreateProxy(); interceptor.Invoke("QVariant#", "QVariant(const QLocale&)", typeof(void), typeof(QLocale), locale); }
public QVariant(QLocale locale) : this((Type)null) { CreateProxy(); interceptor.Invoke("QVariant#", "QVariant(const QLocale&)", typeof(void), typeof(QLocale), locale); }
public QLocale(QLocale other) : this((Type)null) { CreateProxy(); interceptor.Invoke("QLocale#", "QLocale(const QLocale&)", typeof(void), typeof(QLocale), other); }
public QDateTime ToDateTime(string arg1, QLocale.FormatType format) { return (QDateTime) interceptor.Invoke("toDateTime$$", "toDateTime(const QString&, QLocale::FormatType) const", typeof(QDateTime), typeof(string), arg1, typeof(QLocale.FormatType), format); }
public static string CountryToString(QLocale.Country country) { return (string) staticInterceptor.Invoke("countryToString$", "countryToString(QLocale::Country)", typeof(string), typeof(QLocale.Country), country); }
public string ToString(QDate date, QLocale.FormatType format) { return (string) interceptor.Invoke("toString#$", "toString(const QDate&, QLocale::FormatType) const", typeof(string), typeof(QDate), date, typeof(QLocale.FormatType), format); }
public static string LanguageToString(QLocale.Language language) { return (string) staticInterceptor.Invoke("languageToString$", "languageToString(QLocale::Language)", typeof(string), typeof(QLocale.Language), language); }
public virtual string DisplayText(QVariant value, QLocale locale) { return (string) interceptor.Invoke("displayText##", "displayText(const QVariant&, const QLocale&) const", typeof(string), typeof(QVariant), value, typeof(QLocale), locale); }
public QLocale(QLocale other) : this((Type) null) { CreateProxy(); interceptor.Invoke("QLocale#", "QLocale(const QLocale&)", typeof(void), typeof(QLocale), other); }
public static QDataStream Write(QDataStream arg1, QLocale arg2) { return (QDataStream) staticInterceptor.Invoke("operator<<##", "operator<<(QDataStream&, const QLocale&)", typeof(QDataStream), typeof(QDataStream), arg1, typeof(QLocale), arg2); }
public QResource(string file, QLocale locale) : this((Type) null) { CreateProxy(); interceptor.Invoke("QResource$#", "QResource(const QString&, const QLocale&)", typeof(void), typeof(string), file, typeof(QLocale), locale); }