filters
Para Class Reference
#include <para.h>
Inheritance diagram for Para:

Detailed Description
This class hold a real paragraph.It tells about the text in this paragraph, its format, etc. The complete text is a list of Para instances. A footnote is a list of paragraph instances (now but not in the "futur").
Definition at line 58 of file para.h.
Public Member Functions | |
Para (TextFrame *textFrame=0) | |
virtual | ~Para () |
QString * | getName () const |
EP_INFO | getInfo () const |
TextFrame * | getFrame () const |
SSect | getFrameType () const |
EFormat | getTypeFormat (const QDomNode) const |
int | getNbCharPara () const |
bool | notEmpty () const |
void | analyse (const QDomNode) |
void | generate (QTextStream &) |
void | generateBeginEnv (QTextStream &) |
void | generateEndEnv (QTextStream &) |
void | generateTitle (QTextStream &) |
void | openList (QTextStream &) |
void | closeList (QTextStream &, Para *) |
Constructor & Destructor Documentation
|
Constructors. Creates a new instance of Para.
|
Member Function Documentation
|
Get informations from a markup tree.
Reimplemented from Format. |
|
Write the markup to close a list.
|
|
Write the paragraph in a file.
Implements Format. |
|
If the paragraph has a different environment, change it.
|
|
If the next paragraph has a different environment, close it.
|
|
If the paragraph is a title, generate the command.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Write the markup to begin a list.
|
The documentation for this class was generated from the following files: