Contents

CLKSimpleGaugeProvider

A gauge that shows a fractional value.

Declaration

class CLKSimpleGaugeProvider

Mentioned in

Overview

A simple gauge provider displays values that map to a 0.0 to 1.0 range. For example, you could use the gauge to show the percentage of a task that has been completed, or the current temperature within a specified temperature range.

For time intervals, use the CLKTimeIntervalGaugeProvider.

Topics

Creating a Simple Gauge Provider

Getting Information About the Gauge

See Also

Gauge providers