filters
Swinder::UChar Struct Reference
#include <ustring.h>
Detailed Description
Unicode character.UChar represents a 16 bit Unicode character. It's internal data representation is compatible to XChar2b and QChar. It's therefore possible to exchange data with X and Qt with shallow copies.
Definition at line 46 of file kspread/excel/sidewinder/ustring.h.
Public Member Functions | |
UChar () | |
UChar (unsigned char h, unsigned char l) | |
UChar (unsigned short u) | |
UChar (const UCharReference &c) | |
unsigned char | high () const |
unsigned char | low () const |
unsigned short | unicode () const |
UChar | toLower () const |
UChar | toUpper () const |
Static Public Attributes | |
static UChar | null |
Friends | |
class | UCharReference |
class | UString |
bool | operator== (const UChar &c1, const UChar &c2) |
bool | operator== (const UString &s1, const char *s2) |
bool | operator< (const UString &s1, const UString &s2) |
Constructor & Destructor Documentation
|
Construct a character with value 0.
Definition at line 98 of file kspread/excel/sidewinder/ustring.h. |
|
Construct a character with the value denoted by the arguments.
Definition at line 99 of file kspread/excel/sidewinder/ustring.h. |
|
Construct a character with the given value.
Definition at line 100 of file kspread/excel/sidewinder/ustring.h. |
Member Function Documentation
|
Definition at line 66 of file kspread/excel/sidewinder/ustring.h. |
|
Definition at line 70 of file kspread/excel/sidewinder/ustring.h. |
|
Definition at line 223 of file kspread/excel/sidewinder/ustring.cpp. |
|
Definition at line 232 of file kspread/excel/sidewinder/ustring.cpp. |
|
Definition at line 74 of file kspread/excel/sidewinder/ustring.h. |
Member Data Documentation
|
A static instance of UChar(0).
Definition at line 87 of file kspread/excel/sidewinder/ustring.h. |
The documentation for this struct was generated from the following files: