C# Class Qyoto.QCharRef

Inheritance: Object
显示文件 Open project: 0xd34df00d/Qross

Protected Properties

Property Type Description
interceptor SmokeInvocation

Public Methods

Method 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

Protected Methods

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

Private Methods

Method Description
QCharRef ( ) : System

Method Details

Category() public method

public Category ( ) : QChar.Category
return QChar.Category

Cell() public method

public Cell ( ) : ushort
return ushort

CombiningClass() public method

public CombiningClass ( ) : ushort
return ushort

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Decomposition() public method

public Decomposition ( ) : string
return string

DecompositionTag() public method

public DecompositionTag ( ) : QChar.Decomposition
return QChar.Decomposition

DigitValue() public method

public DigitValue ( ) : int
return int

Direction() public method

public Direction ( ) : QChar.Direction
return QChar.Direction

HasMirrored() public method

public HasMirrored ( ) : bool
return bool

IsDigit() public method

public IsDigit ( ) : bool
return bool

IsLetter() public method

public IsLetter ( ) : bool
return bool

IsLetterOrNumber() public method

public IsLetterOrNumber ( ) : bool
return bool

IsLower() public method

public IsLower ( ) : bool
return bool

IsMark() public method

public IsMark ( ) : bool
return bool

IsNull() public method

public IsNull ( ) : bool
return bool

IsNumber() public method

public IsNumber ( ) : bool
return bool

IsPrint() public method

public IsPrint ( ) : bool
return bool

IsPunct() public method

public IsPunct ( ) : bool
return bool

IsSpace() public method

public IsSpace ( ) : bool
return bool

IsTitleCase() public method

public IsTitleCase ( ) : bool
return bool

IsUpper() public method

public IsUpper ( ) : bool
return bool

Joining() public method

public Joining ( ) : QChar.Joining
return QChar.Joining

MirroredChar() public method

public MirroredChar ( ) : QChar
return QChar

QCharRef() protected method

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

Row() public method

public Row ( ) : ushort
return ushort

SetCell() public method

public SetCell ( ushort cell ) : void
cell ushort
return void

SetRow() public method

public SetRow ( ushort row ) : void
row ushort
return void

ToAscii() public method

public ToAscii ( ) : char
return char

ToLatin1() public method

public ToLatin1 ( ) : char
return char

ToLower() public method

public ToLower ( ) : QChar
return QChar

ToTitleCase() public method

public ToTitleCase ( ) : QChar
return QChar

ToUpper() public method

public ToUpper ( ) : QChar
return QChar

Unicode() public method

public Unicode ( ) : short
return short

UnicodeVersion() public method

public UnicodeVersion ( ) : QChar.UnicodeVersion
return QChar.UnicodeVersion

operator() public static method

public static operator ( ) : QChar
return QChar

Property Details

interceptor protected_oe property

protected SmokeInvocation,Qyoto interceptor
return SmokeInvocation