superkaramba
RichTextLabel Class Reference
#include <richtextlabel.h>

Detailed Description
Definition at line 24 of file meters/richtextlabel.h.
Public Member Functions | |
| RichTextLabel (Karamba *) | |
| RichTextLabel (Karamba *k, int x, int y, int w, int h) | |
| ~RichTextLabel () | |
| void | setText (const QString &text, bool linkUnderline=false) |
| void | setValue (const QString &text) |
| void | setValue (int v) |
| QString | getStringValue () const |
| void | setFont (const QString &font) |
| QString | getFont () const |
| void | setFontSize (int) |
| int | getFontSize () const |
| void | setFixedPitch (bool) |
| bool | getFixedPitch () const |
| void | setTextProps (TextField *t) |
| void | setColorGroup (const QPalette &colorg) |
| const QPalette & | getColorGroup () const |
| void | setWidth (int width) |
| void | paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget=0) |
| bool | mouseEvent (QEvent *event) |
| QString | getAnchor (QPointF point) |
Constructor & Destructor Documentation
| RichTextLabel::RichTextLabel | ( | Karamba * | k | ) |
Definition at line 26 of file meters/richtextlabel.cpp.
| RichTextLabel::RichTextLabel | ( | Karamba * | k, | |
| int | x, | |||
| int | y, | |||
| int | w, | |||
| int | h | |||
| ) |
Definition at line 36 of file meters/richtextlabel.cpp.
| RichTextLabel::~RichTextLabel | ( | ) |
Definition at line 46 of file meters/richtextlabel.cpp.
Member Function Documentation
| void RichTextLabel::setText | ( | const QString & | text, | |
| bool | linkUnderline = false | |||
| ) |
Definition at line 54 of file meters/richtextlabel.cpp.
| void RichTextLabel::setValue | ( | const QString & | text | ) | [virtual] |
| void RichTextLabel::setValue | ( | int | v | ) | [virtual] |
| QString RichTextLabel::getStringValue | ( | ) | const [inline, virtual] |
| void RichTextLabel::setFont | ( | const QString & | font | ) |
Definition at line 94 of file meters/richtextlabel.cpp.
| QString RichTextLabel::getFont | ( | ) | const |
Definition at line 101 of file meters/richtextlabel.cpp.
| void RichTextLabel::setFontSize | ( | int | size | ) |
Definition at line 106 of file meters/richtextlabel.cpp.
| int RichTextLabel::getFontSize | ( | ) | const |
Definition at line 113 of file meters/richtextlabel.cpp.
| void RichTextLabel::setFixedPitch | ( | bool | fp | ) |
Definition at line 118 of file meters/richtextlabel.cpp.
| bool RichTextLabel::getFixedPitch | ( | ) | const |
Definition at line 125 of file meters/richtextlabel.cpp.
| void RichTextLabel::setTextProps | ( | TextField * | t | ) |
Definition at line 130 of file meters/richtextlabel.cpp.
| void RichTextLabel::setColorGroup | ( | const QPalette & | colorg | ) |
Definition at line 195 of file meters/richtextlabel.cpp.
| const QPalette & RichTextLabel::getColorGroup | ( | ) | const |
Definition at line 200 of file meters/richtextlabel.cpp.
| void RichTextLabel::setWidth | ( | int | width | ) | [virtual] |
| void RichTextLabel::paint | ( | QPainter * | painter, | |
| const QStyleOptionGraphicsItem * | option, | |||
| QWidget * | widget = 0 | |||
| ) | [virtual] |
| bool RichTextLabel::mouseEvent | ( | QEvent * | event | ) |
Definition at line 166 of file meters/richtextlabel.cpp.
Definition at line 189 of file meters/richtextlabel.cpp.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference