#include <KoParagStyle.h>
Graphe d'héritage de KoCharStyle:
Fonctions membres publiques | |
KoCharStyle (const QString &name) | |
KoCharStyle (const KoCharStyle &rhs) | |
const KoTextFormat & | format () const |
KoTextFormat & | format () |
Attributs protégés | |
KoTextFormat | m_format |
Définition à la ligne 32 du fichier KoParagStyle.h.
KoCharStyle::KoCharStyle | ( | const QString & | name | ) |
Create a blank style (with default attributes)
Définition à la ligne 31 du fichier KoParagStyle.cpp.
KoCharStyle::KoCharStyle | ( | const KoCharStyle & | rhs | ) | [inline] |
Copy another style
Définition à la ligne 39 du fichier KoParagStyle.h.
const KoTextFormat & KoCharStyle::format | ( | ) | const |
Return a format. Don't forget to use the format collection of your KoTextDocument from the result of that method.
Définition à la ligne 36 du fichier KoParagStyle.cpp.
Références m_format.
Référencé par KoStyleDialog::apply(), KoTextParag::applyStyle(), KoTextObject::applyStyleCommand(), KoTextParag::copyParagData(), KoTextView::createStyleFromSelection(), KoStyleCollection::printDebug(), KoStyleFontTab::save(), KoStyleFontTab::update(), et KoTextView::updateStyleFromSelection().
Voici le graphe d'appel pour cette fonction :
KoTextFormat & KoCharStyle::format | ( | ) |
KoTextFormat KoCharStyle::m_format [protected] |
Définition à la ligne 47 du fichier KoParagStyle.h.
Référencé par format(), KoParagStyle::loadStyle(), et KoParagStyle::saveStyle().