org.kde.koala
public class KCharSelect extends QVBox
UNKNOWN: Character selection widget.
Constructor Summary | |
---|---|
protected | KCharSelect(Class dummy) |
KCharSelect(QWidget parent, String name, String font, char chr, int tableNum)
Constructor. | |
KCharSelect(QWidget parent, String name, String font, char chr) | |
KCharSelect(QWidget parent, String name, String font) | |
KCharSelect(QWidget parent, String name) |
Method Summary | |
---|---|
protected void | charActivated(char c) |
protected void | charActivated() |
protected void | charFocusItemChanged() |
protected void | charFocusItemChanged(char c) |
protected void | charHighlighted(char c) |
protected void | charHighlighted() |
protected void | charTableDown() |
protected void | charTableUp() |
char | chr()
Returns the currently selected character. |
String | className() |
protected static void | cleanupFontDatabase() |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
void | enableFontCombo(boolean e)
If e is set to true, the combobox which allows the user to
select the font which should be displayed is enabled, else
disabled. |
void | enableTableSpinBox(boolean e)
If e is set to true, the spinbox which allows the user to
specify which characters of the font should be displayed, is
enabled, else disabled. |
protected void | fillFontCombo() |
protected void | finalize() Deletes the wrapped C++ instance |
String | fontName()
Returns the currently displayed font. |
protected void | fontSelected(String _font) |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
boolean | isFontComboEnabled()
Returns wether the font combobox on the top is enabled or
disabled. |
boolean | isTableSpinBoxEnabled()
Returns wether the table spinbox on the top is enabled or
disabled. |
QMetaObject | metaObject() |
void | setChar(char chr)
Sets the currently selected character to chr. |
void | setFont(String font)
Sets the font which is displayed to font |
void | setTableNum(int tableNum)
Sets the currently displayed table to tableNum. |
QSize | sizeHint()
Reimplemented. |
protected void | slotDoubleClicked() |
protected void | slotUnicodeEntered() |
protected void | slotUpdateUnicode(char c) |
protected void | tableChanged(int _value) |
int | tableNum()
Returns the currently displayed table |
font
specifies which font should be displayed, chr
which character should be selected and tableNum
specifies
the number of the table which should be displayed.UNKNOWN: Constructor.
UNKNOWN: Returns the currently selected character.
e
is set to true, the combobox which allows the user to
select the font which should be displayed is enabled, else
disabled.UNKNOWN: If e
is set to true, the combobox which allows the user to select the font which should be displayed is enabled, else disabled.
e
is set to true, the spinbox which allows the user to
specify which characters of the font should be displayed, is
enabled, else disabled.UNKNOWN:
UNKNOWN: Returns the currently displayed font.
See Also: KCharSelect
UNKNOWN: Returns wether the font combobox on the top is enabled or disabled.
See Also: KCharSelect
UNKNOWN: Returns wether the table spinbox on the top is enabled or disabled.
chr.
UNKNOWN: Sets the currently selected character to chr.
font
UNKNOWN: Sets the font which is displayed to font
tableNum.
UNKNOWN: Sets the currently displayed table to tableNum.
UNKNOWN: Reimplemented.
UNKNOWN: Returns the currently displayed table