#include <KoCharSelectDia.h>
Signaux | |
void | insertChar (QChar, const QString &) |
Fonctions membres publiques | |
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 () |
Fonctions membres publiques statiques | |
static KOFFICEUI_EXPORT bool | selectChar (QString &_font, QChar &_chr, bool _enableFont=true, QWidget *parent=0, const char *name=0) |
Attributs protégés | |
QGridLayout * | grid |
KButtonBox * | bbox |
QPushButton * | bOk |
QPushButton * | bCancel |
KCharSelect * | charSelect |
Connecteurs privés | |
void | slotUser1 () |
void | slotDoubleClicked () |
Fonctions membres privées | |
void | initDialog (const QChar &_chr, const QString &_font, bool _enableFont) |
Définition à la ligne 36 du fichier KoCharSelectDia.h.
KoCharSelectDia::KoCharSelectDia | ( | QWidget * | parent, | |
const char * | name, | |||
const QChar & | _chr, | |||
const QString & | _font, | |||
bool | _enableFont, | |||
bool | _modal = true | |||
) |
Définition à la ligne 35 du fichier KoCharSelectDia.cpp.
Références initDialog().
Référencé par selectChar().
Voici le graphe d'appel pour cette fonction :
Voici le graphe d'appel pour cette fonction :
KoCharSelectDia::KoCharSelectDia | ( | QWidget * | parent, | |
const char * | name, | |||
const QString & | _font, | |||
const QChar & | _chr, | |||
bool | _modal = true | |||
) |
Définition à la ligne 52 du fichier KoCharSelectDia.cpp.
Références initDialog().
Voici le graphe d'appel pour cette fonction :
KoCharSelectDia::~KoCharSelectDia | ( | ) |
Définition à la ligne 88 du fichier KoCharSelectDia.cpp.
bool KoCharSelectDia::selectChar | ( | QString & | _font, | |
QChar & | _chr, | |||
bool | _enableFont = true , |
|||
QWidget * | parent = 0 , |
|||
const char * | name = 0 | |||
) | [static] |
Définition à la ligne 97 du fichier KoCharSelectDia.cpp.
Références chr(), font(), et KoCharSelectDia().
Référencé par KoAutoFormatDia::chooseBulletStyle(), KoAutoFormatDia::chooseDoubleQuote1(), KoAutoFormatDia::chooseDoubleQuote2(), KoAutoFormatDia::chooseSimpleQuote1(), KoAutoFormatDia::chooseSimpleQuote2(), KoAutoFormatDia::chooseSpecialChar1(), KoAutoFormatDia::chooseSpecialChar2(), et KoCounterStyleWidget::selectCustomBullet().
Voici le graphe d'appel pour cette fonction :
QChar KoCharSelectDia::chr | ( | ) | const |
Définition à la ligne 115 du fichier KoCharSelectDia.cpp.
Références charSelect.
Référencé par selectChar(), slotDoubleClicked(), et slotUser1().
Voici le graphe d'appel pour cette fonction :
QString KoCharSelectDia::font | ( | ) | const |
Définition à la ligne 120 du fichier KoCharSelectDia.cpp.
Références charSelect.
Référencé par selectChar(), slotDoubleClicked(), et slotUser1().
Voici le graphe d'appel pour cette fonction :
void KoCharSelectDia::closeDialog | ( | ) |
Définition à la ligne 92 du fichier KoCharSelectDia.cpp.
void KoCharSelectDia::initDialog | ( | const QChar & | _chr, | |
const QString & | _font, | |||
bool | _enableFont | |||
) | [private] |
Définition à la ligne 68 du fichier KoCharSelectDia.cpp.
Références charSelect, grid, et slotDoubleClicked().
Référencé par KoCharSelectDia().
Voici le graphe d'appel pour cette fonction :
void KoCharSelectDia::slotUser1 | ( | ) | [private, slot] |
Définition à la ligne 125 du fichier KoCharSelectDia.cpp.
Références chr(), font(), et insertChar().
void KoCharSelectDia::slotDoubleClicked | ( | ) | [private, slot] |
Définition à la ligne 130 du fichier KoCharSelectDia.cpp.
Références chr(), font(), et insertChar().
Référencé par initDialog().
void KoCharSelectDia::insertChar | ( | QChar | , | |
const QString & | ||||
) | [signal] |
Référencé par slotDoubleClicked(), et slotUser1().
QGridLayout* KoCharSelectDia::grid [protected] |
KButtonBox* KoCharSelectDia::bbox [protected] |
Définition à la ligne 68 du fichier KoCharSelectDia.h.
QPushButton* KoCharSelectDia::bOk [protected] |
Définition à la ligne 69 du fichier KoCharSelectDia.h.
QPushButton * KoCharSelectDia::bCancel [protected] |
Définition à la ligne 69 du fichier KoCharSelectDia.h.
KCharSelect* KoCharSelectDia::charSelect [protected] |
Définition à la ligne 70 du fichier KoCharSelectDia.h.
Référencé par chr(), font(), et initDialog().