View used to unlock the safe.
More...
#include <UnlockSafeView.h>
View used to unlock the safe.
◆ UnlockSafeView() [1/3]
views::UnlockSafeView::UnlockSafeView |
( |
LiquidCrystal_PCF8574 * |
display, |
|
|
RotaryEncoder * |
encoder, |
|
|
const int & |
numberOfColumns, |
|
|
const int & |
numberOfRows |
|
) |
| |
|
inline |
Construct the vie.
- Parameters
-
display | pointer to the LCD instance |
encoder | pointer to the encoder instance |
numberOfColumns | number of display-columns |
numberOfRows | number of display-rows |
◆ UnlockSafeView() [2/3]
Copy constructor - not available.
◆ UnlockSafeView() [3/3]
Move constructor - not available.
◆ activate()
virtual void views::UnlockSafeView::activate |
( |
| ) |
|
|
inlineprotectedvirtual |
called as soon as the view becomes active
◆ tick()
virtual void views::UnlockSafeView::tick |
( |
const bool & |
forceRedraw | ) |
|
|
inlinevirtual |
called during the loop function
- Parameters
-
forceRedraw | if true everything should be redrawn |
◆ activationTime
time_t views::UnlockSafeView::activationTime |
|
protected |
Time when this view was activated.
◆ encoder
RotaryEncoder* views::UnlockSafeView::encoder |
|
protected |
pointer to the encoder instance
◆ numberOfColumns
const int views::UnlockSafeView::numberOfColumns |
|
protected |
Number of display-columns.
◆ numberOfRows
const int views::UnlockSafeView::numberOfRows |
|
protected |
The documentation for this class was generated from the following file: