|
|
A table widget which displayes the characters of a font. Internally used by KCharSelect. See the KCharSelect documentation for further details.
KCharSelectTable ( QWidget *parent, const char *name, const QString &_font,
const QChar &_chr, int _tableNum )
| KCharSelectTable |
QSize sizeHint ()
| sizeHint |
[const virtual]
void setFont ( const QString &_font )
| setFont |
[virtual]
void setChar ( const QChar &_chr )
| setChar |
[virtual]
void setTableNum ( int _tableNum )
| setTableNum |
[virtual]
QChar chr ()
| chr |
[virtual]
void paintCell ( class QPainter *p, int row, int col )
| paintCell |
[protected virtual]
Reimplemented from QTableView.
void mousePressEvent ( QMouseEvent *e )
| mousePressEvent |
[protected virtual]
void mouseDoubleClickEvent ( QMouseEvent *e )
| mouseDoubleClickEvent |
[protected virtual]
void mouseReleaseEvent ( QMouseEvent *e )
| mouseReleaseEvent |
[protected virtual]
void mouseMoveEvent ( QMouseEvent *e )
| mouseMoveEvent |
[protected virtual]
void keyPressEvent ( QKeyEvent *e )
| keyPressEvent |
[protected virtual]
void gotoLeft ()
| gotoLeft |
[protected]
void gotoRight ()
| gotoRight |
[protected]
void gotoUp ()
| gotoUp |
[protected]
void gotoDown ()
| gotoDown |
[protected]
QString vFont | vFont |
[protected]
QChar vChr | vChr |
[protected]
int vTableNum | vTableNum |
[protected]
QPoint vPos | vPos |
[protected]
QChar focusItem | focusItem |
[protected]
QPoint focusPos | focusPos |
[protected]
void highlighted ( const QChar &c )
| highlighted |
[signal]
void highlighted ()
| highlighted |
[signal]
void activated ( const QChar &c )
| activated |
[signal]
void activated ()
| activated |
[signal]
void focusItemChanged ()
| focusItemChanged |
[signal]
void focusItemChanged ( const QChar &c )
| focusItemChanged |
[signal]
void tableUp ()
| tableUp |
[signal]
void tableDown ()
| tableDown |
[signal]
void doubleClicked ()
| doubleClicked |
[signal]