org.kde.koala
public class KCharSelectTable extends QGridView
UNKNOWN: Character selection table.
Constructor Summary | |
---|---|
protected | KCharSelectTable(Class dummy) |
KCharSelectTable(QWidget parent, String name, String _font, char _chr, int _tableNum) |
Method Summary | |
---|---|
char | chr() |
String | className() |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
protected void | finalize() Deletes the wrapped C++ instance |
protected void | gotoDown() |
protected void | gotoLeft() |
protected void | gotoRight() |
protected void | gotoUp() |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
protected void | keyPressEvent(QKeyEvent e) |
QMetaObject | metaObject() |
protected void | mouseDoubleClickEvent(QMouseEvent e) |
protected void | mouseMoveEvent(QMouseEvent e) |
protected void | mousePressEvent(QMouseEvent e) |
protected void | mouseReleaseEvent(QMouseEvent e) |
void | resizeEvent(QResizeEvent arg1) |
void | setChar(char _chr) |
void | setFont(String _font) |
void | setTableNum(int _tableNum) |
QSize | sizeHint() |