org.kde.koala

Class KCharSelectTable

public class KCharSelectTable extends QGridView

A table widget which displays the characters of a font. Internally used by KCharSelect. See the KCharSelect documentation for further details. See KCharSelectTableSignals for signals emitted by KCharSelectTable

Author: Reginald Stadlbauer

UNKNOWN: Character selection table.

Constructor Summary
protected KCharSelectTable(Class dummy)
KCharSelectTable(QWidget parent, String name, String _font, char _chr, int _tableNum)
Method Summary
charchr()
StringclassName()
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voidfinalize()
Deletes the wrapped C++ instance
protected voidgotoDown()
protected voidgotoLeft()
protected voidgotoRight()
protected voidgotoUp()
booleanisDisposed()
Has the wrapped C++ instance been deleted?
protected voidkeyPressEvent(QKeyEvent e)
QMetaObjectmetaObject()
protected voidmouseDoubleClickEvent(QMouseEvent e)
protected voidmouseMoveEvent(QMouseEvent e)
protected voidmousePressEvent(QMouseEvent e)
protected voidmouseReleaseEvent(QMouseEvent e)
voidresizeEvent(QResizeEvent arg1)
voidsetChar(char _chr)
voidsetFont(String _font)
voidsetTableNum(int _tableNum)
QSizesizeHint()

Constructor Detail

KCharSelectTable

protected KCharSelectTable(Class dummy)

KCharSelectTable

public KCharSelectTable(QWidget parent, String name, String _font, char _chr, int _tableNum)

Method Detail

chr

public char chr()

className

public String className()

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()

finalize

protected void finalize()
Deletes the wrapped C++ instance

gotoDown

protected void gotoDown()

gotoLeft

protected void gotoLeft()

gotoRight

protected void gotoRight()

gotoUp

protected void gotoUp()

isDisposed

public boolean isDisposed()
Has the wrapped C++ instance been deleted?

keyPressEvent

protected void keyPressEvent(QKeyEvent e)

metaObject

public QMetaObject metaObject()

mouseDoubleClickEvent

protected void mouseDoubleClickEvent(QMouseEvent e)

mouseMoveEvent

protected void mouseMoveEvent(QMouseEvent e)

mousePressEvent

protected void mousePressEvent(QMouseEvent e)

mouseReleaseEvent

protected void mouseReleaseEvent(QMouseEvent e)

resizeEvent

public void resizeEvent(QResizeEvent arg1)

setChar

public void setChar(char _chr)

setFont

public void setFont(String _font)

setTableNum

public void setTableNum(int _tableNum)

sizeHint

public QSize sizeHint()