class KCharSelectTable

Character-Selection Table. More...

Definition#include <kcharselect.h>
InheritsQTableView [public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Signals

Protected Methods

Protected Members


Detailed Description

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 )

QSize  sizeHint ()

[const virtual]

void  setFont ( const QString &_font )

[virtual]

void  setChar ( const QChar &_chr )

[virtual]

void  setTableNum ( int _tableNum )

[virtual]

QChar  chr ()

[virtual]

void  paintCell ( class QPainter *p, int row, int col )

[protected: virtual]

void  mousePressEvent ( QMouseEvent *e )

[protected: virtual]

void  mouseReleaseEvent ( QMouseEvent *e )

[protected: virtual]

void  mouseMoveEvent ( QMouseEvent *e )

[protected: virtual]

void  keyPressEvent ( QKeyEvent *e )

[protected: virtual]

void  gotoLeft ()

[protected: ]

void  gotoRight ()

[protected: ]

void  gotoUp ()

[protected: ]

void  gotoDown ()

[protected: ]

QString vFont

[protected: ]

QChar vChr

[protected: ]

int vTableNum

[protected: ]

QPoint vPos

[protected: ]

QChar focusItem

[protected: ]

QPoint focusPos

[protected: ]

void  highlighted ( const QChar &c )

[signal]

void  highlighted ()

[signal]

void  activated ( const QChar &c )

[signal]

void  activated ()

[signal]

void  focusItemChanged ()

[signal]

void  focusItemChanged ( const QChar &c )

[signal]

void  tableUp ()

[signal]

void  tableDown ()

[signal]