C# Class Qyoto.QInputMethodEvent

Inheritance: Qyoto.QEvent, IDisposable
Datei anzeigen Open project: 0xd34df00d/Qross Class Usage Examples

Public Methods

Method Description
CommitString ( ) : string
Dispose ( ) : void
PreeditString ( ) : string
QInputMethodEvent ( ) : System
QInputMethodEvent ( QInputMethodEvent other ) : System
ReplacementLength ( ) : int
ReplacementStart ( ) : int
SetCommitString ( string commitString ) : void
SetCommitString ( string commitString, int replaceFrom ) : void
SetCommitString ( string commitString, int replaceFrom, int replaceLength ) : void

Protected Methods

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

Method Details

CommitString() public method

public CommitString ( ) : string
return string

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

PreeditString() public method

public PreeditString ( ) : string
return string

QInputMethodEvent() public method

public QInputMethodEvent ( ) : System
return System

QInputMethodEvent() public method

public QInputMethodEvent ( QInputMethodEvent other ) : System
other QInputMethodEvent
return System

QInputMethodEvent() protected method

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

ReplacementLength() public method

public ReplacementLength ( ) : int
return int

ReplacementStart() public method

public ReplacementStart ( ) : int
return int

SetCommitString() public method

public SetCommitString ( string commitString ) : void
commitString string
return void

SetCommitString() public method

public SetCommitString ( string commitString, int replaceFrom ) : void
commitString string
replaceFrom int
return void

SetCommitString() public method

public SetCommitString ( string commitString, int replaceFrom, int replaceLength ) : void
commitString string
replaceFrom int
replaceLength int
return void