#include <KoVariable.h>
Graphe d'héritage de KoMailMergeVariable:
Fonctions membres publiques | |
KoMailMergeVariable (KoTextDocument *textdoc, const QString &name, KoVariableFormat *varFormat, KoVariableCollection *_varColl) | |
virtual VariableType | type () const |
virtual QString | fieldCode () |
virtual void | saveVariable (QDomElement &parentElem) |
virtual void | load (QDomElement &elem) |
virtual void | loadOasis (const QDomElement &elem, KoOasisContext &context) |
virtual void | saveOasis (KoXmlWriter &writer, KoSavingContext &context) const |
virtual QString | text (bool realValue=false) |
QString | name () const |
virtual QString | value () const |
Fonctions membres publiques statiques | |
static QStringList | actionTexts () |
Définition à la ligne 635 du fichier KoVariable.h.
KoMailMergeVariable::KoMailMergeVariable | ( | KoTextDocument * | textdoc, | |
const QString & | name, | |||
KoVariableFormat * | varFormat, | |||
KoVariableCollection * | _varColl | |||
) |
virtual VariableType KoMailMergeVariable::type | ( | ) | const [inline, virtual] |
QStringList KoMailMergeVariable::actionTexts | ( | ) | [static] |
Définition à la ligne 1828 du fichier KoVariable.cpp.
QString KoMailMergeVariable::fieldCode | ( | ) | [virtual] |
void KoMailMergeVariable::saveVariable | ( | QDomElement & | parentElem | ) | [virtual] |
Variable should reimplement this to implement saving.
Implémente KoVariable.
Définition à la ligne 1799 du fichier KoVariable.cpp.
Références KoVariable::m_varValue.
void KoMailMergeVariable::load | ( | QDomElement & | elem | ) | [virtual] |
Réimplémentée à partir de KoVariable.
Définition à la ligne 1806 du fichier KoVariable.cpp.
Références KoVariable::load(), et KoVariable::m_varValue.
Voici le graphe d'appel pour cette fonction :
void KoMailMergeVariable::loadOasis | ( | const QDomElement & | elem, | |
KoOasisContext & | context | |||
) | [virtual] |
void KoMailMergeVariable::saveOasis | ( | KoXmlWriter & | writer, | |
KoSavingContext & | context | |||
) | const [virtual] |
Save to Oasis XML
Réimplémentée à partir de KoVariable.
Définition à la ligne 1792 du fichier KoVariable.cpp.
QString KoMailMergeVariable::text | ( | bool | realValue = false |
) | [virtual] |
Returns the text to be displayed for this variable It doesn't need to be cached, convert() is fast, and it's the actual value (date, time etc.) that is cached in the variable already.
Réimplémentée à partir de KoVariable.
Définition à la ligne 1819 du fichier KoVariable.cpp.
Références name(), et value().
Voici le graphe d'appel pour cette fonction :
QString KoMailMergeVariable::name | ( | ) | const [inline] |
Définition à la ligne 651 du fichier KoVariable.h.
Référencé par text().
Voici le graphe d'appel pour cette fonction :
QString KoMailMergeVariable::value | ( | ) | const [virtual] |
Définition à la ligne 1814 du fichier KoVariable.cpp.
Référencé par text().
Voici le graphe d'appel pour cette fonction :