preferences menu
More...
#include <PreferencesMenu.h>
◆ PreferencesMenu() [1/3]
views::PreferencesMenu::PreferencesMenu |
( |
LiquidCrystal_PCF8574 * |
display, |
|
|
RotaryEncoder * |
encoder, |
|
|
const int & |
numberOfColumns, |
|
|
const int & |
numberOfRows |
|
) |
| |
|
inline |
Construct a new menu object.
- Parameters
-
display | pointer to the display instance |
encoder | pointer to the encoder instance |
numberOfColumns | number of display-columns |
numberOfRows | number of display-rows |
◆ PreferencesMenu() [2/3]
Copy constructor - not available.
◆ PreferencesMenu() [3/3]
Move constructor - not available otherwise we get problems with the callbacks.
◆ activate()
virtual void views::PreferencesMenu::activate |
( |
| ) |
|
|
inlineprotectedvirtual |
called as soon as the view becomes active
The documentation for this class was generated from the following file: