filters
VariableZone Class Reference
#include <variablezone.h>
Inheritance diagram for VariableZone:

Detailed Description
This class hold a zone of text with only one formating.
Definition at line 40 of file variablezone.h.
Public Member Functions | |
VariableZone (Para *para) | |
VariableZone (QString text, Para *para) | |
virtual | ~VariableZone () |
void | analyse (const QDomNode) |
void | generate (QTextStream &) |
Constructor & Destructor Documentation
VariableZone::VariableZone | ( | Para * | para | ) |
Creates a new instance of VariableZone.
- Parameters:
-
Para which is the parent class.
Definition at line 35 of file variablezone.cc.
VariableZone::VariableZone | ( | QString | text, | |
Para * | para | |||
) |
Creates a new instance of TextZOne.
- Parameters:
-
text the text in this zone. para which is the parent class.
Definition at line 48 of file variablezone.cc.
Member Function Documentation
void VariableZone::analyse | ( | const | QDomNode | ) | [virtual] |
Get informations from a markup tree (only param of a format).
Reimplemented from TextZone.
Definition at line 73 of file variablezone.cc.
The documentation for this class was generated from the following files: