KoCustomVarDialog Class Reference
Class: KoCustomVarDialog This dialog allows to add a new custom variable or to edit an existing one. More...
#include <koVariableDlgs.h>
Public Member Functions | |
KoCustomVarDialog (QWidget *parent) | |
KoCustomVarDialog (QWidget *parent, KoCustomVariable *var) | |
virtual QString | name () |
virtual QString | value () |
Protected Slots | |
void | slotAddOk () |
void | slotEditOk () |
void | slotTextChanged (const QString &) |
Protected Attributes | |
QVBox * | back |
KLineEdit * | m_name |
KLineEdit * | m_value |
Detailed Description
Class: KoCustomVarDialog This dialog allows to add a new custom variable or to edit an existing one.
Definition at line 135 of file koVariableDlgs.h.
Constructor & Destructor Documentation
|
Add new variable.
Definition at line 251 of file koVariableDlgs.cc. References KoCustomVarDialog(). Referenced by KoCustomVarDialog(). |
|
Edit existing variable
Definition at line 271 of file koVariableDlgs.cc. References KoCustomVarDialog(), KoCustomVariable::name(), and KoCustomVariable::value(). |
The documentation for this class was generated from the following files: