ColorTheme for a particular user metric.
More...
#include <libusermetricsoutput/ColorTheme.h>
ColorTheme for a particular user metric.
Each ColorTheme has a start, middle (main) and end QColor.
§ ColorTheme()
UserMetricsOutput::ColorTheme::ColorTheme |
( |
QObject * |
parent = 0 | ) |
|
|
explicitprotected |
Unusable constructor - class is pure-virtual.
- Parameters
-
§ ~ColorTheme()
virtual UserMetricsOutput::ColorTheme::~ColorTheme |
( |
| ) |
|
|
virtual |
§ end()
virtual QColor UserMetricsOutput::ColorTheme::end |
( |
| ) |
const |
|
pure virtual |
§ endChanged
void UserMetricsOutput::ColorTheme::endChanged |
( |
const QColor & |
color | ) |
|
|
signal |
The first / end QColor has changed.
- Parameters
-
§ main()
virtual QColor UserMetricsOutput::ColorTheme::main |
( |
| ) |
const |
|
pure virtual |
§ mainChanged
void UserMetricsOutput::ColorTheme::mainChanged |
( |
const QColor & |
color | ) |
|
|
signal |
The middle / main QColor has changed.
- Parameters
-
§ start()
virtual QColor UserMetricsOutput::ColorTheme::start |
( |
| ) |
const |
|
pure virtual |
§ startChanged
void UserMetricsOutput::ColorTheme::startChanged |
( |
const QColor & |
color | ) |
|
|
signal |
The first / start QColor has changed.
- Parameters
-
§ end
QColor UserMetricsOutput::ColorTheme::end |
|
read |
§ main
QColor UserMetricsOutput::ColorTheme::main |
|
read |
§ start
QColor UserMetricsOutput::ColorTheme::start |
|
read |
The documentation for this class was generated from the following file: