#include <KoAutoFormat.h>
Graphe de collaboration de KoAutoFormatEntry:
Fonctions membres publiques | |
KoAutoFormatEntry (const QString &replace=QString::null) | |
~KoAutoFormatEntry () | |
QString | replace () const |
void | changeReplace (const QString &rep) |
KoSearchContext * | formatEntryContext () const |
void | createNewEntryContext () |
void | setFormatEntryContext (KoSearchContext *) |
void | clearFormatEntryContext () |
Attributs protégés | |
QString | m_replace |
KoSearchContext * | m_formatOptions |
Définition à la ligne 68 du fichier KoAutoFormat.h.
KoAutoFormatEntry::KoAutoFormatEntry | ( | const QString & | replace = QString::null |
) |
KoAutoFormatEntry::~KoAutoFormatEntry | ( | ) |
QString KoAutoFormatEntry::replace | ( | ) | const [inline] |
Définition à la ligne 75 du fichier KoAutoFormat.h.
Références m_replace.
Référencé par KoAutoFormat::addAutoFormatEntry(), et KoAutoFormatDia::slotfind().
Voici le graphe d'appel pour cette fonction :
void KoAutoFormatEntry::changeReplace | ( | const QString & | rep | ) | [inline] |
KoSearchContext * KoAutoFormatEntry::formatEntryContext | ( | ) | const |
Définition à la ligne 92 du fichier KoAutoFormat.cpp.
Références m_formatOptions.
Référencé par KoAutoFormatDia::editEntryList(), KoAutoFormat::loadEntry(), et KoAutoFormatDia::slotChangeTextFormatEntry().
Voici le graphe d'appel pour cette fonction :
void KoAutoFormatEntry::createNewEntryContext | ( | ) |
Définition à la ligne 97 du fichier KoAutoFormat.cpp.
Références m_formatOptions.
Référencé par KoAutoFormat::loadEntry().
Voici le graphe d'appel pour cette fonction :
void KoAutoFormatEntry::setFormatEntryContext | ( | KoSearchContext * | ) |
Définition à la ligne 105 du fichier KoAutoFormat.cpp.
Références m_formatOptions.
Référencé par KoAutoFormatDia::editEntryList().
Voici le graphe d'appel pour cette fonction :
void KoAutoFormatEntry::clearFormatEntryContext | ( | ) |
Définition à la ligne 111 du fichier KoAutoFormat.cpp.
Références m_formatOptions.
Référencé par KoAutoFormatDia::slotClearTextFormatEntry().
QString KoAutoFormatEntry::m_replace [protected] |
KoSearchContext* KoAutoFormatEntry::m_formatOptions [protected] |
Définition à la ligne 86 du fichier KoAutoFormat.h.
Référencé par clearFormatEntryContext(), createNewEntryContext(), formatEntryContext(), KoAutoFormatEntry(), setFormatEntryContext(), et ~KoAutoFormatEntry().