KCharSelect Class Reference
Character selection widget. More...
#include <kcharselect.h>
Inheritance diagram for KCharSelect:

Signals | |
void | highlighted (const QChar &c) |
void | highlighted () |
void | activated (const QChar &c) |
void | activated () |
void | fontChanged (const QString &_font) |
void | focusItemChanged () |
void | focusItemChanged (const QChar &c) |
void | doubleClicked () |
Public Member Functions | |
KCharSelect (QWidget *parent, const char *name, const QString &font=QString::null, const QChar &chr= ' ', int tableNum=0) | |
virtual QSize | sizeHint () const |
virtual void | setFont (const QString &font) |
virtual void | setChar (const QChar &chr) |
virtual void | setTableNum (int tableNum) |
virtual QChar | chr () const |
virtual QString | font () const |
virtual int | tableNum () const |
virtual void | enableFontCombo (bool e) |
virtual void | enableTableSpinBox (bool e) |
virtual bool | isFontComboEnabled () const |
virtual bool | isTableSpinBoxEnabled () const |
Protected Slots | |
void | fontSelected (const QString &_font) |
void | tableChanged (int _value) |
void | charHighlighted (const QChar &c) |
void | charHighlighted () |
void | charActivated (const QChar &c) |
void | charActivated () |
void | charFocusItemChanged () |
void | charFocusItemChanged (const QChar &c) |
void | charTableUp () |
void | charTableDown () |
void | slotDoubleClicked () |
void | slotUnicodeEntered () |
void | slotUpdateUnicode (const QChar &c) |
Protected Member Functions | |
virtual void | fillFontCombo () |
virtual void | virtual_hook (int id, void *data) |
Static Protected Member Functions | |
static void | cleanupFontDatabase () |
Protected Attributes | |
QComboBox * | fontCombo |
QSpinBox * | tableSpinBox |
KCharSelectTable * | charTable |
QStringList | fontList |
Static Protected Attributes | |
static QFontDatabase * | fontDataBase = 0 |
Properties | |
QString | fontFamily |
int | tableNum |
bool | fontComboEnabled |
bool | tableSpinBoxEnabled |
Detailed Description
Character selection widget.This widget allows the user to select a character of a specified font in a table

Character Selection Widget
KCharSelect supports keyboard and mouse navigation. Click+Move always selects the character below the mouse cursor. Using the arrow keys moves the focus mark around and pressing RETURN or SPACE selects the cell which contains the focus mark.
To get the current selected character, use the chr() method. You can set the character which should be displayed with setChar() and the table number which should be displayed with setTableNum().
- Author:
- Reginald Stadlbauer <reggie@kde.org>
Definition at line 140 of file kcharselect.h.
Constructor & Destructor Documentation
|
Constructor.
Definition at line 366 of file kcharselect.cpp. References setFont(), setTableNum(), and KDialog::spacingHint(). |
Member Function Documentation
|
Reimplemented.
Definition at line 445 of file kcharselect.cpp. |
|
Sets the font which is displayed to
Definition at line 451 of file kcharselect.cpp. References endl(), kdWarning(), and KCharSelectTable::setFont(). Referenced by KCharSelect(). |
|
Sets the currently selected character to
Definition at line 466 of file kcharselect.cpp. References KCharSelectTable::setChar(). |
|
Sets the currently displayed table to
Definition at line 473 of file kcharselect.cpp. References KCharSelectTable::setTableNum(). Referenced by KCharSelect(). |
|
Returns the currently selected character.
Definition at line 180 of file kcharselect.h. |
|
Returns the currently displayed font.
Definition at line 185 of file kcharselect.h. |
|
Returns the currently displayed table.
Definition at line 190 of file kcharselect.h. |
|
If
Definition at line 197 of file kcharselect.h. |
|
If Definition at line 205 of file kcharselect.h. |
|
Returns wether the font combobox on the top is enabled or disabled.
Definition at line 213 of file kcharselect.h. |
|
Returns wether the table spinbox on the top is enabled or disabled.
Definition at line 221 of file kcharselect.h. |
The documentation for this class was generated from the following files: