C# 클래스 Qyoto.QTextBoundaryFinder

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

보호된 프로퍼티들

프로퍼티 타입 설명
interceptor SmokeInvocation

공개 메소드들

메소드 설명
BoundaryReasons ( ) : uint
Dispose ( ) : void
IsAtBoundary ( ) : bool
IsValid ( ) : bool
Position ( ) : int
QTextBoundaryFinder ( ) : System
QTextBoundaryFinder ( QTextBoundaryFinder other ) : System
QTextBoundaryFinder ( QTextBoundaryFinder type, QChar chars, int length ) : System
QTextBoundaryFinder ( QTextBoundaryFinder type, QChar chars, int length, Pointer buffer ) : System
QTextBoundaryFinder ( QTextBoundaryFinder type, QChar chars, int length, Pointer buffer, int bufferSize ) : System
QTextBoundaryFinder ( QTextBoundaryFinder type, string arg2 ) : System
SetPosition ( int position ) : void
String ( ) : string
ToEnd ( ) : void
ToNextBoundary ( ) : int
ToPreviousBoundary ( ) : int
ToStart ( ) : void
type ( ) : QTextBoundaryFinder.BoundaryType

보호된 메소드들

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

메소드 상세

BoundaryReasons() 공개 메소드

public BoundaryReasons ( ) : uint
리턴 uint

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

IsAtBoundary() 공개 메소드

public IsAtBoundary ( ) : bool
리턴 bool

IsValid() 공개 메소드

public IsValid ( ) : bool
리턴 bool

Position() 공개 메소드

public Position ( ) : int
리턴 int

QTextBoundaryFinder() 공개 메소드

public QTextBoundaryFinder ( ) : System
리턴 System

QTextBoundaryFinder() 공개 메소드

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

QTextBoundaryFinder() 공개 메소드

public QTextBoundaryFinder ( QTextBoundaryFinder type, QChar chars, int length ) : System
type QTextBoundaryFinder
chars QChar
length int
리턴 System

QTextBoundaryFinder() 공개 메소드

public QTextBoundaryFinder ( QTextBoundaryFinder type, QChar chars, int length, Pointer buffer ) : System
type QTextBoundaryFinder
chars QChar
length int
buffer Pointer
리턴 System

QTextBoundaryFinder() 공개 메소드

public QTextBoundaryFinder ( QTextBoundaryFinder type, QChar chars, int length, Pointer buffer, int bufferSize ) : System
type QTextBoundaryFinder
chars QChar
length int
buffer Pointer
bufferSize int
리턴 System

QTextBoundaryFinder() 공개 메소드

public QTextBoundaryFinder ( QTextBoundaryFinder type, string arg2 ) : System
type QTextBoundaryFinder
arg2 string
리턴 System

QTextBoundaryFinder() 보호된 메소드

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

SetPosition() 공개 메소드

public SetPosition ( int position ) : void
position int
리턴 void

String() 공개 메소드

public String ( ) : string
리턴 string

ToEnd() 공개 메소드

public ToEnd ( ) : void
리턴 void

ToNextBoundary() 공개 메소드

public ToNextBoundary ( ) : int
리턴 int

ToPreviousBoundary() 공개 메소드

public ToPreviousBoundary ( ) : int
리턴 int

ToStart() 공개 메소드

public ToStart ( ) : void
리턴 void

type() 공개 메소드

public type ( ) : QTextBoundaryFinder.BoundaryType
리턴 QTextBoundaryFinder.BoundaryType

프로퍼티 상세

interceptor 보호되어 있는 프로퍼티

protected SmokeInvocation,Qyoto interceptor
리턴 SmokeInvocation