filters
TextFormat Class Reference
#include <textformat.h>
Inheritance diagram for TextFormat:

Detailed Description
This class holds information formating the textzone.It may be incorporated in few time in textzone.
Definition at line 69 of file textformat.h.
Public Member Functions | |
| TextFormat () | |
| virtual | ~TextFormat () |
| unsigned int | getSize () const |
| unsigned int | getWeight () const |
| EAlign | getAlign () const |
| int | getColorBlue () const |
| int | getColorGreen () const |
| int | getColorRed () const |
| ETypeUnderline | getUnderlineType () const |
| int | getBkColorBlue () const |
| int | getBkColorGreen () const |
| int | getBkColorRed () const |
| bool | isItalic () const |
| bool | isUnderlined () const |
| bool | isStrikeout () const |
| bool | isColor () const |
| bool | isBkColored () const |
| void | setSize (const unsigned int t) |
| void | setWeight (const unsigned int w) |
| void | setItalic (bool i) |
| void | setUnderlined (ETypeUnderline u) |
| void | setUnderlined (QString u) |
| void | setStrikeout (bool s) |
| void | setPolice (QString p) |
| void | setAlign (const int a) |
| void | setColor (const int, const int, const int) |
| void | setBkColor (const int, const int, const int) |
| void | analyseFormat (const QDomNode) |
| void | analyseParam (const QDomNode) |
| void | analyseFont (const QDomNode) |
| void | analyseItalic (const QDomNode) |
| void | analyseUnderlined (const QDomNode) |
| void | analyseStrikeout (const QDomNode) |
| void | analyseWeight (const QDomNode) |
| void | analyseAlign (const QDomNode) |
| void | analyseColor (const QDomNode) |
| void | analyseSize (const QDomNode) |
| void | analyseBackgroundColor (const QDomNode) |
Constructor & Destructor Documentation
| TextFormat::TextFormat | ( | ) | [inline] |
The documentation for this class was generated from the following files:

