#include <Selectors/Selector.hpp>
A callback for the GenericSelector class that does nothing.
Definition at line 23 of file Selector.hpp.
Collaboration diagram for EmptySelectorCallback:Public Member Functions | |
| void | begin () |
| Initialize. | |
| void | update () |
| Refresh, called periodically. | |
| void | update (setting_t oldSetting, setting_t newSetting) |
| Called when the setting changes. | |
|
inline |
Initialize.
Definition at line 25 of file Selector.hpp.
|
inline |
Refresh, called periodically.
Definition at line 27 of file Selector.hpp.
Called when the setting changes.
Definition at line 29 of file Selector.hpp.