| 125 | } |
| 126 | |
| 127 | void |
| 128 | AnimatedCheckBox::getBackgroundColor(double *r, |
| 129 | double *g, |
| 130 | double *b) const |
| 131 | { |
| 132 | appPTR->getCurrentSettings()->getRaisedColor(r, g, b); |
| 133 | } |
| 134 | |
| 135 | void |
| 136 | AnimatedCheckBox::paintEvent(QPaintEvent* e) |
nothing calls this directly
no test coverage detected