| Qyoto
    4.0.5
    Qyoto is a C# language binding for Qt | 
The QLatin1Char class provides an 8-bit ASCII/Latin-1 character. More...


| Public Member Functions | |
| QLatin1Char (QLatin1Char copy) | |
|  | |
| QLatin1Char (sbyte c) | |
|  | |
| virtual void | CreateProxy () | 
| new sbyte | ToLatin1 () | 
|  | |
| new ushort | Unicode () | 
|  | |
| new void | Dispose () | 
| Protected Member Functions | |
| QLatin1Char (System.Type dummy) | |
| Protected Attributes | |
| SmokeInvocation | interceptor | 
| Properties | |
| virtual System.IntPtr | SmokeObject  [get, set] | 
The QLatin1Char class provides an 8-bit ASCII/Latin-1 character.
This class is only useful to avoid the codec for C strings business in the QChar(ch) constructor. You can avoid it by writing QChar(ch, 0).
See also QChar, QLatin1String, and QString.
| 
 | protected | 
| QtCore.QLatin1Char.QLatin1Char | ( | QLatin1Char | copy | ) | 
Constructs a Latin-1 character for c. This constructor should be used when the encoding of the input character is known to be Latin-1.
| QtCore.QLatin1Char.QLatin1Char | ( | sbyte | c | ) | 
Constructs a Latin-1 character for c. This constructor should be used when the encoding of the input character is known to be Latin-1.
| 
 | virtual | 
| new void QtCore.QLatin1Char.Dispose | ( | ) | 
| new sbyte QtCore.QLatin1Char.ToLatin1 | ( | ) | 
Converts a Latin-1 character to an 8-bit ASCII representation of the character.
| new ushort QtCore.QLatin1Char.Unicode | ( | ) | 
Converts a Latin-1 character to an 16-bit-encoded Unicode representation of the character.
| 
 | protected | 
| 
 | getset |