C# Class Qyoto.QTranslator

Inheritance: QObject, IDisposable
Mostrar archivo Open project: 0xd34df00d/Qross Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
CreateProxy ( ) : void
QTranslator ( Type dummy ) : System

Private Methods

Method Description
IsEmpty ( ) : bool
QTranslator ( ) : System
Translate ( string context, string sourceText ) : string
Translate ( string context, string sourceText, string disambiguation ) : string

Method Details

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Load() public method

public Load ( Pointer data, int len ) : bool
data Pointer
len int
return bool

Load() public method

public Load ( string filename ) : bool
filename string
return bool

Load() public method

public Load ( string filename, string directory ) : bool
filename string
directory string
return bool

Load() public method

public Load ( string filename, string directory, string search_delimiters ) : bool
filename string
directory string
search_delimiters string
return bool

Load() public method

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

QTranslator() public method

public QTranslator ( QObject parent ) : System
parent QObject
return System

QTranslator() protected method

protected QTranslator ( Type dummy ) : System
dummy System.Type
return System

Tr() public static method

public static Tr ( string s ) : string
s string
return string

Tr() public static method

public static Tr ( string s, string c ) : string
s string
c string
return string

Translate() public method

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