#include <KoSearchDia.h>
Graphe de collaboration de KoFormatDia:
Fonctions membres publiques | |
KoFormatDia (QWidget *parent, const QString &_caption, KoSearchContext *_ctx, const char *name=0L) | |
void | ctxOptions () |
Connecteurs protégés | |
void | slotReset () |
void | slotClear () |
Attributs privés | |
QCheckBox * | m_checkFamily |
QCheckBox * | m_checkSize |
QCheckBox * | m_checkColor |
QCheckBox * | m_checkBgColor |
QCheckBox * | m_checkBold |
QCheckBox * | m_checkItalic |
QCheckBox * | m_checkShadow |
QCheckBox * | m_checkWordByWord |
QCheckBox * | m_checkUnderline |
QCheckBox * | m_checkVertAlign |
QCheckBox * | m_checkStrikeOut |
QCheckBox * | m_checkFontAttribute |
QCheckBox * | m_checkLanguage |
QFontComboBox * | m_familyItem |
QSpinBox * | m_sizeItem |
KColorButton * | m_colorItem |
KColorButton * | m_bgColorItem |
QRadioButton * | m_boldYes |
QRadioButton * | m_boldNo |
QRadioButton * | m_italicYes |
QRadioButton * | m_italicNo |
QRadioButton * | m_shadowYes |
QRadioButton * | m_shadowNo |
QRadioButton * | m_wordByWordYes |
QRadioButton * | m_wordByWordNo |
QComboBox * | m_vertAlignItem |
QComboBox * | m_underlineItem |
QComboBox * | m_strikeOutItem |
QComboBox * | m_fontAttributeItem |
QComboBox * | m_languageItem |
KoSearchContext * | m_ctx |
Définition à la ligne 294 du fichier KoSearchDia.h.
KoFormatDia::KoFormatDia | ( | QWidget * | parent, | |
const QString & | _caption, | |||
KoSearchContext * | _ctx, | |||
const char * | name = 0L | |||
) |
Définition à la ligne 546 du fichier KoSearchDia.cpp.
Références KoTextFormat::fontAttributeList(), KoGlobal::languageFromTag(), KoGlobal::listOfLanguages(), KoSearchContext::m_attribute, KoSearchContext::m_backGroundColor, m_bgColorItem, m_boldNo, m_boldYes, m_checkBgColor, m_checkBold, m_checkColor, m_checkFamily, m_checkFontAttribute, m_checkItalic, m_checkLanguage, m_checkShadow, m_checkSize, m_checkStrikeOut, m_checkUnderline, m_checkVertAlign, m_checkWordByWord, KoSearchContext::m_color, m_colorItem, m_ctx, KoSearchContext::m_family, m_familyItem, m_fontAttributeItem, m_italicNo, m_italicYes, KoSearchContext::m_language, m_languageItem, m_shadowNo, m_shadowYes, KoSearchContext::m_size, m_sizeItem, KoSearchContext::m_strikeOut, m_strikeOutItem, KoSearchContext::m_underline, m_underlineItem, KoSearchContext::m_vertAlign, m_vertAlignItem, m_wordByWordNo, m_wordByWordYes, slotClear(), slotReset(), KoTextFormat::strikeOutTypeList(), et KoTextFormat::underlineTypeList().
Voici le graphe d'appel pour cette fonction :
void KoFormatDia::ctxOptions | ( | ) |
Définition à la ligne 791 du fichier KoSearchDia.cpp.
Références KoSearchContext::BgColor, KoSearchContext::Bold, KoSearchContext::Color, KoSearchContext::Family, KoSearchContext::Italic, KoSearchContext::Language, KoGlobal::listTagOfLanguages(), KoSearchContext::m_attribute, KoSearchContext::m_backGroundColor, m_bgColorItem, m_boldYes, m_checkBgColor, m_checkBold, m_checkColor, m_checkFamily, m_checkItalic, m_checkLanguage, m_checkShadow, m_checkSize, m_checkStrikeOut, m_checkUnderline, m_checkVertAlign, m_checkWordByWord, KoSearchContext::m_color, m_colorItem, m_ctx, KoSearchContext::m_family, m_familyItem, m_fontAttributeItem, m_italicYes, KoSearchContext::m_language, m_languageItem, KoSearchContext::m_options, KoSearchContext::m_optionsMask, m_shadowYes, KoSearchContext::m_size, m_sizeItem, KoSearchContext::m_strikeOut, m_strikeOutItem, KoSearchContext::m_underline, m_underlineItem, KoSearchContext::m_vertAlign, m_vertAlignItem, m_wordByWordYes, options, KoSearchContext::Shadow, KoSearchContext::Size, KoSearchContext::StrikeOut, KoSearchContext::Underline, KoSearchContext::VertAlign, et KoSearchContext::WordByWord.
Référencé par KoAutoFormatDia::slotChangeTextFormatEntry(), et KoSearchContextUI::slotShowOptions().
Voici le graphe d'appel pour cette fonction :
void KoFormatDia::slotReset | ( | ) | [protected, slot] |
Définition à la ligne 719 du fichier KoSearchDia.cpp.
Références KoSearchContext::Attribute, KoSearchContext::BgColor, KoSearchContext::Bold, KoSearchContext::Color, KoSearchContext::Family, KoSearchContext::Italic, KoSearchContext::Language, m_bgColorItem, m_boldNo, m_boldYes, m_checkBgColor, m_checkBold, m_checkColor, m_checkFamily, m_checkFontAttribute, m_checkItalic, m_checkLanguage, m_checkShadow, m_checkSize, m_checkStrikeOut, m_checkUnderline, m_checkVertAlign, m_checkWordByWord, m_colorItem, m_ctx, m_familyItem, m_fontAttributeItem, m_italicNo, m_italicYes, m_languageItem, KoSearchContext::m_options, KoSearchContext::m_optionsMask, m_shadowNo, m_shadowYes, m_sizeItem, m_strikeOutItem, m_underlineItem, m_vertAlignItem, m_wordByWordNo, m_wordByWordYes, KoSearchContext::Shadow, KoSearchContext::Size, KoSearchContext::StrikeOut, KoSearchContext::Underline, KoSearchContext::VertAlign, et KoSearchContext::WordByWord.
Référencé par KoFormatDia(), et slotClear().
void KoFormatDia::slotClear | ( | ) | [protected, slot] |
Définition à la ligne 712 du fichier KoSearchDia.cpp.
Références m_ctx, KoSearchContext::m_options, KoSearchContext::m_optionsMask, et slotReset().
Référencé par KoFormatDia().
QCheckBox* KoFormatDia::m_checkFamily [private] |
Définition à la ligne 306 du fichier KoSearchDia.h.
Référencé par ctxOptions(), KoFormatDia(), et slotReset().
QCheckBox* KoFormatDia::m_checkSize [private] |
Définition à la ligne 307 du fichier KoSearchDia.h.
Référencé par ctxOptions(), KoFormatDia(), et slotReset().
QCheckBox* KoFormatDia::m_checkColor [private] |
Définition à la ligne 308 du fichier KoSearchDia.h.
Référencé par ctxOptions(), KoFormatDia(), et slotReset().
QCheckBox* KoFormatDia::m_checkBgColor [private] |
Définition à la ligne 309 du fichier KoSearchDia.h.
Référencé par ctxOptions(), KoFormatDia(), et slotReset().
QCheckBox* KoFormatDia::m_checkBold [private] |
Définition à la ligne 310 du fichier KoSearchDia.h.
Référencé par ctxOptions(), KoFormatDia(), et slotReset().
QCheckBox* KoFormatDia::m_checkItalic [private] |
Définition à la ligne 311 du fichier KoSearchDia.h.
Référencé par ctxOptions(), KoFormatDia(), et slotReset().
QCheckBox* KoFormatDia::m_checkShadow [private] |
Définition à la ligne 312 du fichier KoSearchDia.h.
Référencé par ctxOptions(), KoFormatDia(), et slotReset().
QCheckBox* KoFormatDia::m_checkWordByWord [private] |
Définition à la ligne 313 du fichier KoSearchDia.h.
Référencé par ctxOptions(), KoFormatDia(), et slotReset().
QCheckBox* KoFormatDia::m_checkUnderline [private] |
Définition à la ligne 314 du fichier KoSearchDia.h.
Référencé par ctxOptions(), KoFormatDia(), et slotReset().
QCheckBox* KoFormatDia::m_checkVertAlign [private] |
Définition à la ligne 315 du fichier KoSearchDia.h.
Référencé par ctxOptions(), KoFormatDia(), et slotReset().
QCheckBox* KoFormatDia::m_checkStrikeOut [private] |
Définition à la ligne 316 du fichier KoSearchDia.h.
Référencé par ctxOptions(), KoFormatDia(), et slotReset().
QCheckBox* KoFormatDia::m_checkFontAttribute [private] |
QCheckBox* KoFormatDia::m_checkLanguage [private] |
Définition à la ligne 318 du fichier KoSearchDia.h.
Référencé par ctxOptions(), KoFormatDia(), et slotReset().
QFontComboBox* KoFormatDia::m_familyItem [private] |
Définition à la ligne 320 du fichier KoSearchDia.h.
Référencé par ctxOptions(), KoFormatDia(), et slotReset().
QSpinBox* KoFormatDia::m_sizeItem [private] |
Définition à la ligne 321 du fichier KoSearchDia.h.
Référencé par ctxOptions(), KoFormatDia(), et slotReset().
KColorButton* KoFormatDia::m_colorItem [private] |
Définition à la ligne 322 du fichier KoSearchDia.h.
Référencé par ctxOptions(), KoFormatDia(), et slotReset().
KColorButton* KoFormatDia::m_bgColorItem [private] |
Définition à la ligne 323 du fichier KoSearchDia.h.
Référencé par ctxOptions(), KoFormatDia(), et slotReset().
QRadioButton* KoFormatDia::m_boldYes [private] |
Définition à la ligne 324 du fichier KoSearchDia.h.
Référencé par ctxOptions(), KoFormatDia(), et slotReset().
QRadioButton* KoFormatDia::m_boldNo [private] |
QRadioButton* KoFormatDia::m_italicYes [private] |
Définition à la ligne 326 du fichier KoSearchDia.h.
Référencé par ctxOptions(), KoFormatDia(), et slotReset().
QRadioButton* KoFormatDia::m_italicNo [private] |
QRadioButton* KoFormatDia::m_shadowYes [private] |
Définition à la ligne 328 du fichier KoSearchDia.h.
Référencé par ctxOptions(), KoFormatDia(), et slotReset().
QRadioButton* KoFormatDia::m_shadowNo [private] |
QRadioButton* KoFormatDia::m_wordByWordYes [private] |
Définition à la ligne 330 du fichier KoSearchDia.h.
Référencé par ctxOptions(), KoFormatDia(), et slotReset().
QRadioButton* KoFormatDia::m_wordByWordNo [private] |
QComboBox* KoFormatDia::m_vertAlignItem [private] |
Définition à la ligne 333 du fichier KoSearchDia.h.
Référencé par ctxOptions(), KoFormatDia(), et slotReset().
QComboBox* KoFormatDia::m_underlineItem [private] |
Définition à la ligne 334 du fichier KoSearchDia.h.
Référencé par ctxOptions(), KoFormatDia(), et slotReset().
QComboBox* KoFormatDia::m_strikeOutItem [private] |
Définition à la ligne 335 du fichier KoSearchDia.h.
Référencé par ctxOptions(), KoFormatDia(), et slotReset().
QComboBox* KoFormatDia::m_fontAttributeItem [private] |
Définition à la ligne 336 du fichier KoSearchDia.h.
Référencé par ctxOptions(), KoFormatDia(), et slotReset().
QComboBox* KoFormatDia::m_languageItem [private] |
Définition à la ligne 337 du fichier KoSearchDia.h.
Référencé par ctxOptions(), KoFormatDia(), et slotReset().
KoSearchContext* KoFormatDia::m_ctx [private] |
Définition à la ligne 338 du fichier KoSearchDia.h.
Référencé par ctxOptions(), KoFormatDia(), slotClear(), et slotReset().