#include <MenuIterator.h>
Public Member Functions | |
| RemoteNoMenuItemPredicate (int remoteNo) | |
| bool | matches (MenuItem *item) override |
| void | setRemoteNo (uint8_t newRemoteNum) |
A specialisation of the MenuItemPredicate that matches on a given remote number.
|
inlineexplicit |
Constructs the predicate with the remote number we are interested in.
| the | number of the remote we want to check for. |
|
overridevirtual |
Matches if the remote number is marked as changed on the item. Remote number from the constructor.
| item | the menu item to be checked |
Implements MenuItemPredicate.
|
inline |
Sets the remote number that we should filter on
| newRemoteNum | the remote to filter on |