C# Class Qyoto.QTextBoundaryFinder

Inheritance: Object, IDisposable
Afficher le fichier Open project: 0xd34df00d/Qross Class Usage Examples

Protected Properties

Свойство Type Description
interceptor SmokeInvocation

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
CreateProxy ( ) : void
QTextBoundaryFinder ( Type dummy ) : System

Method Details

BoundaryReasons() public méthode

public BoundaryReasons ( ) : uint
Résultat uint

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

IsAtBoundary() public méthode

public IsAtBoundary ( ) : bool
Résultat bool

IsValid() public méthode

public IsValid ( ) : bool
Résultat bool

Position() public méthode

public Position ( ) : int
Résultat int

QTextBoundaryFinder() public méthode

public QTextBoundaryFinder ( ) : System
Résultat System

QTextBoundaryFinder() public méthode

public QTextBoundaryFinder ( QTextBoundaryFinder other ) : System
other QTextBoundaryFinder
Résultat System

QTextBoundaryFinder() public méthode

public QTextBoundaryFinder ( QTextBoundaryFinder type, QChar chars, int length ) : System
type QTextBoundaryFinder
chars QChar
length int
Résultat System

QTextBoundaryFinder() public méthode

public QTextBoundaryFinder ( QTextBoundaryFinder type, QChar chars, int length, Pointer buffer ) : System
type QTextBoundaryFinder
chars QChar
length int
buffer Pointer
Résultat System

QTextBoundaryFinder() public méthode

public QTextBoundaryFinder ( QTextBoundaryFinder type, QChar chars, int length, Pointer buffer, int bufferSize ) : System
type QTextBoundaryFinder
chars QChar
length int
buffer Pointer
bufferSize int
Résultat System

QTextBoundaryFinder() public méthode

public QTextBoundaryFinder ( QTextBoundaryFinder type, string arg2 ) : System
type QTextBoundaryFinder
arg2 string
Résultat System

QTextBoundaryFinder() protected méthode

protected QTextBoundaryFinder ( Type dummy ) : System
dummy System.Type
Résultat System

SetPosition() public méthode

public SetPosition ( int position ) : void
position int
Résultat void

String() public méthode

public String ( ) : string
Résultat string

ToEnd() public méthode

public ToEnd ( ) : void
Résultat void

ToNextBoundary() public méthode

public ToNextBoundary ( ) : int
Résultat int

ToPreviousBoundary() public méthode

public ToPreviousBoundary ( ) : int
Résultat int

ToStart() public méthode

public ToStart ( ) : void
Résultat void

type() public méthode

public type ( ) : QTextBoundaryFinder.BoundaryType
Résultat QTextBoundaryFinder.BoundaryType

Property Details

interceptor protected_oe property

protected SmokeInvocation,Qyoto interceptor
Résultat SmokeInvocation