CProgressBar: add member paintShapes()

paintShapes() replaces paintBoxRel()
TODO: paint v-lines with CComponents


Origin commit data
------------------
Commit: 44759766af
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-06-15 (Sat, 15 Jun 2013)
This commit is contained in:
2013-06-15 21:56:47 +02:00
parent 43a3d43735
commit bedc468943
2 changed files with 34 additions and 13 deletions

View File

@@ -91,6 +91,8 @@ class CProgressBar : public CComponentsItem
void paintSimple();
///paint version of progressbar with color and advanced display modifications
void paintAdvanced();
///painting of activ/passive bars via shape object
void paintShapes(int &shx, int &shy, int &shw, int &shh, fb_pixel_t &col);
void initDimensions();