kdeui Library API Documentation

KCharSelectTable Class Reference

A table widget which displayes the characters of a font. Character-Selection Table. More...

#include <kcharselect.h>

Inheritance diagram for KCharSelectTable:

Inheritance graph
[legend]
Collaboration diagram for KCharSelectTable:

Collaboration graph
[legend]
List of all members.

Signals

void highlighted (const QChar &c)
void highlighted ()
void activated (const QChar &c)
void activated ()
void focusItemChanged ()
void focusItemChanged (const QChar &c)
void tableUp ()
void tableDown ()
void doubleClicked ()

Public Member Functions

 KCharSelectTable (QWidget *parent, const char *name, const QString &_font, const QChar &_chr, int _tableNum)
virtual QSize sizeHint () const
virtual void resizeEvent (QResizeEvent *)
virtual void setFont (const QString &_font)
virtual void setChar (const QChar &_chr)
virtual void setTableNum (int _tableNum)
virtual QChar chr ()

Protected Member Functions

virtual void paintCell (class QPainter *p, int row, int col)
virtual void mousePressEvent (QMouseEvent *e)
virtual void mouseDoubleClickEvent (QMouseEvent *e)
virtual void mouseReleaseEvent (QMouseEvent *e)
virtual void mouseMoveEvent (QMouseEvent *e)
virtual void keyPressEvent (QKeyEvent *e)
void gotoLeft ()
void gotoRight ()
void gotoUp ()
void gotoDown ()
virtual void virtual_hook (int id, void *data)

Protected Attributes

QString vFont
QChar vChr
int vTableNum
QPoint vPos
QChar focusItem
QPoint focusPos
int temp

Detailed Description

A table widget which displayes the characters of a font. Character-Selection Table.

Internally used by KCharSelect. See the KCharSelect documentation for further details.

Version:
Id
kcharselect.h,v 1.21 2002/03/04 00:51:46 lunakl Exp
Author:
Reginald Stadlbauer <reggie@kde.org>

Definition at line 48 of file kcharselect.h.


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.5.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Wed Jan 28 12:59:09 2004 by doxygen 1.3.4 written by Dimitri van Heesch, © 1997-2001