public class QChar: QtSupport, System.IDisposable
System.Object
QtSupport
QCharThis type implements System.IDisposable.
Qt Namespace
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
public void QChar();
Qt.QChar Class, Qt Namespace
public void QChar(char c);
Qt.QChar Class, Qt Namespace
public void QChar(System.String c);
Qt.QChar Class, Qt Namespace
public void QChar(System.String c, System.String r);
Qt.QChar Class, Qt Namespace
public void QChar(Qt.QChar c);
Qt.QChar Class, Qt Namespace
public void QChar(ushort rc);
Qt.QChar Class, Qt Namespace
public void QChar(short rc);
Qt.QChar Class, Qt Namespace
public void QChar(uint rc);
Qt.QChar Class, Qt Namespace
public void QChar(int rc);
Qt.QChar Class, Qt Namespace
public void QChar(void * ptr);
Qt.QChar Class, Qt Namespace
public System.String Cell();
Qt.QChar Class, Qt Namespace
public Decomposition DecompositionTag();
Qt.QChar Class, Qt Namespace
public int DigitValue();
Qt.QChar Class, Qt Namespace
protected override void Finalize();
Qt.QChar Class, Qt Namespace
public bool IsDigit();
Qt.QChar Class, Qt Namespace
public bool IsLetter();
Qt.QChar Class, Qt Namespace
public bool IsLetterOrNumber();
Qt.QChar Class, Qt Namespace
public bool IsMark();
Qt.QChar Class, Qt Namespace
public bool IsNull();
Qt.QChar Class, Qt Namespace
public bool IsNumber();
Qt.QChar Class, Qt Namespace
public bool IsPrint();
Qt.QChar Class, Qt Namespace
public bool IsPunct();
Qt.QChar Class, Qt Namespace
public bool IsSpace();
Qt.QChar Class, Qt Namespace
public bool IsSymbol();
Qt.QChar Class, Qt Namespace
public char Latin1();
Qt.QChar Class, Qt Namespace
public Qt.QChar Lower();
Qt.QChar Class, Qt Namespace
public bool Mirrored();
Qt.QChar Class, Qt Namespace
public Qt.QChar MirroredChar();
Qt.QChar Class, Qt Namespace
public static bool NetworkOrdered();
Qt.QChar Class, Qt Namespace
public System.String Row();
Qt.QChar Class, Qt Namespace
public void SetCell(System.String cell);
Qt.QChar Class, Qt Namespace
public void SetRow(System.String row);
Qt.QChar Class, Qt Namespace
public Category TheCategory();
Qt.QChar Class, Qt Namespace
public System.String TheCombiningClass();
Qt.QChar Class, Qt Namespace
public System.String TheDecomposition();
Qt.QChar Class, Qt Namespace
public Direction TheDirection();
Qt.QChar Class, Qt Namespace
public Joining TheJoining();
Qt.QChar Class, Qt Namespace
public ushort Unicode();
Qt.QChar Class, Qt Namespace
public Qt.QChar Upper();
Qt.QChar Class, Qt Namespace