#include <qcgaugewidget.h>
Public Member Functions | |
void | draw (QPainter *) |
QcColorBand (QObject *parent=0) | |
void | setColors (const QList< QPair< QColor, float > > &colors) |
Private Member Functions | |
QPainterPath | createSubBand (float from, float sweep) |
Private Attributes | |
QList< QPair< QColor, float > > | mBandColors |
float | mBandStartValue |
Definition at line 236 of file qcgaugewidget.h.
QcColorBand::QcColorBand | ( | QObject * | parent = 0 | ) | [explicit] |
Definition at line 484 of file qcgaugewidget.cpp.
QPainterPath QcColorBand::createSubBand | ( | float | from, |
float | sweep | ||
) | [private] |
Definition at line 506 of file qcgaugewidget.cpp.
void QcColorBand::draw | ( | QPainter * | painter | ) | [virtual] |
Implements QcItem.
Definition at line 515 of file qcgaugewidget.cpp.
void QcColorBand::setColors | ( | const QList< QPair< QColor, float > > & | colors | ) |
Definition at line 538 of file qcgaugewidget.cpp.
QList<QPair<QColor,float> > QcColorBand::mBandColors [private] |
Definition at line 247 of file qcgaugewidget.h.
float QcColorBand::mBandStartValue [private] |
Definition at line 248 of file qcgaugewidget.h.