kdeui
KCharSelectTable Class Reference
Character selection table. More...
#include <kcharselect.h>
Signals | |
void | activated () |
void | activated (const QChar &c) |
void | doubleClicked () |
void | focusItemChanged (const QChar &c) |
void | focusItemChanged () |
void | highlighted () |
void | highlighted (const QChar &c) |
void | tableDown () |
void | tableUp () |
Public Member Functions | |
virtual QChar | chr () |
KCharSelectTable (QWidget *parent, const char *name, const QString &_font, const QChar &_chr, int _tableNum) | |
virtual void | resizeEvent (QResizeEvent *) |
virtual void | setChar (const QChar &_chr) |
virtual void | setFont (const QString &_font) |
virtual void | setTableNum (int _tableNum) |
virtual QSize | sizeHint () const |
Protected Member Functions | |
void | gotoDown () |
void | gotoLeft () |
void | gotoRight () |
void | gotoUp () |
virtual void | keyPressEvent (QKeyEvent *e) |
virtual void | mouseDoubleClickEvent (QMouseEvent *e) |
virtual void | mouseMoveEvent (QMouseEvent *e) |
virtual void | mousePressEvent (QMouseEvent *e) |
virtual void | mouseReleaseEvent (QMouseEvent *e) |
virtual void | paintCell (class QPainter *p, int row, int col) |
virtual void | virtual_hook (int id, void *data) |
Protected Attributes | |
QChar | focusItem |
QPoint | focusPos |
int | temp |
QChar | vChr |
QString | vFont |
QPoint | vPos |
int | vTableNum |
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 51 of file kcharselect.h.
Constructor & Destructor Documentation
KCharSelectTable::KCharSelectTable | ( | QWidget * | parent, | |
const char * | name, | |||
const QString & | _font, | |||
const QChar & | _chr, | |||
int | _tableNum | |||
) |
Definition at line 64 of file kcharselect.cpp.
Member Function Documentation
void KCharSelectTable::activated | ( | ) | [signal] |
void KCharSelectTable::activated | ( | const QChar & | c | ) | [signal] |
virtual QChar KCharSelectTable::chr | ( | ) | [inline, virtual] |
Definition at line 66 of file kcharselect.h.
void KCharSelectTable::doubleClicked | ( | ) | [signal] |
void KCharSelectTable::focusItemChanged | ( | const QChar & | c | ) | [signal] |
void KCharSelectTable::focusItemChanged | ( | ) | [signal] |
void KCharSelectTable::gotoDown | ( | ) | [protected] |
Definition at line 325 of file kcharselect.cpp.
void KCharSelectTable::gotoLeft | ( | ) | [protected] |
Definition at line 271 of file kcharselect.cpp.
void KCharSelectTable::gotoRight | ( | ) | [protected] |
Definition at line 289 of file kcharselect.cpp.
void KCharSelectTable::gotoUp | ( | ) | [protected] |
Definition at line 307 of file kcharselect.cpp.
void KCharSelectTable::highlighted | ( | ) | [signal] |
void KCharSelectTable::highlighted | ( | const QChar & | c | ) | [signal] |
void KCharSelectTable::keyPressEvent | ( | QKeyEvent * | e | ) | [protected, virtual] |
Definition at line 226 of file kcharselect.cpp.
virtual void KCharSelectTable::mouseDoubleClickEvent | ( | QMouseEvent * | e | ) | [inline, protected, virtual] |
Definition at line 72 of file kcharselect.h.
void KCharSelectTable::mouseMoveEvent | ( | QMouseEvent * | e | ) | [protected, virtual] |
Definition at line 196 of file kcharselect.cpp.
virtual void KCharSelectTable::mousePressEvent | ( | QMouseEvent * | e | ) | [inline, protected, virtual] |
Definition at line 71 of file kcharselect.h.
virtual void KCharSelectTable::mouseReleaseEvent | ( | QMouseEvent * | e | ) | [inline, protected, virtual] |
Definition at line 73 of file kcharselect.h.
void KCharSelectTable::paintCell | ( | class QPainter * | p, | |
int | row, | |||
int | col | |||
) | [protected, virtual] |
void KCharSelectTable::resizeEvent | ( | QResizeEvent * | e | ) | [virtual] |
Definition at line 125 of file kcharselect.cpp.
void KCharSelectTable::setChar | ( | const QChar & | _chr | ) | [virtual] |
Definition at line 95 of file kcharselect.cpp.
void KCharSelectTable::setFont | ( | const QString & | _font | ) | [virtual] |
Definition at line 86 of file kcharselect.cpp.
void KCharSelectTable::setTableNum | ( | int | _tableNum | ) | [virtual] |
Definition at line 102 of file kcharselect.cpp.
QSize KCharSelectTable::sizeHint | ( | void | ) | const [virtual] |
Definition at line 113 of file kcharselect.cpp.
void KCharSelectTable::tableDown | ( | ) | [signal] |
void KCharSelectTable::tableUp | ( | ) | [signal] |
void KCharSelectTable::virtual_hook | ( | int | id, | |
void * | data | |||
) | [protected, virtual] |
Definition at line 541 of file kcharselect.cpp.
Member Data Documentation
QChar KCharSelectTable::focusItem [protected] |
Definition at line 87 of file kcharselect.h.
QPoint KCharSelectTable::focusPos [protected] |
Definition at line 88 of file kcharselect.h.
int KCharSelectTable::temp [protected] |
Definition at line 89 of file kcharselect.h.
QChar KCharSelectTable::vChr [protected] |
Definition at line 84 of file kcharselect.h.
QString KCharSelectTable::vFont [protected] |
Definition at line 83 of file kcharselect.h.
QPoint KCharSelectTable::vPos [protected] |
Definition at line 86 of file kcharselect.h.
int KCharSelectTable::vTableNum [protected] |
Definition at line 85 of file kcharselect.h.
The documentation for this class was generated from the following files: