A class for displaying the setting of a Selector object. More...
#include <Display/SelectorDisplay.hpp>
 Inheritance diagram for SelectorDisplay:
 Collaboration diagram for SelectorDisplay:Public Member Functions | |
| SelectorDisplay (DisplayInterface &display, SelectorBase &selector, int16_t offset, int16_t multiplier, PixelLocation loc, uint8_t size, uint16_t color) | |
| void | draw () override | 
| Draw this DisplayElement to the display buffer.  More... | |
| DisplayInterface & | getDisplay () | 
| Get a reference to the display that this element draws to.  More... | |
| const DisplayInterface & | getDisplay () const | 
| Get a const reference to the display that this element draws to.  More... | |
Static Public Member Functions | |
| static DoublyLinkedList< DisplayElement > & | getAll () | 
| Get the list of all DisplayElement instances.  More... | |
Protected Attributes | |
| DisplayInterface & | display | 
| DisplayElement * | next | 
| DisplayElement * | previous | 
Static Protected Attributes | |
| static DoublyLinkedList< DisplayElement > | elements | 
Private Attributes | |
| SelectorBase & | selector | 
| int16_t | offset | 
| int16_t | multiplier | 
| int16_t | x | 
| int16_t | y | 
| uint8_t | size | 
| uint16_t | color | 
A class for displaying the setting of a Selector object.
Definition at line 12 of file SelectorDisplay.hpp.
      
  | 
  inline | 
Definition at line 14 of file SelectorDisplay.hpp.
      
  | 
  inlineoverridevirtual | 
Draw this DisplayElement to the display buffer.
Implements DisplayElement.
Definition at line 20 of file SelectorDisplay.hpp.
      
  | 
  inlineinherited | 
Get a reference to the display that this element draws to.
Definition at line 36 of file DisplayElement.hpp.
      
  | 
  inlineinherited | 
Get a const reference to the display that this element draws to.
Definition at line 38 of file DisplayElement.hpp.
      
  | 
  inlinestaticinherited | 
Get the list of all DisplayElement instances.
Definition at line 41 of file DisplayElement.hpp.
      
  | 
  private | 
Definition at line 28 of file SelectorDisplay.hpp.
      
  | 
  private | 
Definition at line 29 of file SelectorDisplay.hpp.
      
  | 
  private | 
Definition at line 29 of file SelectorDisplay.hpp.
      
  | 
  private | 
Definition at line 29 of file SelectorDisplay.hpp.
      
  | 
  private | 
Definition at line 29 of file SelectorDisplay.hpp.
      
  | 
  private | 
Definition at line 30 of file SelectorDisplay.hpp.
      
  | 
  private | 
Definition at line 31 of file SelectorDisplay.hpp.
      
  | 
  protectedinherited | 
Definition at line 44 of file DisplayElement.hpp.
      
  | 
  staticprotectedinherited | 
Definition at line 46 of file DisplayElement.hpp.
      
  | 
  protectedinherited | 
Definition at line 323 of file LinkedList.hpp.
      
  | 
  protectedinherited | 
Definition at line 324 of file LinkedList.hpp.