lib
KoCharSelectDia Class Reference
Inheritance diagram for KoCharSelectDia:

Detailed Description
Definition at line 36 of file KoCharSelectDia.h.
Signals | |
| void | insertChar (QChar, const QString &) |
Public Member Functions | |
| KoCharSelectDia (QWidget *parent, const char *name, const QChar &_chr, const QString &_font, bool _enableFont, bool _modal=true) | |
| KoCharSelectDia (QWidget *parent, const char *name, const QString &_font, const QChar &_chr, bool _modal=true) | |
| ~KoCharSelectDia () | |
| QChar | chr () const |
| QString | font () const |
| void | closeDialog () |
Static Public Member Functions | |
| static KOFFICEUI_EXPORT bool | selectChar (QString &_font, QChar &_chr, bool _enableFont=true, QWidget *parent=0, const char *name=0) |
Protected Attributes | |
| QGridLayout * | grid |
| KButtonBox * | bbox |
| QPushButton * | bOk |
| QPushButton * | bCancel |
| KCharSelect * | charSelect |
The documentation for this class was generated from the following files:

