#include <KoCustomVariablesDia.h>
Graphe de collaboration de KoCustomVarDialog:
Fonctions membres publiques | |
KoCustomVarDialog (QWidget *parent) | |
KoCustomVarDialog (QWidget *parent, KoCustomVariable *var) | |
virtual QString | name () |
virtual QString | value () |
Connecteurs protégés | |
void | slotAddOk () |
void | slotEditOk () |
void | slotTextChanged (const QString &) |
Attributs protégés | |
KVBox * | back |
KLineEdit * | m_name |
KLineEdit * | m_value |
Fonctions membres privées | |
void | init () |
Attributs privés | |
KoCustomVariable * | m_var |
Définition à la ligne 139 du fichier KoCustomVariablesDia.h.
KoCustomVarDialog::KoCustomVarDialog | ( | QWidget * | parent | ) |
Add new variable
Définition à la ligne 266 du fichier KoCustomVariablesDia.cpp.
Références init(), m_name, slotAddOk(), et slotTextChanged().
Voici le graphe d'appel pour cette fonction :
KoCustomVarDialog::KoCustomVarDialog | ( | QWidget * | parent, | |
KoCustomVariable * | var | |||
) |
Edit existing variable var
Définition à la ligne 290 du fichier KoCustomVariablesDia.cpp.
Références init(), m_name, m_value, m_var, KoCustomVariable::name(), slotEditOk(), slotTextChanged(), et KoCustomVariable::value().
Voici le graphe d'appel pour cette fonction :
QString KoCustomVarDialog::name | ( | ) | [virtual] |
QString KoCustomVarDialog::value | ( | ) | [virtual] |
void KoCustomVarDialog::slotAddOk | ( | ) | [protected, slot] |
void KoCustomVarDialog::slotEditOk | ( | ) | [protected, slot] |
Définition à la ligne 338 du fichier KoCustomVariablesDia.cpp.
Références m_value, m_var, et KoCustomVariable::setValue().
Référencé par KoCustomVarDialog().
void KoCustomVarDialog::slotTextChanged | ( | const QString & | ) | [protected, slot] |
void KoCustomVarDialog::init | ( | ) | [private] |
Définition à la ligne 317 du fichier KoCustomVariablesDia.cpp.
Références back, m_name, et m_value.
Référencé par KoCustomVarDialog().
Voici le graphe d'appel pour cette fonction :
KVBox* KoCustomVarDialog::back [protected] |
KLineEdit* KoCustomVarDialog::m_name [protected] |
Définition à la ligne 163 du fichier KoCustomVariablesDia.h.
Référencé par init(), KoCustomVarDialog(), et name().
KLineEdit* KoCustomVarDialog::m_value [protected] |
Définition à la ligne 164 du fichier KoCustomVariablesDia.h.
Référencé par init(), KoCustomVarDialog(), slotEditOk(), et value().
KoCustomVariable* KoCustomVarDialog::m_var [private] |
Définition à la ligne 168 du fichier KoCustomVariablesDia.h.
Référencé par KoCustomVarDialog(), et slotEditOk().