#include <KoFontDia.h>
Graphe de collaboration de KoFontDia:
Définition à la ligne 43 du fichier KoFontDia.h.
KoFontDia::KoFontDia | ( | const KoTextFormat & | initialFormat, | |
KSpell2::Loader::Ptr | loader = KSpell2::Loader::Ptr() , |
|||
QWidget * | parent = 0 , |
|||
const char * | name = 0 | |||
) |
If your application supports spell-checking, pass here the KSpell2 Loader so that the font dialog can show which languages are supported for spellchecking.
Définition à la ligne 48 du fichier KoFontDia.cpp.
Références decorationTab, fontDiaPreview, fontTab, highlightingTab, init(), languageTab, layoutTab, slotBackgroundColorChanged(), slotCapitalisationChanged(), slotFontBoldChanged(), slotFontColorChanged(), slotFontFamilyChanged(), slotFontItalicChanged(), slotFontSizeChanged(), slotHyphenationChanged(), slotLanguageChanged(), slotOffsetChanged(), slotRelativeSizeChanged(), slotShadowColorChanged(), slotShadowDirectionChanged(), slotShadowDistanceChanged(), slotStrikethroughChanged(), slotStrikethroughStyleChanged(), slotSubSuperChanged(), slotUnderlineChanged(), slotUnderlineColorChanged(), slotUnderlineStyleChanged(), et slotWordByWordChanged().
Voici le graphe d'appel pour cette fonction :
int KoFontDia::changedFlags | ( | ) | const [inline] |
Définition à la ligne 54 du fichier KoFontDia.h.
KoTextFormat KoFontDia::newFormat | ( | ) | const |
Définition à la ligne 129 du fichier KoFontDia.cpp.
Références decorationTab, fontTab, KoLayoutTab::getAutoHyphenation(), KoDecorationTab::getBackgroundColor(), KoHighlightingTab::getCapitalisation(), KoLanguageTab::getLanguage(), KoLayoutTab::getOffsetFromBaseline(), KoLayoutTab::getRelativeTextSize(), KoFontTab::getSelection(), KoDecorationTab::getShadowColor(), KoDecorationTab::getShadowDistanceX(), KoDecorationTab::getShadowDistanceY(), KoHighlightingTab::getStrikethrough(), KoHighlightingTab::getStrikethroughStyle(), KoLayoutTab::getSubSuperScript(), KoDecorationTab::getTextColor(), KoHighlightingTab::getUnderline(), KoHighlightingTab::getUnderlineColor(), KoHighlightingTab::getUnderlineStyle(), KoHighlightingTab::getWordByWord(), highlightingTab, languageTab, et layoutTab.
Voici le graphe d'appel pour cette fonction :
void KoFontDia::slotReset | ( | ) | [protected, slot] |
Définition à la ligne 163 du fichier KoFontDia.cpp.
Références KoTextFormat::attributeFont(), KoTextFormat::color(), decorationTab, KoTextFormat::font(), fontTab, highlightingTab, KoTextFormat::hyphenation(), KoTextFormat::language(), languageTab, layoutTab, m_initialFormat, KoTextFormat::offsetFromBaseLine(), KoTextFormat::relativeTextSize(), KoLayoutTab::setAutoHyphenation(), KoDecorationTab::setBackgroundColor(), KoHighlightingTab::setCapitalisation(), KoLanguageTab::setLanguage(), KoFontTab::setSelection(), KoDecorationTab::setShadow(), KoHighlightingTab::setStrikethrough(), KoHighlightingTab::setStrikethroughStyle(), KoLayoutTab::setSubSuperScript(), KoDecorationTab::setTextColor(), KoHighlightingTab::setUnderline(), KoHighlightingTab::setUnderlineColor(), KoHighlightingTab::setUnderlineStyle(), KoHighlightingTab::setWordByWord(), KoTextFormat::shadowColor(), KoTextFormat::shadowDistanceX(), KoTextFormat::shadowDistanceY(), KoTextFormat::strikeOutStyle(), KoTextFormat::strikeOutType(), KoTextFormat::textBackgroundColor(), KoTextFormat::textUnderlineColor(), KoTextFormat::underlineStyle(), KoTextFormat::underlineType(), KoTextFormat::vAlign(), et KoTextFormat::wordByWord().
Référencé par init().
void KoFontDia::slotApply | ( | ) | [protected, virtual, slot] |
void KoFontDia::slotOk | ( | ) | [protected, virtual, slot] |
void KoFontDia::slotFontFamilyChanged | ( | ) | [protected, slot] |
Définition à la ligne 181 du fichier KoFontDia.cpp.
Références KoTextFormat::Family, fontDiaPreview, fontTab, KoFontTab::getSelection(), m_changedFlags, et KoFontDiaPreview::setFont().
Référencé par KoFontDia().
void KoFontDia::slotFontBoldChanged | ( | ) | [protected, slot] |
Définition à la ligne 187 du fichier KoFontDia.cpp.
Références KoTextFormat::Bold, fontDiaPreview, fontTab, KoFontTab::getSelection(), m_changedFlags, et KoFontDiaPreview::setFont().
Référencé par KoFontDia().
void KoFontDia::slotFontItalicChanged | ( | ) | [protected, slot] |
Définition à la ligne 193 du fichier KoFontDia.cpp.
Références fontDiaPreview, fontTab, KoFontTab::getSelection(), KoTextFormat::Italic, m_changedFlags, et KoFontDiaPreview::setFont().
Référencé par KoFontDia().
void KoFontDia::slotFontSizeChanged | ( | ) | [protected, slot] |
Définition à la ligne 199 du fichier KoFontDia.cpp.
Références fontDiaPreview, fontTab, KoFontTab::getSelection(), m_changedFlags, KoFontDiaPreview::setFont(), et KoTextFormat::Size.
Référencé par KoFontDia().
void KoFontDia::slotFontColorChanged | ( | const QColor & | color | ) | [protected, slot] |
Définition à la ligne 205 du fichier KoFontDia.cpp.
Références KoTextFormat::Color, fontDiaPreview, m_changedFlags, et KoFontDiaPreview::setFontColor().
Référencé par KoFontDia().
void KoFontDia::slotBackgroundColorChanged | ( | const QColor & | color | ) | [protected, slot] |
Définition à la ligne 211 du fichier KoFontDia.cpp.
Références fontDiaPreview, m_changedFlags, KoFontDiaPreview::setBackgroundColor(), et KoTextFormat::TextBackgroundColor.
Référencé par KoFontDia().
void KoFontDia::slotCapitalisationChanged | ( | int | item | ) | [protected, slot] |
Définition à la ligne 217 du fichier KoFontDia.cpp.
Références KoTextFormat::Attribute, fontDiaPreview, m_changedFlags, et KoFontDiaPreview::setCapitalisation().
Référencé par KoFontDia().
void KoFontDia::slotUnderlineChanged | ( | int | item | ) | [protected, slot] |
Définition à la ligne 223 du fichier KoFontDia.cpp.
Références KoTextFormat::ExtendUnderLine, fontDiaPreview, KoHighlightingTab::getUnderlineColor(), KoHighlightingTab::getUnderlineStyle(), KoHighlightingTab::getWordByWord(), highlightingTab, m_changedFlags, et KoFontDiaPreview::setUnderlining().
Référencé par KoFontDia().
void KoFontDia::slotUnderlineStyleChanged | ( | int | item | ) | [protected, slot] |
Définition à la ligne 230 du fichier KoFontDia.cpp.
Références KoTextFormat::ExtendUnderLine, fontDiaPreview, KoHighlightingTab::getUnderline(), KoHighlightingTab::getUnderlineColor(), KoHighlightingTab::getWordByWord(), highlightingTab, m_changedFlags, et KoFontDiaPreview::setUnderlining().
Référencé par KoFontDia().
void KoFontDia::slotUnderlineColorChanged | ( | const QColor & | color | ) | [protected, slot] |
Définition à la ligne 237 du fichier KoFontDia.cpp.
Références KoTextFormat::ExtendUnderLine, fontDiaPreview, KoHighlightingTab::getUnderline(), KoHighlightingTab::getUnderlineStyle(), KoHighlightingTab::getWordByWord(), highlightingTab, m_changedFlags, et KoFontDiaPreview::setUnderlining().
Référencé par KoFontDia().
void KoFontDia::slotStrikethroughChanged | ( | int | item | ) | [protected, slot] |
Définition à la ligne 250 du fichier KoFontDia.cpp.
Références fontDiaPreview, KoHighlightingTab::getStrikethroughStyle(), KoHighlightingTab::getWordByWord(), highlightingTab, m_changedFlags, KoFontDiaPreview::setStrikethrough(), et KoTextFormat::StrikeOut.
Référencé par KoFontDia().
void KoFontDia::slotStrikethroughStyleChanged | ( | int | item | ) | [protected, slot] |
Définition à la ligne 257 du fichier KoFontDia.cpp.
Références fontDiaPreview, KoHighlightingTab::getStrikethrough(), KoHighlightingTab::getWordByWord(), highlightingTab, m_changedFlags, KoFontDiaPreview::setStrikethrough(), et KoTextFormat::StrikeOut.
Référencé par KoFontDia().
void KoFontDia::slotWordByWordChanged | ( | bool | state | ) | [protected, slot] |
Définition à la ligne 244 du fichier KoFontDia.cpp.
Références fontDiaPreview, m_changedFlags, KoFontDiaPreview::setWordByWord(), et KoTextFormat::WordByWord.
Référencé par KoFontDia().
void KoFontDia::slotShadowDistanceChanged | ( | double | distance | ) | [protected, slot] |
Définition à la ligne 264 du fichier KoFontDia.cpp.
Références decorationTab, fontDiaPreview, KoDecorationTab::getShadowColor(), KoDecorationTab::getShadowDistanceX(), KoDecorationTab::getShadowDistanceY(), m_changedFlags, KoFontDiaPreview::setShadow(), et KoTextFormat::ShadowText.
Référencé par KoFontDia().
void KoFontDia::slotShadowDirectionChanged | ( | int | direction | ) | [protected, slot] |
Définition à la ligne 270 du fichier KoFontDia.cpp.
Références decorationTab, fontDiaPreview, KoDecorationTab::getShadowColor(), KoDecorationTab::getShadowDistanceX(), KoDecorationTab::getShadowDistanceY(), m_changedFlags, KoFontDiaPreview::setShadow(), et KoTextFormat::ShadowText.
Référencé par KoFontDia().
void KoFontDia::slotShadowColorChanged | ( | const QColor & | color | ) | [protected, slot] |
Définition à la ligne 276 du fichier KoFontDia.cpp.
Références decorationTab, fontDiaPreview, KoDecorationTab::getShadowColor(), KoDecorationTab::getShadowDistanceX(), KoDecorationTab::getShadowDistanceY(), m_changedFlags, KoFontDiaPreview::setShadow(), et KoTextFormat::ShadowText.
Référencé par KoFontDia().
void KoFontDia::slotSubSuperChanged | ( | ) | [protected, slot] |
Définition à la ligne 282 du fichier KoFontDia.cpp.
Références fontDiaPreview, KoLayoutTab::getOffsetFromBaseline(), KoLayoutTab::getRelativeTextSize(), KoLayoutTab::getSubSuperScript(), layoutTab, m_changedFlags, KoFontDiaPreview::setSubSuperscript(), et KoTextFormat::VAlign.
Référencé par KoFontDia().
void KoFontDia::slotOffsetChanged | ( | int | offset | ) | [protected, slot] |
Définition à la ligne 288 du fichier KoFontDia.cpp.
Références fontDiaPreview, KoLayoutTab::getRelativeTextSize(), KoLayoutTab::getSubSuperScript(), layoutTab, m_changedFlags, KoTextFormat::OffsetFromBaseLine, et KoFontDiaPreview::setSubSuperscript().
Référencé par KoFontDia().
void KoFontDia::slotRelativeSizeChanged | ( | double | relativeSize | ) | [protected, slot] |
Définition à la ligne 294 du fichier KoFontDia.cpp.
Références fontDiaPreview, KoLayoutTab::getOffsetFromBaseline(), KoLayoutTab::getSubSuperScript(), layoutTab, m_changedFlags, KoFontDiaPreview::setSubSuperscript(), et KoTextFormat::VAlign.
Référencé par KoFontDia().
void KoFontDia::slotHyphenationChanged | ( | bool | state | ) | [protected, slot] |
Définition à la ligne 300 du fichier KoFontDia.cpp.
Références KoTextFormat::Hyphenation, et m_changedFlags.
Référencé par KoFontDia().
void KoFontDia::slotLanguageChanged | ( | ) | [protected, slot] |
Définition à la ligne 305 du fichier KoFontDia.cpp.
Références KoTextFormat::Language, et m_changedFlags.
Référencé par KoFontDia().
void KoFontDia::applyFont | ( | ) | [signal] |
Référencé par slotApply().
void KoFontDia::init | ( | ) | [private] |
Définition à la ligne 122 du fichier KoFontDia.cpp.
Références slotReset().
Référencé par KoFontDia().
Voici le graphe d'appel pour cette fonction :
KoTextFormat KoFontDia::m_initialFormat [private] |
KoFontTab* KoFontDia::fontTab [private] |
Définition à la ligne 91 du fichier KoFontDia.h.
Référencé par KoFontDia(), newFormat(), slotFontBoldChanged(), slotFontFamilyChanged(), slotFontItalicChanged(), slotFontSizeChanged(), et slotReset().
KoHighlightingTab* KoFontDia::highlightingTab [private] |
Définition à la ligne 92 du fichier KoFontDia.h.
Référencé par KoFontDia(), newFormat(), slotReset(), slotStrikethroughChanged(), slotStrikethroughStyleChanged(), slotUnderlineChanged(), slotUnderlineColorChanged(), et slotUnderlineStyleChanged().
KoDecorationTab* KoFontDia::decorationTab [private] |
Définition à la ligne 93 du fichier KoFontDia.h.
Référencé par KoFontDia(), newFormat(), slotReset(), slotShadowColorChanged(), slotShadowDirectionChanged(), et slotShadowDistanceChanged().
KoLayoutTab* KoFontDia::layoutTab [private] |
Définition à la ligne 94 du fichier KoFontDia.h.
Référencé par KoFontDia(), newFormat(), slotOffsetChanged(), slotRelativeSizeChanged(), slotReset(), et slotSubSuperChanged().
KoLanguageTab* KoFontDia::languageTab [private] |
Définition à la ligne 95 du fichier KoFontDia.h.
Référencé par KoFontDia(), newFormat(), et slotReset().
KoFontDiaPreview* KoFontDia::fontDiaPreview [private] |
Définition à la ligne 96 du fichier KoFontDia.h.
Référencé par KoFontDia(), slotBackgroundColorChanged(), slotCapitalisationChanged(), slotFontBoldChanged(), slotFontColorChanged(), slotFontFamilyChanged(), slotFontItalicChanged(), slotFontSizeChanged(), slotOffsetChanged(), slotRelativeSizeChanged(), slotShadowColorChanged(), slotShadowDirectionChanged(), slotShadowDistanceChanged(), slotStrikethroughChanged(), slotStrikethroughStyleChanged(), slotSubSuperChanged(), slotUnderlineChanged(), slotUnderlineColorChanged(), slotUnderlineStyleChanged(), et slotWordByWordChanged().
int KoFontDia::m_changedFlags [private] |
Définition à la ligne 98 du fichier KoFontDia.h.
Référencé par slotBackgroundColorChanged(), slotCapitalisationChanged(), slotFontBoldChanged(), slotFontColorChanged(), slotFontFamilyChanged(), slotFontItalicChanged(), slotFontSizeChanged(), slotHyphenationChanged(), slotLanguageChanged(), slotOffsetChanged(), slotRelativeSizeChanged(), slotShadowColorChanged(), slotShadowDirectionChanged(), slotShadowDistanceChanged(), slotStrikethroughChanged(), slotStrikethroughStyleChanged(), slotSubSuperChanged(), slotUnderlineChanged(), slotUnderlineColorChanged(), slotUnderlineStyleChanged(), et slotWordByWordChanged().