![]() |
Mixxx
|
#include <wlabel.h>


Public Member Functions | |
| WLabel (QWidget *parent=0) | |
| virtual | ~WLabel () |
| void | setup (QDomNode node) |
| void | setAlignment (Qt::Alignment) |
| void | setConstFactor (double) |
Protected Attributes | |
| QLabel * | m_pLabel |
| QString | m_qsText |
| QColor | m_qFgColor |
| QColor | m_qBgColor |
| WLabel::WLabel | ( | QWidget * | parent = 0 | ) |
Definition at line 25 of file wlabel.cpp.
| WLabel::~WLabel | ( | ) | [virtual] |
Definition at line 31 of file wlabel.cpp.
| void WLabel::setAlignment | ( | Qt::Alignment | i | ) |
Definition at line 79 of file wlabel.cpp.
| void WLabel::setConstFactor | ( | double | ) |
| void WLabel::setup | ( | QDomNode | node | ) |
Reimplemented in WTime, and WTrackProperty.
Definition at line 36 of file wlabel.cpp.

QLabel* WLabel::m_pLabel [protected] |
QColor WLabel::m_qBgColor [protected] |
QColor WLabel::m_qFgColor [protected] |
QString WLabel::m_qsText [protected] |