Qt.QChar Class

public class QChar: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QChar

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QChar Constructors

QChar() Constructor
QChar(char) Constructor
QChar(System.String) Constructor
QChar(System.String, System.String) Constructor
QChar(Qt.QChar) Constructor
QChar(ushort) Constructor
QChar(short) Constructor
QChar(uint) Constructor
QChar(int) Constructor
QChar(void *) Constructor

QChar Methods

QChar.Cell Method
QChar.DecompositionTag Method
QChar.DigitValue Method
QChar.Finalize Method
QChar.IsDigit Method
QChar.IsLetter Method
QChar.IsLetterOrNumber Method
QChar.IsMark Method
QChar.IsNull Method
QChar.IsNumber Method
QChar.IsPrint Method
QChar.IsPunct Method
QChar.IsSpace Method
QChar.IsSymbol Method
QChar.Latin1 Method
QChar.Lower Method
QChar.Mirrored Method
QChar.MirroredChar Method
QChar.NetworkOrdered Method
QChar.Row Method
QChar.SetCell Method
QChar.SetRow Method
QChar.TheCategory Method
QChar.TheCombiningClass Method
QChar.TheDecomposition Method
QChar.TheDirection Method
QChar.TheJoining Method
QChar.Unicode Method
QChar.Upper Method


QChar() Constructor

public void QChar();

See Also

Qt.QChar Class, Qt Namespace

QChar(char) Constructor

public void QChar(char c);

See Also

Qt.QChar Class, Qt Namespace

QChar(System.String) Constructor

public void QChar(System.String c);

See Also

Qt.QChar Class, Qt Namespace

QChar(System.String, System.String) Constructor

public void QChar(System.String c, System.String r);

See Also

Qt.QChar Class, Qt Namespace

QChar(Qt.QChar) Constructor

public void QChar(Qt.QChar c);

See Also

Qt.QChar Class, Qt Namespace

QChar(ushort) Constructor

public void QChar(ushort rc);

See Also

Qt.QChar Class, Qt Namespace

QChar(short) Constructor

public void QChar(short rc);

See Also

Qt.QChar Class, Qt Namespace

QChar(uint) Constructor

public void QChar(uint rc);

See Also

Qt.QChar Class, Qt Namespace

QChar(int) Constructor

public void QChar(int rc);

See Also

Qt.QChar Class, Qt Namespace

QChar(void *) Constructor

public void QChar(void * ptr);

See Also

Qt.QChar Class, Qt Namespace

QChar.Cell Method

public System.String Cell();

See Also

Qt.QChar Class, Qt Namespace

QChar.DecompositionTag Method

public Decomposition DecompositionTag();

See Also

Qt.QChar Class, Qt Namespace

QChar.DigitValue Method

public int DigitValue();

See Also

Qt.QChar Class, Qt Namespace

QChar.Finalize Method

protected override void Finalize();

See Also

Qt.QChar Class, Qt Namespace

QChar.IsDigit Method

public bool IsDigit();

See Also

Qt.QChar Class, Qt Namespace

QChar.IsLetter Method

public bool IsLetter();

See Also

Qt.QChar Class, Qt Namespace

QChar.IsLetterOrNumber Method

public bool IsLetterOrNumber();

See Also

Qt.QChar Class, Qt Namespace

QChar.IsMark Method

public bool IsMark();

See Also

Qt.QChar Class, Qt Namespace

QChar.IsNull Method

public bool IsNull();

See Also

Qt.QChar Class, Qt Namespace

QChar.IsNumber Method

public bool IsNumber();

See Also

Qt.QChar Class, Qt Namespace

QChar.IsPrint Method

public bool IsPrint();

See Also

Qt.QChar Class, Qt Namespace

QChar.IsPunct Method

public bool IsPunct();

See Also

Qt.QChar Class, Qt Namespace

QChar.IsSpace Method

public bool IsSpace();

See Also

Qt.QChar Class, Qt Namespace

QChar.IsSymbol Method

public bool IsSymbol();

See Also

Qt.QChar Class, Qt Namespace

QChar.Latin1 Method

public char Latin1();

See Also

Qt.QChar Class, Qt Namespace

QChar.Lower Method

public Qt.QChar Lower();

See Also

Qt.QChar Class, Qt Namespace

QChar.Mirrored Method

public bool Mirrored();

See Also

Qt.QChar Class, Qt Namespace

QChar.MirroredChar Method

public Qt.QChar MirroredChar();

See Also

Qt.QChar Class, Qt Namespace

QChar.NetworkOrdered Method

public static bool NetworkOrdered();

See Also

Qt.QChar Class, Qt Namespace

QChar.Row Method

public System.String Row();

See Also

Qt.QChar Class, Qt Namespace

QChar.SetCell Method

public void SetCell(System.String cell);

See Also

Qt.QChar Class, Qt Namespace

QChar.SetRow Method

public void SetRow(System.String row);

See Also

Qt.QChar Class, Qt Namespace

QChar.TheCategory Method

public Category TheCategory();

See Also

Qt.QChar Class, Qt Namespace

QChar.TheCombiningClass Method

public System.String TheCombiningClass();

See Also

Qt.QChar Class, Qt Namespace

QChar.TheDecomposition Method

public System.String TheDecomposition();

See Also

Qt.QChar Class, Qt Namespace

QChar.TheDirection Method

public Direction TheDirection();

See Also

Qt.QChar Class, Qt Namespace

QChar.TheJoining Method

public Joining TheJoining();

See Also

Qt.QChar Class, Qt Namespace

QChar.Unicode Method

public ushort Unicode();

See Also

Qt.QChar Class, Qt Namespace

QChar.Upper Method

public Qt.QChar Upper();

See Also

Qt.QChar Class, Qt Namespace