C# Class Qyoto.QChar

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
Cell ( ) : ushort
DecompositionTag ( ) : QChar.Decomposition
DecompositionTag ( uint ucs4 ) : QChar.Decomposition
DigitValue ( ) : int
DigitValue ( uint ucs4 ) : int
DigitValue ( ushort ucs2 ) : int
Dispose ( ) : void
Equals ( object o ) : bool
FromAscii ( char c ) : QChar
FromLatin1 ( char c ) : QChar
GetHashCode ( ) : int
HasMirrored ( ) : bool
HighSurrogate ( uint ucs4 ) : ushort
IsDigit ( ) : bool
IsHighSurrogate ( ) : bool
IsLetter ( ) : bool
IsLetterOrNumber ( ) : bool
IsLowSurrogate ( ) : bool
IsLower ( ) : bool
IsMark ( ) : bool
IsNull ( ) : bool
IsNumber ( ) : bool
IsPrint ( ) : bool
IsPunct ( ) : bool
IsSpace ( ) : bool
IsSymbol ( ) : bool
IsTitleCase ( ) : bool
IsUpper ( ) : bool
LowSurrogate ( uint ucs4 ) : ushort
MirroredChar ( ) : QChar
MirroredChar ( uint ucs4 ) : uint
MirroredChar ( ushort ucs2 ) : ushort
QChar ( QChar sc ) : System
QChar ( Qyoto.QLatin1Char ch ) : System
QChar ( char c ) : System
QChar ( int rc ) : System
QChar ( short rc ) : System
QChar ( uint rc ) : System
QChar ( ushort c ) : System
QChar ( ushort c, ushort r ) : System
Row ( ) : ushort
SetCell ( ushort cell ) : void
SetRow ( ushort row ) : void
SurrogateToUcs4 ( QChar high, QChar low ) : uint
SurrogateToUcs4 ( ushort high, ushort low ) : uint
ToAscii ( ) : char
ToCaseFolded ( ) : QChar
ToCaseFolded ( uint ucs4 ) : uint
ToCaseFolded ( ushort ucs2 ) : ushort
ToLatin1 ( ) : char
ToLower ( ) : QChar
ToLower ( uint ucs4 ) : uint
ToLower ( ushort ucs2 ) : ushort
ToTitleCase ( ) : QChar
ToTitleCase ( uint ucs4 ) : uint
ToTitleCase ( ushort ucs2 ) : ushort
ToUpper ( ) : QChar
ToUpper ( uint ucs4 ) : uint
ToUpper ( ushort ucs2 ) : ushort
Unicode ( ) : short
category ( ) : QChar.Category
category ( uint ucs4 ) : QChar.Category
category ( ushort ucs2 ) : QChar.Category
combiningClass ( ) : ushort
combiningClass ( uint ucs4 ) : ushort
combiningClass ( ushort ucs2 ) : ushort
decomposition ( ) : string
decomposition ( uint ucs4 ) : string
direction ( ) : QChar.Direction
direction ( uint ucs4 ) : QChar.Direction
direction ( ushort ucs2 ) : QChar.Direction
joining ( ) : QChar.Joining
joining ( uint ucs4 ) : QChar.Joining
joining ( ushort ucs2 ) : QChar.Joining
operator ( ) : bool
operator ( ) : string
unicodeVersion ( ) : QChar.UnicodeVersion
unicodeVersion ( uint ucs4 ) : QChar.UnicodeVersion
unicodeVersion ( ushort ucs2 ) : QChar.UnicodeVersion

Méthodes protégées

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

Private Methods

Méthode Description
QChar ( ) : System

Method Details

Cell() public méthode

public Cell ( ) : ushort
Résultat ushort

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

DecompositionTag() public méthode

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

DecompositionTag() public static méthode

public static DecompositionTag ( uint ucs4 ) : QChar.Decomposition
ucs4 uint
Résultat QChar.Decomposition

DigitValue() public méthode

public DigitValue ( ) : int
Résultat int

DigitValue() public static méthode

public static DigitValue ( uint ucs4 ) : int
ucs4 uint
Résultat int

DigitValue() public static méthode

public static DigitValue ( ushort ucs2 ) : int
ucs2 ushort
Résultat int

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Equals() public méthode

public Equals ( object o ) : bool
o object
Résultat bool

FromAscii() public static méthode

public static FromAscii ( char c ) : QChar
c char
Résultat QChar

FromLatin1() public static méthode

public static FromLatin1 ( char c ) : QChar
c char
Résultat QChar

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

HasMirrored() public méthode

public HasMirrored ( ) : bool
Résultat bool

HighSurrogate() public static méthode

public static HighSurrogate ( uint ucs4 ) : ushort
ucs4 uint
Résultat ushort

IsDigit() public méthode

public IsDigit ( ) : bool
Résultat bool

IsHighSurrogate() public méthode

public IsHighSurrogate ( ) : bool
Résultat bool

IsLetter() public méthode

public IsLetter ( ) : bool
Résultat bool

IsLetterOrNumber() public méthode

public IsLetterOrNumber ( ) : bool
Résultat bool

IsLowSurrogate() public méthode

public IsLowSurrogate ( ) : 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

IsSymbol() public méthode

public IsSymbol ( ) : bool
Résultat bool

IsTitleCase() public méthode

public IsTitleCase ( ) : bool
Résultat bool

IsUpper() public méthode

public IsUpper ( ) : bool
Résultat bool

LowSurrogate() public static méthode

public static LowSurrogate ( uint ucs4 ) : ushort
ucs4 uint
Résultat ushort

MirroredChar() public méthode

public MirroredChar ( ) : QChar
Résultat QChar

MirroredChar() public static méthode

public static MirroredChar ( uint ucs4 ) : uint
ucs4 uint
Résultat uint

MirroredChar() public static méthode

public static MirroredChar ( ushort ucs2 ) : ushort
ucs2 ushort
Résultat ushort

QChar() public méthode

public QChar ( QChar sc ) : System
sc QChar
Résultat System

QChar() public méthode

public QChar ( Qyoto.QLatin1Char ch ) : System
ch Qyoto.QLatin1Char
Résultat System

QChar() protected méthode

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

QChar() public méthode

public QChar ( char c ) : System
c char
Résultat System

QChar() public méthode

public QChar ( int rc ) : System
rc int
Résultat System

QChar() public méthode

public QChar ( short rc ) : System
rc short
Résultat System

QChar() public méthode

public QChar ( uint rc ) : System
rc uint
Résultat System

QChar() public méthode

public QChar ( ushort c ) : System
c ushort
Résultat System

QChar() public méthode

public QChar ( ushort c, ushort r ) : System
c ushort
r ushort
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

SurrogateToUcs4() public static méthode

public static SurrogateToUcs4 ( QChar high, QChar low ) : uint
high QChar
low QChar
Résultat uint

SurrogateToUcs4() public static méthode

public static SurrogateToUcs4 ( ushort high, ushort low ) : uint
high ushort
low ushort
Résultat uint

ToAscii() public méthode

public ToAscii ( ) : char
Résultat char

ToCaseFolded() public méthode

public ToCaseFolded ( ) : QChar
Résultat QChar

ToCaseFolded() public static méthode

public static ToCaseFolded ( uint ucs4 ) : uint
ucs4 uint
Résultat uint

ToCaseFolded() public static méthode

public static ToCaseFolded ( ushort ucs2 ) : ushort
ucs2 ushort
Résultat ushort

ToLatin1() public méthode

public ToLatin1 ( ) : char
Résultat char

ToLower() public méthode

public ToLower ( ) : QChar
Résultat QChar

ToLower() public static méthode

public static ToLower ( uint ucs4 ) : uint
ucs4 uint
Résultat uint

ToLower() public static méthode

public static ToLower ( ushort ucs2 ) : ushort
ucs2 ushort
Résultat ushort

ToTitleCase() public méthode

public ToTitleCase ( ) : QChar
Résultat QChar

ToTitleCase() public static méthode

public static ToTitleCase ( uint ucs4 ) : uint
ucs4 uint
Résultat uint

ToTitleCase() public static méthode

public static ToTitleCase ( ushort ucs2 ) : ushort
ucs2 ushort
Résultat ushort

ToUpper() public méthode

public ToUpper ( ) : QChar
Résultat QChar

ToUpper() public static méthode

public static ToUpper ( uint ucs4 ) : uint
ucs4 uint
Résultat uint

ToUpper() public static méthode

public static ToUpper ( ushort ucs2 ) : ushort
ucs2 ushort
Résultat ushort

Unicode() public méthode

public Unicode ( ) : short
Résultat short

category() public méthode

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

category() public static méthode

public static category ( uint ucs4 ) : QChar.Category
ucs4 uint
Résultat QChar.Category

category() public static méthode

public static category ( ushort ucs2 ) : QChar.Category
ucs2 ushort
Résultat QChar.Category

combiningClass() public méthode

public combiningClass ( ) : ushort
Résultat ushort

combiningClass() public static méthode

public static combiningClass ( uint ucs4 ) : ushort
ucs4 uint
Résultat ushort

combiningClass() public static méthode

public static combiningClass ( ushort ucs2 ) : ushort
ucs2 ushort
Résultat ushort

decomposition() public méthode

public decomposition ( ) : string
Résultat string

decomposition() public static méthode

public static decomposition ( uint ucs4 ) : string
ucs4 uint
Résultat string

direction() public méthode

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

direction() public static méthode

public static direction ( uint ucs4 ) : QChar.Direction
ucs4 uint
Résultat QChar.Direction

direction() public static méthode

public static direction ( ushort ucs2 ) : QChar.Direction
ucs2 ushort
Résultat QChar.Direction

joining() public méthode

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

joining() public static méthode

public static joining ( uint ucs4 ) : QChar.Joining
ucs4 uint
Résultat QChar.Joining

joining() public static méthode

public static joining ( ushort ucs2 ) : QChar.Joining
ucs2 ushort
Résultat QChar.Joining

operator() public static méthode

public static operator ( ) : bool
Résultat bool

operator() public static méthode

public static operator ( ) : string
Résultat string

unicodeVersion() public méthode

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

unicodeVersion() public static méthode

public static unicodeVersion ( uint ucs4 ) : QChar.UnicodeVersion
ucs4 uint
Résultat QChar.UnicodeVersion

unicodeVersion() public static méthode

public static unicodeVersion ( ushort ucs2 ) : QChar.UnicodeVersion
ucs2 ushort
Résultat QChar.UnicodeVersion

Property Details

interceptor protected_oe property

protected SmokeInvocation,Qyoto interceptor
Résultat SmokeInvocation