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
bool VariableData::getFootnoteAuto | ( | void | ) | const |
Is the footnote an automatic one?
- Returns:
- true for an automatical foornote, false for a manual footnote
Definition at line 117 of file KWEFStructures.cc.
QValueList< ParaData > * VariableData::getFootnotePara | ( | void | ) | const |
bool VariableData::getFootnoteType | ( | void | ) | const |
Get type of footnote.
- Returns:
- true for footnote, false for endnote
- Since:
- 1.4
Definition at line 127 of file KWEFStructures.cc.
QString VariableData::getFootnoteValue | ( | void | ) | const |
QString VariableData::getGenericData | ( | const QString & | key | ) | const |
QString VariableData::getHrefName | ( | void | ) | const |
Reference of link (attribute "hrefName" of <LINK>).
Definition at line 70 of file KWEFStructures.cc.
QString VariableData::getLinkName | ( | void | ) | const |
void VariableData::setField | ( | const QString & | subtype, | |
const QString & | value | |||
) |
void VariableData::setFootnote | ( | const QString & | notetype, | |
const QString & | automatic, | |||
const QString & | value, | |||
QValueList< ParaData > * | para | |||
) |
Set parameters of a <FOOTNOTE> element.
- Since:
- 1.4 (change of parameters)
Definition at line 109 of file KWEFStructures.cc.
void VariableData::setGenericData | ( | const QString & | key, | |
const QString & | data | |||
) |
void VariableData::setLink | ( | const QString & | linkName, | |
const QString & | hrefName | |||
) |
void VariableData::setPgNum | ( | const QString & | subtype, | |
const QString & | value | |||
) |
The documentation for this class was generated from the following files: