#include <menus/CommandScreen.h>
◆ CommandScreen()
◆ buttonDial()
virtual void CommandScreen::buttonDial |
( |
long |
newValue, |
|
|
long |
oldValue = 0 |
|
) |
| |
|
inlinevirtual |
◆ buttonDownPressed()
virtual void CommandScreen::buttonDownPressed |
( |
bool |
repeat = false | ) |
|
|
inlinevirtual |
◆ buttonDownReleased()
virtual void CommandScreen::buttonDownReleased |
( |
| ) |
|
|
inlinevirtual |
◆ buttonInPressed()
virtual void CommandScreen::buttonInPressed |
( |
bool |
repeat = false | ) |
|
|
inlinevirtual |
◆ buttonInReleased()
virtual void CommandScreen::buttonInReleased |
( |
| ) |
|
|
inlinevirtual |
◆ buttonLeftPressed()
virtual void CommandScreen::buttonLeftPressed |
( |
bool |
repeat = false | ) |
|
|
inlinevirtual |
◆ buttonLeftReleased()
virtual void CommandScreen::buttonLeftReleased |
( |
| ) |
|
|
inlinevirtual |
◆ buttonRightPressed()
virtual void CommandScreen::buttonRightPressed |
( |
bool |
repeat = false | ) |
|
|
inlinevirtual |
◆ buttonRightReleased()
virtual void CommandScreen::buttonRightReleased |
( |
| ) |
|
|
inlinevirtual |
◆ buttonUpPressed()
virtual void CommandScreen::buttonUpPressed |
( |
bool |
repeat = false | ) |
|
|
inlinevirtual |
◆ buttonUpReleased()
virtual void CommandScreen::buttonUpReleased |
( |
| ) |
|
|
inlinevirtual |
◆ clearSelection()
void CommandScreen::clearSelection |
( |
| ) |
|
|
inlineprotected |
◆ exit()
virtual void CommandScreen::exit |
( |
| ) |
|
|
inlinevirtual |
◆ getKeyRepeatRate()
unsigned CommandScreen::getKeyRepeatRate |
( |
| ) |
const |
|
inline |
◆ getSelected()
uint8_t CommandScreen::getSelected |
( |
| ) |
const |
|
inline |
◆ handleEvent()
virtual bool CommandScreen::handleEvent |
( |
| ) |
|
|
inlinevirtual |
◆ handleSelection()
virtual void CommandScreen::handleSelection |
( |
uint8_t |
selection | ) |
|
|
inlinevirtual |
◆ hasMenu()
bool CommandScreen::hasMenu |
( |
| ) |
|
|
inlineprotected |
◆ ID()
ScreenID CommandScreen::ID |
( |
| ) |
const |
|
inline |
◆ init()
virtual void CommandScreen::init |
( |
| ) |
|
|
inlinevirtual |
◆ isActive()
virtual bool CommandScreen::isActive |
( |
| ) |
|
|
inlinevirtual |
◆ isStatus()
virtual bool CommandScreen::isStatus |
( |
| ) |
|
|
inlinevirtual |
◆ popScreen()
void CommandScreen::popScreen |
( |
| ) |
|
|
inline |
◆ pushScreen()
void CommandScreen::pushScreen |
( |
ScreenID |
id | ) |
|
|
inline |
◆ render()
virtual void CommandScreen::render |
( |
| ) |
|
|
pure virtual |
◆ restoreScreen()
void CommandScreen::restoreScreen |
( |
| ) |
|
|
inline |
◆ setKeyRepeatRate()
void CommandScreen::setKeyRepeatRate |
( |
unsigned |
ms | ) |
|
|
inline |
◆ switchToScreen()
void CommandScreen::switchToScreen |
( |
ScreenID |
id | ) |
|
|
inline |
◆ toggleMaskBit() [1/2]
static void CommandScreen::toggleMaskBit |
( |
uint16_t & |
mask, |
|
|
uint16_t |
bit |
|
) |
| |
|
inlinestaticprotected |
◆ toggleMaskBit() [2/2]
static void CommandScreen::toggleMaskBit |
( |
uint8_t & |
mask, |
|
|
uint8_t |
bit |
|
) |
| |
|
inlinestaticprotected |
◆ fID
ScreenID CommandScreen::fID |
|
protected |
◆ fKeyRepeatRateMS
unsigned CommandScreen::fKeyRepeatRateMS = 0 |
|
protected |
◆ fLastTag
uint8_t CommandScreen::fLastTag |
|
protected |
◆ fMenu
The documentation for this class was generated from the following file: