Gauges sample

gauges


Compiling

Running

After launching the application, you will see a window displayed with a similar appearance to the one above. The spin buttons at the top of the window control the current minimum, maximum and value of the three gauges displayed below. Modifying the values of the spin buttons will alter the three gauges in real time. Also, if you interact with one of the three gauges, any change in one, will be reflected in the others and in the spin buttons.

Under the Hood

The change_actions of each EV_GAUGE are used to synchronise all of the gauges.

This sample contains the following class:

See Also
EV_GAUGE
EV_SCROLL_BAR
EV_RANGE
EV_PROGRESS_BAR
EV_SPIN_BUTTON