#include <kcharselect.h>
Inherits TQGridView.
|
|
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 | tableNumChanged (int tableNum) |
| |
|
void | doubleClicked () |
| |
|
|
| 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) |
| |
|
TQString | font () const |
| |
|
virtual TQChar | chr () |
| |
|
int | tableNum () const |
| |
|
TQChar | charAt (int row, int col) const |
| |
|
|
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) |
| |
|
virtual void | viewportResizeEvent (TQResizeEvent *e) |
| |
|
virtual void | contentsMousePressEvent (TQMouseEvent *e) |
| |
|
virtual void | contentsMouseDoubleClickEvent (TQMouseEvent *e) |
| |
|
virtual void | contentsMouseReleaseEvent (TQMouseEvent *e) |
| |
|
virtual void | contentsMouseMoveEvent (TQMouseEvent *e) |
| |
|
void | gotoLeft () |
| |
|
void | gotoRight () |
| |
|
void | gotoUp () |
| |
|
void | gotoDown () |
| |
|
virtual void | virtual_hook (int id, void *data) |
| |
|
|
TQString | vFont |
| |
|
TQChar | vChr |
| |
|
int | vTableNum |
| |
|
TQPoint | vPos |
| |
|
TQChar | focusItem |
| |
|
TQPoint | focusPos |
| |
|
int | temp |
| |
Character selection table.
A table widget which displays the characters of a font. Internally used by KCharSelect. See the KCharSelect documentation for further details.
- Author
- Reginald Stadlbauer reggi.nosp@m.e@kd.nosp@m.e.org
Definition at line 49 of file kcharselect.h.
The documentation for this class was generated from the following files: