lib
KoMailMergeVariable Class Reference
Inheritance diagram for KoMailMergeVariable:

Detailed Description
Definition at line 632 of file KoVariable.h.
Public Member Functions | |
| 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 |
Static Public Member Functions | |
| static QStringList | actionTexts () |
Member Function Documentation
| void KoMailMergeVariable::saveVariable | ( | QDomElement & | parentElem | ) | [virtual] |
Variable should reimplement this to implement saving.
Implements KoVariable.
Definition at line 1780 of file KoVariable.cpp.
| void KoMailMergeVariable::saveOasis | ( | KoXmlWriter & | writer, | |
| KoSavingContext & | context | |||
| ) | const [virtual] |
| 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.
Reimplemented from KoVariable.
Definition at line 1800 of file KoVariable.cpp.
The documentation for this class was generated from the following files:

