class KCharSelect |
|
Character selection widget
This widget allows the user to select a character of a specified font and to browse Unicode information You can specify the font whose characters should be displayed via setCurrentFont(). Using the Controls argument in the contructor you can create a compact version of KCharSelect if there is not enough space and if you don't need all features. KCharSelect displays one Unicode block at a time and provides categorized access to them. Unicode character names and further details, including cross references, are displayed. Additionally, there is a search to find characters. To get the current selected character, use the currentChar() method. You can set the character which should be displayed with setCurrentChar().
Author Reginald Stadlbauer |
|
Constructor. controls can be used to show a custom set of widgets. |
|
|
A character is selected to be inserted somewhere. |
|
Returns the currently selected character. |
|
The current character is changed. |
|
Returns the currently displayed font. |
|
A new font is selected or the font size changed. |
|
Returns a list of currently displayed characters. |
|
The currently displayed characters are changed (search results or block). |
|
Highlights the character c. If the character is not displayed, the block is changed. |
|
Sets the font which is displayed to font |
|
Reimplemented. |
Shows the search widgets
SearchLine | - 0x01 | - | ||
FontCombo | - 0x02 | - | ||
FontSize | - 0x04 | - | ||
BlockCombos | - 0x08 | - | ||
CharacterTable | - 0x10 | - | ||
DetailBrowser | - 0x20 | - | ||
AllGuiElements | - 65535 | - |