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


Public Member Functions | |
| virtual int | isEventGenerator () |
| virtual void | onEventGenerated (Event &event, Node &generator) |
Protected Types | |
| enum | Op { OR, AND } |
| the operation to perform More... | |
Protected Member Functions | |
| ButtonOpNode (const Op &op_) | |
Protected Attributes | |
| Event | result |
| last saved event variable | |
| unsigned short | arg1 |
| last button events | |
| unsigned short | arg2 |
| enum ot::ButtonOpNode::Op | operation |
| the operation to perform | |
Friends | |
| class | CommonNodeFactory |
|
|
the operation to perform
|
|
|
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 button events
|
|
|
|
|
|
the operation to perform
|
|
|
last saved event variable
|
1.4.6