Inheritance: Object, IDisposable
示例#1
0
 public string TimeFormat(QLocale.FormatType format)
 {
     return (string) interceptor.Invoke("timeFormat$", "timeFormat(QLocale::FormatType) const", typeof(string), typeof(QLocale.FormatType), format);
 }
示例#2
0
 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);
 }
示例#3
0
 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);
 }
示例#4
0
文件: Qt.cs 项目: KDE/qyoto
 public static QDataStream Read(QDataStream arg1, QLocale arg2)
 {
     return (QDataStream) staticInterceptor.Invoke("operator>>##", "operator>>(QDataStream&, QLocale&)", typeof(QDataStream), typeof(QDataStream), arg1, typeof(QLocale), arg2);
 }
示例#5
0
 public static void SetDefault(QLocale locale)
 {
     staticInterceptor.Invoke("setDefault#", "setDefault(const QLocale&)", typeof(void), typeof(QLocale), locale);
 }
示例#6
0
 public void SetLocale(QLocale locale)
 {
     interceptor.Invoke("setLocale#", "setLocale(const QLocale&)", typeof(void), typeof(QLocale), locale);
 }
示例#7
0
 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));
 }
示例#8
0
 public QLocale(QLocale.Language language)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QLocale$", "QLocale(QLocale::Language)", typeof(void), typeof(QLocale.Language), language);
 }
示例#9
0
 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);
 }
示例#10
0
 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);
 }
示例#11
0
 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);
 }
示例#12
0
文件: QVariant.cs 项目: KDE/qyoto
 public QVariant(QLocale locale)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QVariant#", "QVariant(const QLocale&)", typeof(void), typeof(QLocale), locale);
 }
示例#13
0
 public QVariant(QLocale locale) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QVariant#", "QVariant(const QLocale&)", typeof(void), typeof(QLocale), locale);
 }
示例#14
0
 public QLocale(QLocale other) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QLocale#", "QLocale(const QLocale&)", typeof(void), typeof(QLocale), other);
 }
示例#15
0
 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);
 }
示例#16
0
 public static string CountryToString(QLocale.Country country)
 {
     return (string) staticInterceptor.Invoke("countryToString$", "countryToString(QLocale::Country)", typeof(string), typeof(QLocale.Country), country);
 }
示例#17
0
 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);
 }
示例#18
0
 public static string LanguageToString(QLocale.Language language)
 {
     return (string) staticInterceptor.Invoke("languageToString$", "languageToString(QLocale::Language)", typeof(string), typeof(QLocale.Language), language);
 }
示例#19
0
 public void SetLocale(QLocale locale)
 {
     interceptor.Invoke("setLocale#", "setLocale(const QLocale&)", typeof(void), typeof(QLocale), locale);
 }
示例#20
0
 public static void SetDefault(QLocale locale)
 {
     staticInterceptor.Invoke("setDefault#", "setDefault(const QLocale&)", typeof(void), typeof(QLocale), locale);
 }
示例#21
0
 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);
 }
示例#22
0
 public QLocale(QLocale other)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QLocale#", "QLocale(const QLocale&)", typeof(void), typeof(QLocale), other);
 }
示例#23
0
文件: Qt.cs 项目: KDE/qyoto
 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);
 }
示例#24
0
 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);
 }