A class for displaying the setting of a Bank object. More...
#include <SelectorDisplay.hpp>
Public Member Functions | |
| BankDisplay (DisplayInterface &display, OutputBank &bank, int16_t offset, 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 | |
| OutputBank & | bank | 
| int16_t | offset | 
| int16_t | x | 
| int16_t | y | 
| uint8_t | size | 
| uint16_t | color | 
A class for displaying the setting of a Bank object.
Definition at line 37 of file SelectorDisplay.hpp.
      
  | 
  inline | 
Definition at line 39 of file SelectorDisplay.hpp.
      
  | 
  inlineoverridevirtual | 
Draw this DisplayElement to the display buffer.
Implements DisplayElement.
Definition at line 44 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 52 of file SelectorDisplay.hpp.
      
  | 
  private | 
Definition at line 53 of file SelectorDisplay.hpp.
      
  | 
  private | 
Definition at line 53 of file SelectorDisplay.hpp.
      
  | 
  private | 
Definition at line 53 of file SelectorDisplay.hpp.
      
  | 
  private | 
Definition at line 54 of file SelectorDisplay.hpp.
      
  | 
  private | 
Definition at line 55 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 305 of file LinkedList.hpp.
      
  | 
  protectedinherited | 
Definition at line 306 of file LinkedList.hpp.
 1.8.16