lib
KoVariableCollection Class Reference
List of all members.Detailed Description
Definition at line 292 of file KoVariable.h.
Public Member Functions | |
KoVariableCollection (KoVariableSettings *settings, KoVariableFormatCollection *formatCollection) | |
~KoVariableCollection () | |
void | registerVariable (KoVariable *var) |
void | unregisterVariable (KoVariable *var) |
QValueList< KoVariable * > | recalcVariables (int type) |
void | setVariableValue (const QString &name, const QString &value) |
QString | getVariableValue (const QString &name) const |
const QPtrList< KoVariable > & | getVariables () const |
void | clear () |
bool | customVariableExist (const QString &varname) const |
virtual KoVariable * | createVariable (int type, short int subtype, KoVariableFormatCollection *coll, KoVariableFormat *varFormat, KoTextDocument *textdoc, KoDocument *doc, int _correct, bool _forceDefaultFormat=false, bool loadFootNote=true) |
virtual KoVariable * | loadOasisField (KoTextDocument *textdoc, const QDomElement &tag, KoOasisContext &context) |
virtual KoVariable * | loadOasisFieldCreateVariable (KoTextDocument *textdoc, const QDomElement &tag, KoOasisContext &context, const QString &key, int type) |
KoVariableSettings * | variableSetting () const |
KoVariableFormatCollection * | formatCollection () const |
void | setVariableSelected (KoVariable *var) |
KoVariable * | selectedVariable () const |
QPtrList< KAction > | popupActionList () const |
Protected Slots | |
void | slotChangeSubType () |
void | slotChangeFormat () |
Member Function Documentation
|
Load variable from OASIS file format (called "field" in the OASIS format).
Definition at line 745 of file KoVariable.cpp. |
|
List of KActions to put into the popupmenu on a variable.
Definition at line 571 of file KoVariable.cpp. |
|
Variable that's under the popupmenu.
Definition at line 565 of file KoVariable.cpp. |
The documentation for this class was generated from the following files: