filters
TextZone Class Reference
#include <textzone.h>
Inheritance diagram for TextZone:

Detailed Description
This class hold a zone of text with only one formating.
Definition at line 40 of file textzone.h.
Public Member Functions | |
TextZone (Para *para=0) | |
TextZone (QString text, Para *para=0) | |
virtual | ~TextZone () |
bool | useFormat () const |
QString | getTexte () const |
void | setTexte (QString texte) |
QString | escapeLatin1 (QString) |
void | analyse (const QDomNode) |
void | analyse () |
virtual void | generate (QTextStream &) |
void | generate_format_begin (QTextStream &) |
void | generate_format_end (QTextStream &) |
Protected Member Functions | |
void | display (QString, QTextStream &) |
Constructor & Destructor Documentation
|
Creates a new instance of TextZone.
Definition at line 37 of file textzone.cc. |
|
Creates a new instance of TextZOne.
Definition at line 53 of file textzone.cc. |
Member Function Documentation
|
Get informations from a markup tree (only param of a format).
Reimplemented from Format. Reimplemented in VariableZone. Definition at line 282 of file textzone.cc. |
|
convert a unicode text in latin1 enconding ala latex.
Definition at line 91 of file textzone.cc. |
|
Definition at line 80 of file textzone.cc. |
The documentation for this class was generated from the following files: