C# 클래스 Qyoto.QInputMethodEvent

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

공개 메소드들

메소드 설명
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

보호된 메소드들

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

메소드 상세

CommitString() 공개 메소드

public CommitString ( ) : string
리턴 string

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

PreeditString() 공개 메소드

public PreeditString ( ) : string
리턴 string

QInputMethodEvent() 공개 메소드

public QInputMethodEvent ( ) : System
리턴 System

QInputMethodEvent() 공개 메소드

public QInputMethodEvent ( QInputMethodEvent other ) : System
other QInputMethodEvent
리턴 System

QInputMethodEvent() 보호된 메소드

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

ReplacementLength() 공개 메소드

public ReplacementLength ( ) : int
리턴 int

ReplacementStart() 공개 메소드

public ReplacementStart ( ) : int
리턴 int

SetCommitString() 공개 메소드

public SetCommitString ( string commitString ) : void
commitString string
리턴 void

SetCommitString() 공개 메소드

public SetCommitString ( string commitString, int replaceFrom ) : void
commitString string
replaceFrom int
리턴 void

SetCommitString() 공개 메소드

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