Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Load ( Pointer |
||
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 ( |
||
Tr ( string s ) : string | ||
Tr ( string s, string c ) : string | ||
Translate ( string context, string sourceText, string disambiguation, int n ) : string |
Method | Description | |
---|---|---|
CreateProxy ( ) : void | ||
QTranslator ( |
Method | Description | |
---|---|---|
IsEmpty ( ) : bool | ||
QTranslator ( ) : System | ||
Translate ( string context, string sourceText ) : string | ||
Translate ( string context, string sourceText, string disambiguation ) : string |
public Load ( string filename, string directory ) : bool | ||
filename | string | |
directory | string | |
return | bool |
public Load ( string filename, string directory, string search_delimiters ) : bool | ||
filename | string | |
directory | string | |
search_delimiters | string | |
return | bool |
public Load ( string filename, string directory, string search_delimiters, string suffix ) : bool | ||
filename | string | |
directory | string | |
search_delimiters | string | |
suffix | string | |
return | bool |
public QTranslator ( |
||
parent | ||
return | System |
protected QTranslator ( |
||
dummy | ||
return | System |
public static Tr ( string s, string c ) : string | ||
s | string | |
c | string | |
return | string |
public Translate ( string context, string sourceText, string disambiguation, int n ) : string | ||
context | string | |
sourceText | string | |
disambiguation | string | |
n | int | |
return | string |