filters
VariableData Class Reference
#include <KWEFStructures.h>
Detailed Description
Data of variables.
Definition at line 215 of file KWEFStructures.h.
Public Member Functions | |
VariableData () | |
VariableData (const QString &text) | |
VariableData (const VariableData &other) | |
void | setLink (const QString &linkName, const QString &hrefName) |
QString | getLinkName (void) const |
QString | getHrefName (void) const |
void | setPgNum (const QString &subtype, const QString &value) |
bool | isPageNumber (void) const |
bool | isPageCount (void) const |
void | setField (const QString &subtype, const QString &value) |
QString | getFieldName (void) const |
QString | getFieldValue (void) const |
void | setFootnote (const QString ¬etype, const QString &automatic, const QString &value, QValueList< ParaData > *para) |
bool | getFootnoteAuto (void) const |
QString | getFootnoteValue (void) const |
bool | getFootnoteType (void) const |
QValueList< ParaData > * | getFootnotePara (void) const |
void | setGenericData (const QString &key, const QString &data) |
QString | getGenericData (const QString &key) const |
Public Attributes | |
QString | m_key |
QString | m_text |
int | m_type |
Protected Attributes | |
QMap< QString, QString > | propertyMap |
QValueList< ParaData > * | footnotePara |
Member Function Documentation
|
Is the footnote an automatic one?
Definition at line 117 of file KWEFStructures.cc. |
|
Paragrapgh of the footnote.
Definition at line 132 of file KWEFStructures.cc. |
|
Get type of footnote.
Definition at line 127 of file KWEFStructures.cc. |
|
Get the value (counter) of the footnote.
Definition at line 122 of file KWEFStructures.cc. |
|
Get generic variable data.
Definition at line 142 of file KWEFStructures.cc. |
|
Reference of link (attribute "hrefName" of <LINK>).
Definition at line 70 of file KWEFStructures.cc. |
|
Name of link (attribute "linkName" of <LINK>).
Definition at line 65 of file KWEFStructures.cc. |
|
Set parameters of a FIELD element.
Definition at line 93 of file KWEFStructures.cc. |
|
Set parameters of a <FOOTNOTE> element.
Definition at line 109 of file KWEFStructures.cc. |
|
Set generic variable data.
Definition at line 137 of file KWEFStructures.cc. |
|
Set parameters of a LINK element.
Definition at line 59 of file KWEFStructures.cc. |
|
Set parameters of a PGNUM element.
Definition at line 75 of file KWEFStructures.cc. |
The documentation for this class was generated from the following files: