Inherits QObject.
|
|
void | setColorOfText (QColor) |
| |
|
void | setColorHigh (QColor) |
| |
|
void | setColorLow (QColor) |
| |
|
void | setValueDim (int) |
| |
|
void | setValue (double) |
| |
|
void | setMinValue (double) |
| |
|
void | setMaxValue (double) |
| |
|
void | setMinMaxValues (double, double) |
| |
|
void | setLable (QString) |
| |
|
|
void | valueChanged (double) |
| |
|
|
QColor | colorOfText () const |
| |
|
QColor | colorLow () const |
| |
|
QColor | colorHigh () const |
| |
|
double | value () const |
| |
|
double | minValue () const |
| |
|
double | maxValue () const |
| |
|
int | valueDim () const |
| |
|
QString | lable () const |
| |
|
| QVUBar (QObject *pParent=NULL, QString strLabel="", double min=0, double max=100) |
| |
|
|
void | paintEvent (QPaintEvent *) |
| |
|
void | paintBorder () |
| |
|
void | paintBar () |
| |
|
void | paintValue () |
| |
|
|
QColor | colorOfText |
| |
|
QColor | colorLow |
| |
|
QColor | colorHigh |
| |
|
double | Value |
| |
|
double | minValue |
| |
|
double | maxValue |
| |
|
int | dimValue |
| |
|
QString | lable |
| |
Definition at line 40 of file qvumeter.h.
The documentation for this class was generated from the following files: