C# 클래스 Qyoto.QTranslator

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

공개 메소드들

메소드 설명
Dispose ( ) : void
Load ( Pointer data, int len ) : bool
Load ( string filename ) : bool
Load ( string filename, string directory ) : bool
Load ( string filename, string directory, string search_delimiters ) : bool
Load ( string filename, string directory, string search_delimiters, string suffix ) : bool
QTranslator ( QObject parent ) : System
Tr ( string s ) : string
Tr ( string s, string c ) : string
Translate ( string context, string sourceText, string disambiguation, int n ) : string

보호된 메소드들

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

비공개 메소드들

메소드 설명
IsEmpty ( ) : bool
QTranslator ( ) : System
Translate ( string context, string sourceText ) : string
Translate ( string context, string sourceText, string disambiguation ) : string

메소드 상세

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Load() 공개 메소드

public Load ( Pointer data, int len ) : bool
data Pointer
len int
리턴 bool

Load() 공개 메소드

public Load ( string filename ) : bool
filename string
리턴 bool

Load() 공개 메소드

public Load ( string filename, string directory ) : bool
filename string
directory string
리턴 bool

Load() 공개 메소드

public Load ( string filename, string directory, string search_delimiters ) : bool
filename string
directory string
search_delimiters string
리턴 bool

Load() 공개 메소드

public Load ( string filename, string directory, string search_delimiters, string suffix ) : bool
filename string
directory string
search_delimiters string
suffix string
리턴 bool

QTranslator() 공개 메소드

public QTranslator ( QObject parent ) : System
parent QObject
리턴 System

QTranslator() 보호된 메소드

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

Tr() 공개 정적인 메소드

public static Tr ( string s ) : string
s string
리턴 string

Tr() 공개 정적인 메소드

public static Tr ( string s, string c ) : string
s string
c string
리턴 string

Translate() 공개 메소드

public Translate ( string context, string sourceText, string disambiguation, int n ) : string
context string
sourceText string
disambiguation string
n int
리턴 string