This is the complete list of members for NumericIndicator< T >, including all inherited members.
| _baseUnit | NumericIndicator< T > | protected |
| _displayValue | NumericIndicator< T > | protected |
| _lastDrawnVisible | UIElement | protected |
| _lastValueDraw | NumericIndicator< T > | protected |
| _maxValue | NumericIndicator< T > | protected |
| _numDigits | NumericIndicator< T > | protected |
| _numFractionalDigits | NumericIndicator< T > | protected |
| _stringDrawBuffer | NumericIndicator< T > | private |
| _unitPrefix | NumericIndicator< T > | private |
| _unitPrefixPower | NumericIndicator< T > | protected |
| _valuePointer | NumericIndicator< T > | protected |
| ActiveChild | UIElement | |
| calculateDisplayValue(float value) | NumericIndicator< T > | private |
| Draw(bool redraw) override | NumericIndicator< T > | virtual |
| Height | UIElement | |
| HitTest(uint16_t x, uint16_t y) | UIElement | inline |
| IsInEditMode | UIElement | |
| KeyInput(Keys_t key) | UIElement | inlinevirtual |
| LocX | UIElement | |
| LocY | UIElement | |
| NumericIndicator(T *valuePointer, const char *baseUnit, T maxValue, unsigned char numFractionalDigits, uint16_t locX=0, uint16_t locY=0, uint8_t maxStringBufferLength=DEFAULT_NUMERIC_INDICATOR_STRING_LENGTH) | NumericIndicator< T > | |
| numNonFractionalDigits(T number) | NumericIndicator< T > | private |
| Parent | UIElement | |
| RecalculateDimensions() override | NumericIndicator< T > | virtual |
| RecalculateLayout() | UIElement | inlinevirtual |
| TouchInput(uint16_t x, uint16_t y, TouchTypes touchType) | UIElement | inlinevirtual |
| Type | UIElement | |
| UIElement(UIElementType type) | UIElement | inline |
| UIElement(uint16_t locX, uint16_t locY, UIElementType type) | UIElement | inline |
| Visible | UIElement | |
| Width | UIElement | |
| ~NumericIndicator() | NumericIndicator< T > | inline |