C# Class Qyoto.QCharRef

Inheritance: Object
Afficher le fichier Open project: 0xd34df00d/Qross

Protected Properties

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

Méthodes publiques

Méthode Description
Category ( ) : QChar.Category
Cell ( ) : ushort
CombiningClass ( ) : ushort
Decomposition ( ) : string
DecompositionTag ( ) : QChar.Decomposition
DigitValue ( ) : int
Direction ( ) : QChar.Direction
HasMirrored ( ) : bool
IsDigit ( ) : bool
IsLetter ( ) : bool
IsLetterOrNumber ( ) : bool
IsLower ( ) : bool
IsMark ( ) : bool
IsNull ( ) : bool
IsNumber ( ) : bool
IsPrint ( ) : bool
IsPunct ( ) : bool
IsSpace ( ) : bool
IsTitleCase ( ) : bool
IsUpper ( ) : bool
Joining ( ) : QChar.Joining
MirroredChar ( ) : QChar
Row ( ) : ushort
SetCell ( ushort cell ) : void
SetRow ( ushort row ) : void
ToAscii ( ) : char
ToLatin1 ( ) : char
ToLower ( ) : QChar
ToTitleCase ( ) : QChar
ToUpper ( ) : QChar
Unicode ( ) : short
UnicodeVersion ( ) : QChar.UnicodeVersion
operator ( ) : QChar

Méthodes protégées

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

Private Methods

Méthode Description
QCharRef ( ) : System

Method Details

Category() public méthode

public Category ( ) : QChar.Category
Résultat QChar.Category

Cell() public méthode

public Cell ( ) : ushort
Résultat ushort

CombiningClass() public méthode

public CombiningClass ( ) : ushort
Résultat ushort

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

Decomposition() public méthode

public Decomposition ( ) : string
Résultat string

DecompositionTag() public méthode

public DecompositionTag ( ) : QChar.Decomposition
Résultat QChar.Decomposition

DigitValue() public méthode

public DigitValue ( ) : int
Résultat int

Direction() public méthode

public Direction ( ) : QChar.Direction
Résultat QChar.Direction

HasMirrored() public méthode

public HasMirrored ( ) : bool
Résultat bool

IsDigit() public méthode

public IsDigit ( ) : bool
Résultat bool

IsLetter() public méthode

public IsLetter ( ) : bool
Résultat bool

IsLetterOrNumber() public méthode

public IsLetterOrNumber ( ) : bool
Résultat bool

IsLower() public méthode

public IsLower ( ) : bool
Résultat bool

IsMark() public méthode

public IsMark ( ) : bool
Résultat bool

IsNull() public méthode

public IsNull ( ) : bool
Résultat bool

IsNumber() public méthode

public IsNumber ( ) : bool
Résultat bool

IsPrint() public méthode

public IsPrint ( ) : bool
Résultat bool

IsPunct() public méthode

public IsPunct ( ) : bool
Résultat bool

IsSpace() public méthode

public IsSpace ( ) : bool
Résultat bool

IsTitleCase() public méthode

public IsTitleCase ( ) : bool
Résultat bool

IsUpper() public méthode

public IsUpper ( ) : bool
Résultat bool

Joining() public méthode

public Joining ( ) : QChar.Joining
Résultat QChar.Joining

MirroredChar() public méthode

public MirroredChar ( ) : QChar
Résultat QChar

QCharRef() protected méthode

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

Row() public méthode

public Row ( ) : ushort
Résultat ushort

SetCell() public méthode

public SetCell ( ushort cell ) : void
cell ushort
Résultat void

SetRow() public méthode

public SetRow ( ushort row ) : void
row ushort
Résultat void

ToAscii() public méthode

public ToAscii ( ) : char
Résultat char

ToLatin1() public méthode

public ToLatin1 ( ) : char
Résultat char

ToLower() public méthode

public ToLower ( ) : QChar
Résultat QChar

ToTitleCase() public méthode

public ToTitleCase ( ) : QChar
Résultat QChar

ToUpper() public méthode

public ToUpper ( ) : QChar
Résultat QChar

Unicode() public méthode

public Unicode ( ) : short
Résultat short

UnicodeVersion() public méthode

public UnicodeVersion ( ) : QChar.UnicodeVersion
Résultat QChar.UnicodeVersion

operator() public static méthode

public static operator ( ) : QChar
Résultat QChar

Property Details

interceptor protected_oe property

protected SmokeInvocation,Qyoto interceptor
Résultat SmokeInvocation