Control Surface  1.1.1
MIDI Control Surface library for Arduino
Public Member Functions | Static Public Member Functions | Protected Attributes | Static Protected Attributes | Private Attributes | List of all members
BankDisplay Class Reference

A class for displaying the setting of a Bank object. More...

#include <Display/SelectorDisplay.hpp>

Inheritance diagram for BankDisplay:
Collaboration diagram for BankDisplay:

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...
 
DisplayInterfacegetDisplay ()
 Get a reference to the display that this element draws to. More...
 
const DisplayInterfacegetDisplay () 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

DisplayInterfacedisplay
 
DisplayElementnext
 
DisplayElementprevious
 

Static Protected Attributes

static DoublyLinkedList< DisplayElementelements
 

Private Attributes

OutputBankbank
 
int16_t offset
 
int16_t x
 
int16_t y
 
uint8_t size
 
uint16_t color
 

Detailed Description

A class for displaying the setting of a Bank object.

Examples
MCU-OLED-SSD1306-MEGA.ino, MCU-OLED-SSD1306-x2.ino, and MCU-OLED-SSD1306.ino.

Definition at line 37 of file SelectorDisplay.hpp.

Constructor & Destructor Documentation

◆ BankDisplay()

BankDisplay ( DisplayInterface display,
OutputBank bank,
int16_t  offset,
PixelLocation  loc,
uint8_t  size,
uint16_t  color 
)
inline

Definition at line 39 of file SelectorDisplay.hpp.

Member Function Documentation

◆ draw()

void draw ( )
inlineoverridevirtual

Draw this DisplayElement to the display buffer.

Implements DisplayElement.

Definition at line 44 of file SelectorDisplay.hpp.

◆ getDisplay() [1/2]

DisplayInterface& getDisplay ( )
inlineinherited

Get a reference to the display that this element draws to.

Definition at line 36 of file DisplayElement.hpp.

◆ getDisplay() [2/2]

const DisplayInterface& getDisplay ( ) const
inlineinherited

Get a const reference to the display that this element draws to.

Definition at line 38 of file DisplayElement.hpp.

◆ getAll()

static DoublyLinkedList<DisplayElement>& getAll ( )
inlinestaticinherited

Get the list of all DisplayElement instances.

Definition at line 41 of file DisplayElement.hpp.

Member Data Documentation

◆ bank

OutputBank& bank
private

Definition at line 52 of file SelectorDisplay.hpp.

◆ offset

int16_t offset
private

Definition at line 53 of file SelectorDisplay.hpp.

◆ x

int16_t x
private

Definition at line 53 of file SelectorDisplay.hpp.

◆ y

int16_t y
private

Definition at line 53 of file SelectorDisplay.hpp.

◆ size

uint8_t size
private

Definition at line 54 of file SelectorDisplay.hpp.

◆ color

uint16_t color
private

Definition at line 55 of file SelectorDisplay.hpp.

◆ display

DisplayInterface& display
protectedinherited

Definition at line 44 of file DisplayElement.hpp.

◆ elements

DoublyLinkedList< DisplayElement > elements
staticprotectedinherited

Definition at line 46 of file DisplayElement.hpp.

◆ next

DisplayElement * next
protectedinherited

Definition at line 305 of file LinkedList.hpp.

◆ previous

DisplayElement * previous
protectedinherited

Definition at line 306 of file LinkedList.hpp.


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