Mixxx

WLabel Class Reference

#include <wlabel.h>

Inheritance diagram for WLabel:
Collaboration diagram for WLabel:

List of all members.

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

Detailed Description

Author:
Tue Haste Andersen

Definition at line 29 of file wlabel.h.


Constructor & Destructor Documentation

WLabel::WLabel ( QWidget *  parent = 0)

Definition at line 25 of file wlabel.cpp.

WLabel::~WLabel ( ) [virtual]

Definition at line 31 of file wlabel.cpp.


Member Function Documentation

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.

Here is the call graph for this function:


Member Data Documentation

QLabel* WLabel::m_pLabel [protected]

Multiplication factor

Definition at line 42 of file wlabel.h.

QColor WLabel::m_qBgColor [protected]

Definition at line 45 of file wlabel.h.

QColor WLabel::m_qFgColor [protected]

Foreground and background colors

Definition at line 45 of file wlabel.h.

QString WLabel::m_qsText [protected]

Definition at line 43 of file wlabel.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines