#include <Display/SelectorDisplay.hpp>
A class for displaying the setting of a Selector object.
Definition at line 12 of file SelectorDisplay.hpp.
|
void | enable () |
| Enable this display element: insert it into the linked list of instances, so it gets drawn to the display. More...
|
|
void | disable () |
| Disable this display element: remove it from the linked list of instances, so it no longer gets drawn to the display. More...
|
|
bool | isEnabled () const |
| Check if this display element is enabled. More...
|
|
static void | enable (DisplayElement *element) |
| Enable this display element: insert it into the linked list of instances, so it gets drawn to the display. More...
|
|
static void | enable (DisplayElement &element) |
| Enable this display element: insert it into the linked list of instances, so it gets drawn to the display. More...
|
|
template<class U , size_t N> |
static void | enable (U(&array)[N]) |
| Enable this display element: insert it into the linked list of instances, so it gets drawn to the display. More...
|
|
static void | disable (DisplayElement *element) |
| Disable this display element: remove it from the linked list of instances, so it no longer gets drawn to the display. More...
|
|
static void | disable (DisplayElement &element) |
| Disable this display element: remove it from the linked list of instances, so it no longer gets drawn to the display. More...
|
|
template<class U , size_t N> |
static void | disable (U(&array)[N]) |
| Disable this display element: remove it from the linked list of instances, so it no longer gets drawn to the display. More...
|
|
◆ SelectorDisplay()
◆ draw()
◆ getDirty()
◆ enable() [1/4]
Enable this display element: insert it into the linked list of instances, so it gets drawn to the display.
Definition at line 33 of file DisplayElement.hpp.
◆ enable() [2/4]
|
inlinestaticprotectedinherited |
Enable this display element: insert it into the linked list of instances, so it gets drawn to the display.
Definition at line 62 of file DisplayElement.hpp.
◆ enable() [3/4]
|
inlinestaticprotectedinherited |
Enable this display element: insert it into the linked list of instances, so it gets drawn to the display.
Definition at line 64 of file DisplayElement.hpp.
◆ enable() [4/4]
static void enable |
( |
U(&) |
array[N] | ) |
|
|
inlinestaticprotectedinherited |
Enable this display element: insert it into the linked list of instances, so it gets drawn to the display.
Definition at line 67 of file DisplayElement.hpp.
◆ disable() [1/4]
Disable this display element: remove it from the linked list of instances, so it no longer gets drawn to the display.
Definition at line 43 of file DisplayElement.hpp.
◆ disable() [2/4]
|
inlinestaticprotectedinherited |
Disable this display element: remove it from the linked list of instances, so it no longer gets drawn to the display.
Definition at line 73 of file DisplayElement.hpp.
◆ disable() [3/4]
|
inlinestaticprotectedinherited |
Disable this display element: remove it from the linked list of instances, so it no longer gets drawn to the display.
Definition at line 75 of file DisplayElement.hpp.
◆ disable() [4/4]
static void disable |
( |
U(&) |
array[N] | ) |
|
|
inlinestaticprotectedinherited |
Disable this display element: remove it from the linked list of instances, so it no longer gets drawn to the display.
Definition at line 78 of file DisplayElement.hpp.
◆ isEnabled()
Check if this display element is enabled.
- Note
- Assumes that the element is not added to a different linked list by the user.
Definition at line 57 of file DisplayElement.hpp.
◆ getDisplay() [1/2]
Get a reference to the display that this element draws to.
Definition at line 95 of file DisplayElement.hpp.
◆ getDisplay() [2/2]
Get a const reference to the display that this element draws to.
Definition at line 97 of file DisplayElement.hpp.
◆ getAll()
◆ selector
◆ previous
◆ offset
◆ multiplier
◆ size
◆ color
◆ display
◆ elements
◆ next
The documentation for this class was generated from the following file: