filters
Layout Class Reference
#include <layout.h>
Inheritance diagram for Layout:

Detailed Description
This class tells about a paragraph and its contents.For example, a list, a title and the format for the paragraph.
Definition at line 66 of file layout.h.
Public Member Functions | |
| Layout () | |
| bool | isChapter () const |
| bool | isList () const |
| bool | isEnum () const |
| bool | isLastSame () const |
| bool | isNextSame () const |
| QString | getLastName () const |
| EType | getLastCounter () const |
| EType | getCounterType () const |
| int | getCounterDepth () const |
| int | getCounterBullet () const |
| int | getCounterStart () const |
| int | getNumberingType () const |
| EEnv | getEnv () const |
| bool | isHardBreakAfter () const |
| bool | isHardBreak () const |
| bool | isKeppLinesTogether () const |
| void | setName (QString name) |
| void | setLastName () |
| void | setLastCounter () |
| void | setFollowing (QString name) |
| void | setCounterType (int ct) |
| void | setCounterDepth (int cd) |
| void | setCounterBullet (int cb) |
| void | setCounterStart (int cs) |
| void | setNumberingType (int nt) |
| void | setEnv (int env) |
| void | useHardBreakAfter () |
| void | useHardBreak () |
| void | keepLinesTogether () |
| void | analyseLayout (const QDomNode) |
Constructor & Destructor Documentation
| Layout::Layout | ( | ) |
Member Function Documentation
| void Layout::analyseLayout | ( | const QDomNode | balise | ) |
The documentation for this class was generated from the following files:

