filters
Border Class Reference
#include <border.h>
Inheritance diagram for Border:

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 34 of file border.h.
Public Member Functions | |
| Border () | |
| bool | hasLeftBorder () const |
| bool | hasRightBorder () const |
| bool | hasTopBorder () const |
| bool | hasBottomBorder () const |
| int | getLeftWidth () const |
| int | getRightWidth () const |
| int | getTopWidth () const |
| int | getBottomWidth () const |
| int | getLeftRed () const |
| int | getLeftGreen () const |
| int | getLeftBlue () const |
| int | getRightRed () const |
| int | getRightGreen () const |
| int | getRightBlue () const |
| int | getTopRed () const |
| int | getTopGreen () const |
| int | getTopBlue () const |
| int | getBottomRed () const |
| int | getBottomGreen () const |
| int | getBottomBlue () const |
| int | getLeftStyle () const |
| int | getRightStyle () const |
| int | getTopStyle () const |
| int | getBottomStyle () const |
| int | getBkRed () const |
| int | getBkGreen () const |
| int | betBkBlue () const |
| void | useLeftBorder () |
| void | useRightBorder () |
| void | useTopBorder () |
| void | useBottomBorder () |
| void | setLeftWidth (const int w) |
| void | setRightWidth (const int w) |
| void | setTopWidth (const int w) |
| void | setBottomWidth (const int w) |
| void | setLeftRed (const int r) |
| void | setLeftGreen (const int g) |
| void | setLeftBlue (const int b) |
| void | setRightRed (const int r) |
| void | setRightGreen (const int g) |
| void | setRightBlue (const int b) |
| void | setTopRed (const int r) |
| void | setTopGreen (const int g) |
| void | setTopBlue (const int b) |
| void | setBottomRed (const int r) |
| void | setBottomGreen (const int g) |
| void | setBottomBlue (const int b) |
| void | setLeftStyle (const int l) |
| void | setRightStyle (const int r) |
| void | setTopStyle (const int t) |
| void | setBottomStyle (const int b) |
| void | setBkRed (const int r) |
| void | setBkGreen (const int g) |
| void | setBkBlue (const int b) |
| void | generate (QTextStream &) |
Constructor & Destructor Documentation
| Border::Border | ( | ) | [inline] |
Member Function Documentation
| void Border::generate | ( | QTextStream & | ) |
The documentation for this class was generated from the following file:

