#include <ButtonFilterNode.h>
Inheritance diagram for ot::ButtonFilterNode:


Public Member Functions | |
| virtual int | isEventGenerator () |
| virtual void | onEventGenerated (Event &event, Node &generator) |
Protected Member Functions | |
| ButtonFilterNode (const char *buttonmask, const char *buttonmap, const char *invertstr, const char *validtrans, const char *radiobuttons, const char *setValidTrans) | |
Protected Attributes | |
| Event | lastEvent |
| last saved event variable | |
| signed char | validtrans [8] |
| signed char | radiobuttons [8] |
| signed char | validTransSetButton [8] |
| unsigned char | buttonmap [8] |
| unsigned char | buttonmask |
| unsigned char | invert |
Friends | |
| class | CommonNodeFactory |
|
||||||||||||||||||||||||||||
|
constructor method |
|
|
tests for EventGenerator interface being present. Returns the result of the childs implementation of this method.
Reimplemented from ot::Node. |
|
||||||||||||
|
this method is called by the EventGenerator to update it's observers. Reimplemented from ot::Node. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
last saved event variable
|
|
|
|
|
|
|
|
|
|
1.4.6