KCharSelectTable Class Reference
#include <kcharselect.h>
Inheritance diagram for KCharSelectTable:
Signals | |
| void | highlighted (const TQChar &c) |
| void | highlighted () |
| void | activated (const TQChar &c) |
| void | activated () |
| void | focusItemChanged () |
| void | focusItemChanged (const TQChar &c) |
| void | tableUp () |
| void | tableDown () |
| void | doubleClicked () |
Public Member Functions | |
| KCharSelectTable (TQWidget *parent, const char *name, const TQString &_font, const TQChar &_chr, int _tableNum) | |
| virtual TQSize | sizeHint () const |
| virtual void | resizeEvent (TQResizeEvent *) |
| virtual void | setFont (const TQString &_font) |
| virtual void | setChar (const TQChar &_chr) |
| virtual void | setTableNum (int _tableNum) |
| virtual TQChar | chr () |
Protected Member Functions | |
| virtual void | paintCell (class TQPainter *p, int row, int col) |
| virtual void | mousePressEvent (TQMouseEvent *e) |
| virtual void | mouseDoubleClickEvent (TQMouseEvent *e) |
| virtual void | mouseReleaseEvent (TQMouseEvent *e) |
| virtual void | mouseMoveEvent (TQMouseEvent *e) |
| virtual void | keyPressEvent (TQKeyEvent *e) |
| void | gotoLeft () |
| void | gotoRight () |
| void | gotoUp () |
| void | gotoDown () |
| virtual void | virtual_hook (int id, void *data) |
Protected Attributes | |
| TQString | vFont |
| TQChar | vChr |
| int | vTableNum |
| TQPoint | vPos |
| TQChar | focusItem |
| TQPoint | focusPos |
| int | temp |
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.
The documentation for this class was generated from the following files:
Trinity API Reference