#include <textlabel.h>
Inheritance diagram for TextLabel:
Public Member Functions | |
TextLabel (int x, int y, int w, int h) | |
TextLabel () | |
~TextLabel () | |
void | setValue (QString) |
void | setValue (int) |
void | setFontSize (int) |
void | setMove (int) |
void | setMaxMove (int) |
void | setColor (int, int, int) |
void | setBGColor (int, int, int) |
void | setFont (QString) |
void | setAlignment (QString) |
void | setFixedPitch (bool) |
void | setShadow (int) |
void | mUpdate (QPainter *) |
void | setKaramba (karamba *) |
int | getFontSize () const |
QColor | getColor () const |
QColor | getBGColor () const |
QString | getFont () const |
QString | getAlignment () const |
bool | getFixedPitch () const |
int | getShadow () const |
int | getMove () const |
int | getMaxMove () const |
Bosselut Cyril <bosselut@b1project.com>
Definition at line 30 of file textlabel.h.
|
Definition at line 12 of file textlabel.cpp. |
|
Definition at line 29 of file textlabel.cpp. |
|
Definition at line 33 of file textlabel.cpp. |
|
Definition at line 128 of file textlabel.cpp. |
|
Definition at line 88 of file textlabel.cpp. |
|
Definition at line 58 of file textlabel.cpp. |
|
Definition at line 143 of file textlabel.cpp. |
|
Definition at line 101 of file textlabel.cpp. |
|
Definition at line 112 of file textlabel.cpp. |
|
Definition at line 78 of file textlabel.cpp. Referenced by mUpdate(). |
|
Definition at line 68 of file textlabel.cpp. |
|
Definition at line 154 of file textlabel.cpp. |
|
Implements Meter. Definition at line 160 of file textlabel.cpp. References getMaxMove(), karamba::themeH, and karamba::themeW. |
|
Definition at line 117 of file textlabel.cpp. |
|
Definition at line 83 of file textlabel.cpp. |
|
Definition at line 53 of file textlabel.cpp. |
|
Definition at line 138 of file textlabel.cpp. |
|
Definition at line 94 of file textlabel.cpp. |
|
Definition at line 106 of file textlabel.cpp. |
|
Definition at line 37 of file textlabel.cpp. |
|
Definition at line 73 of file textlabel.cpp. |
|
Definition at line 63 of file textlabel.cpp. |
|
Definition at line 148 of file textlabel.cpp. |
|
Reimplemented from Meter. Definition at line 48 of file textlabel.cpp. |
|
Reimplemented from Meter. Definition at line 42 of file textlabel.cpp. |