|
|
| |
Construct a KCharsets class
| ~ |
Destructor
| KCharset |
[const]
Returns default charset
This charset is one in witch keyboard input is made
Returns: default charset
| bool |
Sets default charset
Parameters:
| ch | charset to be set as default |
| QStrList |
[const]
Returns available charsets list
Available charsets are these, between which we can make conversions
Returns: list of available charsets
| QStrList |
Returns displayable charsets list for given font family
display charsets are these, which can be set to QFont. There is workaround for 8-bit charsets not directly supported by Qt 1.31
Parameters:
| face | Font family we want display text in |
Returns: list of displayable charsets
| QStrList |
Returns displayable charsets list
display charsets are these, which can be set to QFont. There is workaround for 8-bit charsets not directly supported by Qt 1.31
Parameters:
| face | Font family we want display text in |
Returns: list of displayable charsets
| QStrList |
[const]
Returns registered charsets list
Only registered charsets can be legally used in mail and news messages and on WWW pages.
Returns: list of registered charsets
| bool |
Is the charset available
Parameters:
| charset | charset name |
Returns: TRUE if the charset is available
| bool |
Is the charset displayable in given font family
Parameters:
| face | font family name |
| charset | charset name |
Returns: TRUE if the charset is displayable
| bool |
Is the charset displayable in given font family
Parameters:
| charset | charset name |
Returns: TRUE if the charset is displayable
| bool |
Is the charset registered
Parameters:
| charset | charset name |
Returns: TRUE if the charset is registered
| int |
Retruns data bits needed to represent character in charset
For UTF7 and UTF8 charsets it returns 8, but some charsets may need more bits.
Parameters:
| charset | charset name |
Returns: bits count
| QFont::CharSet |
Returns Qt charset identifier
Parameters:
| charset | charset name |
Returns: Qt charset identifier
| QFont::CharSet |
Returns Qt charset identifier for default font
Returns: Qt charset identifier
| QFont & |
Sets QFont object to given charsets
This function can change font face when necessary. It is a workaround for Qt not supporting some charsets
Parameters:
| fnt | font object |
| charset | charset name |
Returns: the same font object
| QFont & |
Sets QFont object to default charsets
This function can change font face when necessary. It is a workaround for Qt not supporting some charsets
Parameters:
| fnt | font object |
Returns: the same font object
| const char * |
Returns charset name of given charset identifier
Parameters:
| qtcharset | Qt charset identifier |
Returns: charset name
| KCharset |
Returns charset of given charset identifier
Parameters:
| qtcharset | Qt charset identifier |
Returns: charset object
| const char * |
Returns charset name of given QFont object
Parameters:
| font | QFont object |
Returns: charset name
| KCharset |
Returns charset of given QFont object
Parameters:
| font | QFont object |
Returns: charset object
| KCharset |
Returns charset of given X name object
Parameters:
| xName | X charset name |
Returns: charset object
| const KCharsetConversionResult & |
Unicode to displayable character conversion
Currently works only for characters in output charset
Parameters:
| code | Unicode represantation of character |
| const KCharsetConversionResult & |
Character tag to displayable character conversion
Useful for converting HTML entities, but not only Currently it works only for characters in output charset
Parameters:
| tag | character tag or whole amp-sequence |
| const KCharsetConversionResult & |
| KCharset |
[const]
| Generated by: root@george.devel.redhat.com on Thu Sep 14 21:18:35 2000, using kdoc 2.0a36. |