Qt.QCharRef Class

public class QCharRef: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QCharRef

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QCharRef Constructors

QCharRef Constructor

QCharRef Methods

QCharRef.Category Method
QCharRef.Cell Method
QCharRef.CombiningClass Method
QCharRef.Decomposition Method
QCharRef.DecompositionTag Method
QCharRef.DigitValue Method
QCharRef.Direction Method
QCharRef.Finalize Method
QCharRef.IsDigit Method
QCharRef.IsLetter Method
QCharRef.IsLetterOrNumber Method
QCharRef.IsMark Method
QCharRef.IsNull Method
QCharRef.IsNumber Method
QCharRef.IsPrint Method
QCharRef.IsPunct Method
QCharRef.IsSpace Method
QCharRef.Joining Method
QCharRef.Latin1 Method
QCharRef.Lower Method
QCharRef.Mirrored Method
QCharRef.MirroredChar Method
QCharRef.Row Method
QCharRef.Unicode Method
QCharRef.Upper Method


QCharRef Constructor

public void QCharRef(void * ptr);

See Also

Qt.QCharRef Class, Qt Namespace

QCharRef.Category Method

public Category Category();

See Also

Qt.QCharRef Class, Qt Namespace

QCharRef.Cell Method

public System.String Cell();

See Also

Qt.QCharRef Class, Qt Namespace

QCharRef.CombiningClass Method

public System.String CombiningClass();

See Also

Qt.QCharRef Class, Qt Namespace

QCharRef.Decomposition Method

public System.String Decomposition();

See Also

Qt.QCharRef Class, Qt Namespace

QCharRef.DecompositionTag Method

public Decomposition DecompositionTag();

See Also

Qt.QCharRef Class, Qt Namespace

QCharRef.DigitValue Method

public int DigitValue();

See Also

Qt.QCharRef Class, Qt Namespace

QCharRef.Direction Method

public Direction Direction();

See Also

Qt.QCharRef Class, Qt Namespace

QCharRef.Finalize Method

protected override void Finalize();

See Also

Qt.QCharRef Class, Qt Namespace

QCharRef.IsDigit Method

public bool IsDigit();

See Also

Qt.QCharRef Class, Qt Namespace

QCharRef.IsLetter Method

public bool IsLetter();

See Also

Qt.QCharRef Class, Qt Namespace

QCharRef.IsLetterOrNumber Method

public bool IsLetterOrNumber();

See Also

Qt.QCharRef Class, Qt Namespace

QCharRef.IsMark Method

public bool IsMark();

See Also

Qt.QCharRef Class, Qt Namespace

QCharRef.IsNull Method

public bool IsNull();

See Also

Qt.QCharRef Class, Qt Namespace

QCharRef.IsNumber Method

public bool IsNumber();

See Also

Qt.QCharRef Class, Qt Namespace

QCharRef.IsPrint Method

public bool IsPrint();

See Also

Qt.QCharRef Class, Qt Namespace

QCharRef.IsPunct Method

public bool IsPunct();

See Also

Qt.QCharRef Class, Qt Namespace

QCharRef.IsSpace Method

public bool IsSpace();

See Also

Qt.QCharRef Class, Qt Namespace

QCharRef.Joining Method

public Joining Joining();

See Also

Qt.QCharRef Class, Qt Namespace

QCharRef.Latin1 Method

public char Latin1();

See Also

Qt.QCharRef Class, Qt Namespace

QCharRef.Lower Method

public Qt.QChar Lower();

See Also

Qt.QCharRef Class, Qt Namespace

QCharRef.Mirrored Method

public bool Mirrored();

See Also

Qt.QCharRef Class, Qt Namespace

QCharRef.MirroredChar Method

public Qt.QChar MirroredChar();

See Also

Qt.QCharRef Class, Qt Namespace

QCharRef.Row Method

public System.String Row();

See Also

Qt.QCharRef Class, Qt Namespace

QCharRef.Unicode Method

public ushort Unicode();

See Also

Qt.QCharRef Class, Qt Namespace

QCharRef.Upper Method

public Qt.QChar Upper();

See Also

Qt.QCharRef Class, Qt Namespace