KDEUI
KCharSelectTable Class Reference
Character selection table. More...
#include <kcharselect_p.h>
Inheritance diagram for KCharSelectTable:

Signals | |
| void | activated (const QChar &c) |
| void | focusItemChanged (const QChar &c) |
| void | showCharRequested (const QChar &c) |
Public Member Functions | |
| virtual QChar | chr () |
| QList< QChar > | displayedChars () const |
| QFont | font () const |
| KCharSelectTable (QWidget *parent, const QFont &_font) | |
| virtual void | resizeEvent (QResizeEvent *) |
| virtual void | scrollTo (const QModelIndex &index, ScrollHint hint=EnsureVisible) |
| virtual void | setChar (const QChar &c) |
| void | setContents (QList< QChar > chars) |
| virtual void | setFont (const QFont &_font) |
| ~KCharSelectTable () | |
Protected Member Functions | |
| virtual void | keyPressEvent (QKeyEvent *e) |
Detailed Description
Character selection table.A table widget which displays the characters of a font. Internally used by KCharSelect. See the KCharSelect documentation for further details.
Definition at line 49 of file kcharselect_p.h.
Constructor & Destructor Documentation
Constructor.
Using _font, draw a table of chars.
- See also:
- setContents
Definition at line 125 of file kcharselect.cpp.
| KCharSelectTable::~KCharSelectTable | ( | ) |
Definition at line 151 of file kcharselect.cpp.
Member Function Documentation
| void KCharSelectTable::activated | ( | const QChar & | c | ) | [signal] |
Emitted to indicate that character c is activated (such as by double-clicking it).
| QChar KCharSelectTable::chr | ( | ) | [virtual] |
| QList< QChar > KCharSelectTable::displayedChars | ( | ) | const |
| void KCharSelectTable::focusItemChanged | ( | const QChar & | c | ) | [signal] |
| QFont KCharSelectTable::font | ( | ) | const |
| void KCharSelectTable::keyPressEvent | ( | QKeyEvent * | e | ) | [protected, virtual] |
| void KCharSelectTable::resizeEvent | ( | QResizeEvent * | e | ) | [virtual] |
| void KCharSelectTable::scrollTo | ( | const QModelIndex & | index, | |
| ScrollHint | hint = EnsureVisible | |||
| ) | [virtual] |
| void KCharSelectTable::setChar | ( | const QChar & | c | ) | [virtual] |
| void KCharSelectTable::setContents | ( | QList< QChar > | chars | ) |
| void KCharSelectTable::setFont | ( | const QFont & | _font | ) | [virtual] |
| void KCharSelectTable::showCharRequested | ( | const QChar & | c | ) | [signal] |
The documentation for this class was generated from the following files:
KDE 4.5 API Reference