Qyoto  4.0.5
Qyoto is a C# language binding for Qt
 All Classes Namespaces Functions Variables Typedefs Enumerations Properties
QtCore.QLatin1Char Class Reference

The QLatin1Char class provides an 8-bit ASCII/Latin-1 character. More...

Inheritance diagram for QtCore.QLatin1Char:
Collaboration diagram for QtCore.QLatin1Char:

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]
 

Detailed Description

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.

Constructor & Destructor Documentation

QtCore.QLatin1Char.QLatin1Char ( System.Type  dummy)
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.

Member Function Documentation

virtual void QtCore.QLatin1Char.CreateProxy ( )
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.

Member Data Documentation

SmokeInvocation QtCore.QLatin1Char.interceptor
protected

Property Documentation

virtual System.IntPtr QtCore.QLatin1Char.SmokeObject
getset