filters
VariableFormat Class Reference
#include <variableformat.h>
Inheritance diagram for VariableFormat:

Detailed Description
This class hold informations formating the textzone.It may be incorporated in few time in textzone.
Definition at line 55 of file variableformat.h.
Public Member Functions | |
| VariableFormat (Para *para) | |
| virtual | ~VariableFormat () |
| QString | getKey () const |
| QString | getText () const |
| EVarType | getType () const |
| int | getDay () const |
| int | getMonth () const |
| int | getYear () const |
| int | getHour () const |
| int | getMinute () const |
| int | getSeconde () const |
| QString | getNumberingtype () const |
| QString | getNotetype () const |
| QString | getFrameset () const |
| QString | getValue () const |
| QString | getNote () const |
| bool | isFix () const |
| void | setType (const int t) |
| void | setKey (QString k) |
| void | setText (QString t) |
| void | setFix (bool f) |
| void | setDay (const int d) |
| void | setMonth (const int m) |
| void | setYear (const int y) |
| void | setHour (const int h) |
| void | setMinute (const int m) |
| void | setSeconde (const int s) |
| void | setColor (const int, const int, const int) |
| void | setNumberingtype (const QString nt) |
| void | setNotetype (const QString nt) |
| void | setFrameset (const QString fs) |
| void | setValue (const QString val) |
| void | setNote (const QString note) |
| void | analyseFormat (const QDomNode) |
| void | analyseDate (const QDomNode) |
| void | analyseTime (const QDomNode) |
| void | analyseFootnote (const QDomNode) |
| void | analyseNote (const QDomNode) |
| void | analyseType (const QDomNode) |
Constructor & Destructor Documentation
| VariableFormat::VariableFormat | ( | Para * | para | ) | [inline] |
Constructors.
Creates a new instance of VariableFormat.
Definition at line 98 of file variableformat.h.
The documentation for this class was generated from the following files:

