TextLabel Class Reference
Inheritance diagram for TextLabel:

Detailed Description
Definition at line 23 of file textlabel.h.
Public Types | |
enum | ScrollType { ScrollNone, ScrollNormal, ScrollBackAndForth, ScrollOnePass } |
Public Member Functions | |
TextLabel (karamba *k, int x, int y, int w, int h) | |
TextLabel (karamba *k) | |
~TextLabel () | |
void | setTextProps (TextField *) |
void | setValue (QString) |
void | setValue (int) |
QString | getStringValue () const |
void | setFontSize (int) |
void | setBGColor (QColor clr) |
void | setFont (QString) |
void | setAlignment (QString) |
void | setFixedPitch (bool) |
void | setShadow (int) |
void | mUpdate (QPainter *) |
virtual void | show () |
virtual void | hide () |
int | getFontSize () const |
QColor | getBGColor () const |
QString | getFont () const |
QString | getAlignment () const |
bool | getFixedPitch () const |
int | getShadow () const |
void | setScroll (ScrollType type, QPoint speed, int gap, int pause) |
void | setScroll (char *type, QPoint speed, int gap, int pause) |
void | attachClickArea (QString leftMouseButton, QString middleMouseButton, QString rightMouseButton) |
virtual bool | click (QMouseEvent *) |
The documentation for this class was generated from the following files: