#include <KoTextCommand.h>
Graphe de collaboration de KoChangeVariableFormatProperties:
Fonctions membres publiques | |
KoChangeVariableFormatProperties (const QString &_oldValue, const QString &_newValue, KoVariable *var) | |
virtual QString | name () const |
void | execute () |
void | unexecute () |
Attributs privés | |
QString | m_newValue |
QString | m_oldValue |
KoVariable * | m_var |
Définition à la ligne 164 du fichier KoTextCommand.h.
KoChangeVariableFormatProperties::KoChangeVariableFormatProperties | ( | const QString & | _oldValue, | |
const QString & | _newValue, | |||
KoVariable * | var | |||
) |
Définition à la ligne 389 du fichier KoTextCommand.cpp.
QString KoChangeVariableFormatProperties::name | ( | ) | const [virtual] |
Définition à la ligne 417 du fichier KoTextCommand.cpp.
void KoChangeVariableFormatProperties::execute | ( | ) |
Définition à la ligne 399 du fichier KoTextCommand.cpp.
Références KoVariableFormatCollection::format(), KoVariableCollection::formatCollection(), KoVariableFormat::getKey(), m_newValue, m_var, KoVariable::recalcAndRepaint(), KoVariable::setVariableFormat(), KoVariable::variableColl(), et KoVariable::variableFormat().
Voici le graphe d'appel pour cette fonction :
void KoChangeVariableFormatProperties::unexecute | ( | ) |
Définition à la ligne 408 du fichier KoTextCommand.cpp.
Références KoVariableFormatCollection::format(), KoVariableCollection::formatCollection(), KoVariableFormat::getKey(), m_oldValue, m_var, KoVariable::recalcAndRepaint(), KoVariable::setVariableFormat(), KoVariable::variableColl(), et KoVariable::variableFormat().
Voici le graphe d'appel pour cette fonction :
QString KoChangeVariableFormatProperties::m_newValue [private] |
QString KoChangeVariableFormatProperties::m_oldValue [private] |