#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 | 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) |
| |
| virtual TQChar | chr () |
| |
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 51 of file kcharselect.h.
◆ KCharSelectTable()
| KCharSelectTable::KCharSelectTable |
( |
TQWidget * |
parent, |
|
|
const char * |
name, |
|
|
const TQString & |
_font, |
|
|
const TQChar & |
_chr, |
|
|
int |
_tableNum |
|
) |
| |
◆ chr()
| virtual TQChar KCharSelectTable::chr |
( |
| ) |
|
|
inlinevirtual |
◆ gotoDown()
| void KCharSelectTable::gotoDown |
( |
| ) |
|
|
protected |
◆ gotoLeft()
| void KCharSelectTable::gotoLeft |
( |
| ) |
|
|
protected |
◆ gotoRight()
| void KCharSelectTable::gotoRight |
( |
| ) |
|
|
protected |
◆ gotoUp()
| void KCharSelectTable::gotoUp |
( |
| ) |
|
|
protected |
◆ keyPressEvent()
| void KCharSelectTable::keyPressEvent |
( |
TQKeyEvent * |
e | ) |
|
|
protectedvirtual |
◆ mouseDoubleClickEvent()
| virtual void KCharSelectTable::mouseDoubleClickEvent |
( |
TQMouseEvent * |
e | ) |
|
|
inlineprotectedvirtual |
◆ mouseMoveEvent()
| void KCharSelectTable::mouseMoveEvent |
( |
TQMouseEvent * |
e | ) |
|
|
protectedvirtual |
◆ mousePressEvent()
| virtual void KCharSelectTable::mousePressEvent |
( |
TQMouseEvent * |
e | ) |
|
|
inlineprotectedvirtual |
◆ mouseReleaseEvent()
| virtual void KCharSelectTable::mouseReleaseEvent |
( |
TQMouseEvent * |
e | ) |
|
|
inlineprotectedvirtual |
◆ paintCell()
| void KCharSelectTable::paintCell |
( |
class TQPainter * |
p, |
|
|
int |
row, |
|
|
int |
col |
|
) |
| |
|
protectedvirtual |
◆ resizeEvent()
| void KCharSelectTable::resizeEvent |
( |
TQResizeEvent * |
e | ) |
|
|
virtual |
◆ setChar()
| void KCharSelectTable::setChar |
( |
const TQChar & |
_chr | ) |
|
|
virtual |
◆ setFont()
| void KCharSelectTable::setFont |
( |
const TQString & |
_font | ) |
|
|
virtual |
◆ setTableNum()
| void KCharSelectTable::setTableNum |
( |
int |
_tableNum | ) |
|
|
virtual |
◆ sizeHint()
| TQSize KCharSelectTable::sizeHint |
( |
void |
| ) |
const |
|
virtual |
◆ virtual_hook()
| void KCharSelectTable::virtual_hook |
( |
int |
id, |
|
|
void * |
data |
|
) |
| |
|
protectedvirtual |
◆ focusItem
| TQChar KCharSelectTable::focusItem |
|
protected |
◆ focusPos
| TQPoint KCharSelectTable::focusPos |
|
protected |
◆ temp
| int KCharSelectTable::temp |
|
protected |
◆ vChr
| TQChar KCharSelectTable::vChr |
|
protected |
◆ vFont
| TQString KCharSelectTable::vFont |
|
protected |
◆ vPos
| TQPoint KCharSelectTable::vPos |
|
protected |
◆ vTableNum
| int KCharSelectTable::vTableNum |
|
protected |
The documentation for this class was generated from the following files: