filters
TextFrame Class Reference
#include <textFrame.h>
Inheritance diagram for TextFrame:

Detailed Description
This class hold 2 lists of paragraphs for the text and for the footnotes.NOTE : The frame analyse can be (must be) in a Element class.
Definition at line 39 of file textFrame.h.
Public Member Functions | |
| TextFrame () | |
| double | getLeft () const |
| double | getRight () const |
| double | getTop () const |
| double | getBottom () const |
| TAround | getRunAround () const |
| double | getAroundGap () const |
| TCreate | getAutoCreate () const |
| TNFrame | getNewFrame () const |
| TSide | getSheetSide () const |
| Para * | getFirstPara () const |
| EEnv | getNextEnv (QPtrList< Para >, const int) |
| bool | isBeginEnum (Para *, Para *) |
| bool | isCloseEnum (Para *, Para *) |
| void | setLeft (const double l) |
| void | setRight (const double r) |
| void | setTop (const double t) |
| void | setBottom (const double b) |
| void | setRunAround (const int a) |
| void | setAroundGap (const double r) |
| void | setAutoCreate (const int a) |
| void | setNewFrame (const int n) |
| void | setSheetSide (const int s) |
| void | analyse (const QDomNode) |
| void | generate (QTextStream &) |
Constructor & Destructor Documentation
| TextFrame::TextFrame | ( | ) |
Member Function Documentation
| double TextFrame::getLeft | ( | ) | const [inline] |
| void TextFrame::setLeft | ( | const double | l | ) | [inline] |
| void TextFrame::analyse | ( | const QDomNode | balise | ) | [virtual] |
Get informations from a markup tree.
Reimplemented from Element.
Definition at line 64 of file textFrame.cc.
| void TextFrame::generate | ( | QTextStream & | out | ) | [virtual] |
The documentation for this class was generated from the following files:

