Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site











SourceForge.net Logo


 

class CVMark : private Moveable<CVMark

markers shown at side of the meter, independant from meter value

 

int FindStep(float vconst

find value v.in the steps vector and return index if found

 


 

enum GRADIENT

a static gradient, a lice of which is displayed

 


 

enum STATIC

static color bar

 


 

enum IMGCACHE = 0

a fancy bar gradient with 2 colors, actually generated and stored in an Image

 

class CMeter : public Ctrl

drawing a user manipulatable bar, can be used as meter, slider, progressbar, in every direction and orientation. additional behaviour: provide steps on which the bar should be changed only. specify some value marks to be drawn aside, with some values/ text. Linear stepping is also available, when provided steps, so you can specify own advancing behaviour. different styles supported.

 


 

enum DYNGRADIENT

a gradient drawn over currently applied bar

 

 

Do you want to contribute?