superkaramba
#include <richtextlabel.h>

Public Member Functions | |
RichTextLabel (Karamba *) | |
RichTextLabel (Karamba *k, int x, int y, int w, int h) | |
~RichTextLabel () | |
QString | getAnchor (QPointF point) |
const QPalette & | getColorGroup () const |
bool | getFixedPitch () const |
QString | getFont () const |
int | getFontSize () const |
QString | getStringValue () const |
bool | mouseEvent (QEvent *event) |
void | paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget=0) |
void | setColorGroup (const QPalette &colorg) |
void | setFixedPitch (bool) |
void | setFont (const QString &font) |
void | setFontSize (int) |
void | setText (const QString &text, bool linkUnderline=false) |
void | setTextProps (TextField *t) |
void | setValue (const QString &text) |
void | setValue (int v) |
void | setWidth (int width) |
![]() | |
Meter (Karamba *k, int ix, int iy, int iw, int ih) | |
Meter (Karamba *k) | |
virtual | ~Meter () |
virtual QRectF | boundingRect () const |
virtual QColor | getColor () const |
virtual int | getHeight () const |
virtual int | getMax () const |
virtual int | getMin () const |
virtual int | getValue () const |
virtual int | getWidth () const |
virtual int | getX () const |
virtual int | getY () const |
virtual void | hide () |
bool | isEnabled () const |
virtual void | setColor (QColor color) |
void | setEnabled (bool enable) |
virtual void | setHeight (int) |
virtual void | setMax (int max) |
virtual void | setMin (int min) |
virtual void | setSize (int x, int y, int width, int height) |
virtual void | setX (int) |
virtual void | setY (int) |
virtual void | show () |
Additional Inherited Members | |
![]() | |
QRectF | m_boundingBox |
bool | m_clickable |
QColor | m_color |
bool | m_hidden |
Karamba * | m_karamba |
int | m_maxValue |
int | m_minValue |
Detailed Description
Definition at line 24 of file meters/richtextlabel.h.
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
QString RichTextLabel::getAnchor | ( | QPointF | point | ) |
Definition at line 189 of file meters/richtextlabel.cpp.
const QPalette & RichTextLabel::getColorGroup | ( | ) | const |
Definition at line 200 of file meters/richtextlabel.cpp.
bool RichTextLabel::getFixedPitch | ( | ) | const |
Definition at line 125 of file meters/richtextlabel.cpp.
QString RichTextLabel::getFont | ( | ) | const |
Definition at line 101 of file meters/richtextlabel.cpp.
int RichTextLabel::getFontSize | ( | ) | const |
Definition at line 113 of file meters/richtextlabel.cpp.
|
inlinevirtual |
Reimplemented from Meter.
Definition at line 35 of file meters/richtextlabel.h.
bool RichTextLabel::mouseEvent | ( | QEvent * | event | ) |
Definition at line 166 of file meters/richtextlabel.cpp.
|
virtual |
Implements Meter.
Definition at line 151 of file meters/richtextlabel.cpp.
void RichTextLabel::setColorGroup | ( | const QPalette & | colorg | ) |
Definition at line 195 of file meters/richtextlabel.cpp.
void RichTextLabel::setFixedPitch | ( | bool | fp | ) |
Definition at line 118 of file meters/richtextlabel.cpp.
void RichTextLabel::setFont | ( | const QString & | font | ) |
Definition at line 94 of file meters/richtextlabel.cpp.
void RichTextLabel::setFontSize | ( | int | size | ) |
Definition at line 106 of file meters/richtextlabel.cpp.
void RichTextLabel::setText | ( | const QString & | text, |
bool | linkUnderline = false |
||
) |
Definition at line 54 of file meters/richtextlabel.cpp.
void RichTextLabel::setTextProps | ( | TextField * | t | ) |
Definition at line 130 of file meters/richtextlabel.cpp.
|
virtual |
Reimplemented from Meter.
Definition at line 84 of file meters/richtextlabel.cpp.
|
virtual |
Reimplemented from Meter.
Definition at line 89 of file meters/richtextlabel.cpp.
|
virtual |
Reimplemented from Meter.
Definition at line 145 of file meters/richtextlabel.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:07:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.