Photon microGUI widgets library 0.6.0
PhWidgets::Gauge::ThisFlags::Gauge Struct Reference

Contains flags for Gauge resource Gauge::Arguments::gauge_flags. More...

#include <Gauge.h>

Public Types

enum  eGaugeFlags {
  ShowValue , ValueXOR , MaximumOnTop , MaximumOnRight ,
  MaximumOnLeft , MaximumOnBottom , Indeterminate , Interactive
}
 Common flags for Gauge resource Gauge::Arguments::gauge_flags. More...
 

Detailed Description

Contains flags for Gauge resource Gauge::Arguments::gauge_flags.

Member Enumeration Documentation

◆ eGaugeFlags

Common flags for Gauge resource Gauge::Arguments::gauge_flags.

Common flags used by all gauge-like widgets.

Aliases

PhWidgets::Gauge::Flags::Gauge::eGaugeFlags

Enumerator
ShowValue 

Indicates whether or not the value of the gauge will be displayed.

ValueXOR 

XOR the value display with the background (i.e. invert the fill of the type face).

MaximumOnTop 

Place position of the maximum value to top.

MaximumOnRight 

Place position of the maximum value to right.

MaximumOnLeft 

Place position of the maximum value to left.

MaximumOnBottom 

Place position of the maximum value to bottom.


The documentation for this struct was generated from the following file: