#include <ErrorElement.h>
Fonctions membres publiques | |
| ErrorElement (BasicElement *parent=0) | |
| virtual void | draw (QPainter &painter, const LuPixelRect &r, const ContextStyle &context, ContextStyle::TextStyle tstyle, ContextStyle::IndexStyle istyle, StyleAttributes &style, const LuPixelPoint &parentOrigin) |
Types privés | |
| typedef SequenceElement | inherited |
Fonctions membres privées | |
| virtual QString | getElementName () const |
Définition à la ligne 27 du fichier ErrorElement.h.
typedef SequenceElement ErrorElement::inherited [private] |
Définition à la ligne 28 du fichier ErrorElement.h.
| KFORMULA_NAMESPACE_BEGIN ErrorElement::ErrorElement | ( | BasicElement * | parent = 0 |
) |
Définition à la ligne 26 du fichier ErrorElement.cpp.
| void ErrorElement::draw | ( | QPainter & | painter, | |
| const LuPixelRect & | r, | |||
| const ContextStyle & | context, | |||
| ContextStyle::TextStyle | tstyle, | |||
| ContextStyle::IndexStyle | istyle, | |||
| StyleAttributes & | style, | |||
| const LuPixelPoint & | parentOrigin | |||
| ) | [virtual] |
Draws the whole element including its children. The `parentOrigin' is the point this element's parent starts. We can use our parentPosition to get our own origin then.
Définition à la ligne 34 du fichier ErrorElement.cpp.
Références ContextStyle::getErrorColor(), ContextStyle::layoutUnitToPixelX(), et ContextStyle::layoutUnitToPixelY().
Voici le graphe d'appel pour cette fonction :
| virtual QString ErrorElement::getElementName | ( | ) | const [inline, private, virtual] |
Définition à la ligne 45 du fichier ErrorElement.h.
1.5.1-p1