C# 클래스 Qyoto.QLocale

상속: Object, IDisposable
파일 보기 프로젝트 열기: 0xd34df00d/Qross 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
interceptor SmokeInvocation

공개 메소드들

메소드 설명
AmText ( ) : string
C ( ) : QLocale
CountriesForLanguage ( QLocale lang ) : List
CountryToString ( QLocale country ) : string
DateFormat ( ) : string
DateFormat ( QLocale format ) : string
DateTimeFormat ( ) : string
DateTimeFormat ( QLocale format ) : string
DayName ( int arg1 ) : string
DayName ( int arg1, QLocale format ) : string
DecimalPoint ( ) : QChar
Dispose ( ) : void
Equals ( object o ) : bool
Exponential ( ) : QChar
GetHashCode ( ) : int
GroupSeparator ( ) : QChar
LanguageToString ( QLocale language ) : string
MonthName ( int arg1 ) : string
MonthName ( int arg1, QLocale format ) : string
Name ( ) : string
NegativeSign ( ) : QChar
NumberOptions ( ) : uint
Percent ( ) : QChar
PmText ( ) : string
PositiveSign ( ) : QChar
QLocale ( QLocale language ) : System
QLocale ( QLocale language, QLocale country ) : System
QLocale ( string name ) : System
SetDefault ( QLocale locale ) : void
SetNumberOptions ( uint options ) : void
StandaloneDayName ( int arg1 ) : string
StandaloneDayName ( int arg1, QLocale format ) : string
StandaloneMonthName ( int arg1 ) : string
StandaloneMonthName ( int arg1, QLocale format ) : string
System ( ) : QLocale
TimeFormat ( ) : string
TimeFormat ( QLocale format ) : string
ToDate ( string arg1 ) : QDate
ToDate ( string arg1, QLocale arg2 ) : QDate
ToDate ( string arg1, string format ) : QDate
ToDateTime ( string arg1 ) : Qyoto.QDateTime
ToDateTime ( string arg1, QLocale format ) : Qyoto.QDateTime
ToDateTime ( string arg1, string format ) : Qyoto.QDateTime
ToDouble ( string s ) : double
ToDouble ( string s, bool &ok ) : double
ToFloat ( string s ) : float
ToFloat ( string s, bool &ok ) : float
ToInt ( string s ) : int
ToInt ( string s, bool &ok ) : int
ToInt ( string s, bool &ok, int arg3 ) : int
ToLongLong ( string s ) : long
ToLongLong ( string s, bool &ok ) : long
ToLongLong ( string s, bool &ok, int arg3 ) : long
ToShort ( string s ) : short
ToShort ( string s, bool &ok ) : short
ToShort ( string s, bool &ok, int arg3 ) : short
ToString ( QDate date ) : string
ToString ( QDate date, QLocale format ) : string
ToString ( QDate date, string formatStr ) : string
ToString ( Qyoto.QDateTime dateTime ) : string
ToString ( Qyoto.QDateTime dateTime, QLocale format ) : string
ToString ( Qyoto.QDateTime dateTime, string format ) : string
ToString ( Qyoto.QTime time ) : string
ToString ( Qyoto.QTime time, QLocale format ) : string
ToString ( Qyoto.QTime time, string formatStr ) : string
ToString ( double i ) : string
ToString ( double i, char f ) : string
ToString ( double i, char f, int prec ) : string
ToString ( float i ) : string
ToString ( float i, char f ) : string
ToString ( float i, char f, int prec ) : string
ToString ( int i ) : string
ToString ( long i ) : string
ToString ( short i ) : string
ToString ( uint i ) : string
ToString ( ulong i ) : string
ToString ( ushort i ) : string
ToTime ( string arg1 ) : Qyoto.QTime
ToTime ( string arg1, QLocale arg2 ) : Qyoto.QTime
ToTime ( string arg1, string format ) : Qyoto.QTime
ToUInt ( string s ) : uint
ToUInt ( string s, bool &ok ) : uint
ToUInt ( string s, bool &ok, int arg3 ) : uint
ToULongLong ( string s ) : long
ToULongLong ( string s, bool &ok ) : long
ToULongLong ( string s, bool &ok, int arg3 ) : long
ToUShort ( string s ) : ushort
ToUShort ( string s, bool &ok ) : ushort
ToUShort ( string s, bool &ok, int arg3 ) : ushort
ZeroDigit ( ) : QChar
country ( ) : QLocale.Country
language ( ) : QLocale.Language
measurementSystem ( ) : QLocale.MeasurementSystem
operator ( ) : bool

보호된 메소드들

메소드 설명
CreateProxy ( ) : void
QLocale ( Type dummy ) : System

비공개 메소드들

메소드 설명
QLocale ( ) : System

메소드 상세

AmText() 공개 메소드

public AmText ( ) : string
리턴 string

C() 공개 정적인 메소드

public static C ( ) : QLocale
리턴 QLocale

CountriesForLanguage() 공개 정적인 메소드

public static CountriesForLanguage ( QLocale lang ) : List
lang QLocale
리턴 List

CountryToString() 공개 정적인 메소드

public static CountryToString ( QLocale country ) : string
country QLocale
리턴 string

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

DateFormat() 공개 메소드

public DateFormat ( ) : string
리턴 string

DateFormat() 공개 메소드

public DateFormat ( QLocale format ) : string
format QLocale
리턴 string

DateTimeFormat() 공개 메소드

public DateTimeFormat ( ) : string
리턴 string

DateTimeFormat() 공개 메소드

public DateTimeFormat ( QLocale format ) : string
format QLocale
리턴 string

DayName() 공개 메소드

public DayName ( int arg1 ) : string
arg1 int
리턴 string

DayName() 공개 메소드

public DayName ( int arg1, QLocale format ) : string
arg1 int
format QLocale
리턴 string

DecimalPoint() 공개 메소드

public DecimalPoint ( ) : QChar
리턴 QChar

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Equals() 공개 메소드

public Equals ( object o ) : bool
o object
리턴 bool

Exponential() 공개 메소드

public Exponential ( ) : QChar
리턴 QChar

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GroupSeparator() 공개 메소드

public GroupSeparator ( ) : QChar
리턴 QChar

LanguageToString() 공개 정적인 메소드

public static LanguageToString ( QLocale language ) : string
language QLocale
리턴 string

MonthName() 공개 메소드

public MonthName ( int arg1 ) : string
arg1 int
리턴 string

MonthName() 공개 메소드

public MonthName ( int arg1, QLocale format ) : string
arg1 int
format QLocale
리턴 string

Name() 공개 메소드

public Name ( ) : string
리턴 string

NegativeSign() 공개 메소드

public NegativeSign ( ) : QChar
리턴 QChar

NumberOptions() 공개 메소드

public NumberOptions ( ) : uint
리턴 uint

Percent() 공개 메소드

public Percent ( ) : QChar
리턴 QChar

PmText() 공개 메소드

public PmText ( ) : string
리턴 string

PositiveSign() 공개 메소드

public PositiveSign ( ) : QChar
리턴 QChar

QLocale() 공개 메소드

public QLocale ( QLocale language ) : System
language QLocale
리턴 System

QLocale() 공개 메소드

public QLocale ( QLocale language, QLocale country ) : System
language QLocale
country QLocale
리턴 System

QLocale() 보호된 메소드

protected QLocale ( Type dummy ) : System
dummy System.Type
리턴 System

QLocale() 공개 메소드

public QLocale ( string name ) : System
name string
리턴 System

SetDefault() 공개 정적인 메소드

public static SetDefault ( QLocale locale ) : void
locale QLocale
리턴 void

SetNumberOptions() 공개 메소드

public SetNumberOptions ( uint options ) : void
options uint
리턴 void

StandaloneDayName() 공개 메소드

public StandaloneDayName ( int arg1 ) : string
arg1 int
리턴 string

StandaloneDayName() 공개 메소드

public StandaloneDayName ( int arg1, QLocale format ) : string
arg1 int
format QLocale
리턴 string

StandaloneMonthName() 공개 메소드

public StandaloneMonthName ( int arg1 ) : string
arg1 int
리턴 string

StandaloneMonthName() 공개 메소드

public StandaloneMonthName ( int arg1, QLocale format ) : string
arg1 int
format QLocale
리턴 string

System() 공개 정적인 메소드

public static System ( ) : QLocale
리턴 QLocale

TimeFormat() 공개 메소드

public TimeFormat ( ) : string
리턴 string

TimeFormat() 공개 메소드

public TimeFormat ( QLocale format ) : string
format QLocale
리턴 string

ToDate() 공개 메소드

public ToDate ( string arg1 ) : QDate
arg1 string
리턴 QDate

ToDate() 공개 메소드

public ToDate ( string arg1, QLocale arg2 ) : QDate
arg1 string
arg2 QLocale
리턴 QDate

ToDate() 공개 메소드

public ToDate ( string arg1, string format ) : QDate
arg1 string
format string
리턴 QDate

ToDateTime() 공개 메소드

public ToDateTime ( string arg1 ) : Qyoto.QDateTime
arg1 string
리턴 Qyoto.QDateTime

ToDateTime() 공개 메소드

public ToDateTime ( string arg1, QLocale format ) : Qyoto.QDateTime
arg1 string
format QLocale
리턴 Qyoto.QDateTime

ToDateTime() 공개 메소드

public ToDateTime ( string arg1, string format ) : Qyoto.QDateTime
arg1 string
format string
리턴 Qyoto.QDateTime

ToDouble() 공개 메소드

public ToDouble ( string s ) : double
s string
리턴 double

ToDouble() 공개 메소드

public ToDouble ( string s, bool &ok ) : double
s string
ok bool
리턴 double

ToFloat() 공개 메소드

public ToFloat ( string s ) : float
s string
리턴 float

ToFloat() 공개 메소드

public ToFloat ( string s, bool &ok ) : float
s string
ok bool
리턴 float

ToInt() 공개 메소드

public ToInt ( string s ) : int
s string
리턴 int

ToInt() 공개 메소드

public ToInt ( string s, bool &ok ) : int
s string
ok bool
리턴 int

ToInt() 공개 메소드

public ToInt ( string s, bool &ok, int arg3 ) : int
s string
ok bool
arg3 int
리턴 int

ToLongLong() 공개 메소드

public ToLongLong ( string s ) : long
s string
리턴 long

ToLongLong() 공개 메소드

public ToLongLong ( string s, bool &ok ) : long
s string
ok bool
리턴 long

ToLongLong() 공개 메소드

public ToLongLong ( string s, bool &ok, int arg3 ) : long
s string
ok bool
arg3 int
리턴 long

ToShort() 공개 메소드

public ToShort ( string s ) : short
s string
리턴 short

ToShort() 공개 메소드

public ToShort ( string s, bool &ok ) : short
s string
ok bool
리턴 short

ToShort() 공개 메소드

public ToShort ( string s, bool &ok, int arg3 ) : short
s string
ok bool
arg3 int
리턴 short

ToString() 공개 메소드

public ToString ( QDate date ) : string
date QDate
리턴 string

ToString() 공개 메소드

public ToString ( QDate date, QLocale format ) : string
date QDate
format QLocale
리턴 string

ToString() 공개 메소드

public ToString ( QDate date, string formatStr ) : string
date QDate
formatStr string
리턴 string

ToString() 공개 메소드

public ToString ( Qyoto.QDateTime dateTime ) : string
dateTime Qyoto.QDateTime
리턴 string

ToString() 공개 메소드

public ToString ( Qyoto.QDateTime dateTime, QLocale format ) : string
dateTime Qyoto.QDateTime
format QLocale
리턴 string

ToString() 공개 메소드

public ToString ( Qyoto.QDateTime dateTime, string format ) : string
dateTime Qyoto.QDateTime
format string
리턴 string

ToString() 공개 메소드

public ToString ( Qyoto.QTime time ) : string
time Qyoto.QTime
리턴 string

ToString() 공개 메소드

public ToString ( Qyoto.QTime time, QLocale format ) : string
time Qyoto.QTime
format QLocale
리턴 string

ToString() 공개 메소드

public ToString ( Qyoto.QTime time, string formatStr ) : string
time Qyoto.QTime
formatStr string
리턴 string

ToString() 공개 메소드

public ToString ( double i ) : string
i double
리턴 string

ToString() 공개 메소드

public ToString ( double i, char f ) : string
i double
f char
리턴 string

ToString() 공개 메소드

public ToString ( double i, char f, int prec ) : string
i double
f char
prec int
리턴 string

ToString() 공개 메소드

public ToString ( float i ) : string
i float
리턴 string

ToString() 공개 메소드

public ToString ( float i, char f ) : string
i float
f char
리턴 string

ToString() 공개 메소드

public ToString ( float i, char f, int prec ) : string
i float
f char
prec int
리턴 string

ToString() 공개 메소드

public ToString ( int i ) : string
i int
리턴 string

ToString() 공개 메소드

public ToString ( long i ) : string
i long
리턴 string

ToString() 공개 메소드

public ToString ( short i ) : string
i short
리턴 string

ToString() 공개 메소드

public ToString ( uint i ) : string
i uint
리턴 string

ToString() 공개 메소드

public ToString ( ulong i ) : string
i ulong
리턴 string

ToString() 공개 메소드

public ToString ( ushort i ) : string
i ushort
리턴 string

ToTime() 공개 메소드

public ToTime ( string arg1 ) : Qyoto.QTime
arg1 string
리턴 Qyoto.QTime

ToTime() 공개 메소드

public ToTime ( string arg1, QLocale arg2 ) : Qyoto.QTime
arg1 string
arg2 QLocale
리턴 Qyoto.QTime

ToTime() 공개 메소드

public ToTime ( string arg1, string format ) : Qyoto.QTime
arg1 string
format string
리턴 Qyoto.QTime

ToUInt() 공개 메소드

public ToUInt ( string s ) : uint
s string
리턴 uint

ToUInt() 공개 메소드

public ToUInt ( string s, bool &ok ) : uint
s string
ok bool
리턴 uint

ToUInt() 공개 메소드

public ToUInt ( string s, bool &ok, int arg3 ) : uint
s string
ok bool
arg3 int
리턴 uint

ToULongLong() 공개 메소드

public ToULongLong ( string s ) : long
s string
리턴 long

ToULongLong() 공개 메소드

public ToULongLong ( string s, bool &ok ) : long
s string
ok bool
리턴 long

ToULongLong() 공개 메소드

public ToULongLong ( string s, bool &ok, int arg3 ) : long
s string
ok bool
arg3 int
리턴 long

ToUShort() 공개 메소드

public ToUShort ( string s ) : ushort
s string
리턴 ushort

ToUShort() 공개 메소드

public ToUShort ( string s, bool &ok ) : ushort
s string
ok bool
리턴 ushort

ToUShort() 공개 메소드

public ToUShort ( string s, bool &ok, int arg3 ) : ushort
s string
ok bool
arg3 int
리턴 ushort

ZeroDigit() 공개 메소드

public ZeroDigit ( ) : QChar
리턴 QChar

country() 공개 메소드

public country ( ) : QLocale.Country
리턴 QLocale.Country

language() 공개 메소드

public language ( ) : QLocale.Language
리턴 QLocale.Language

measurementSystem() 공개 메소드

public measurementSystem ( ) : QLocale.MeasurementSystem
리턴 QLocale.MeasurementSystem

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

interceptor 보호되어 있는 프로퍼티

protected SmokeInvocation,Qyoto interceptor
리턴 SmokeInvocation