iv::BlockAll_InputNode Class Reference
#include <BlockAll_InputNode.hpp>
Public Member Functions | |
| BlockAll_InputNode (Instance *inst) | |
| virtual bool | input_trigger_process (InputRoot *root, Input::DeviceKey key) |
| virtual bool | input_process (InputRoot *root, Input::DeviceKey key, bool &press, bool &real, bool &offspace, bool &queue_refresh) |
Public Member Functions inherited from iv::InputNode | |
| InputNode (Instance *inst) | |
| ~InputNode () | |
| Instance * | instance () const |
| void | status (iv::TableDebugView *view) |
| void | inputEnabled (bool) |
| bool | inputEnabled () |
| void | quiet (bool) |
| bool | quiet () const |
| void | input_deactivate () |
| void | input_treeRefresh () |
| void | input_setParent (InputNode *) |
| InputNode * | input_getParent () |
| virtual InputRoot * | input_getRoot () |
| virtual void | input_eachChild (std::function< void(InputNode *) > const &) |
| virtual void | input_childDisconnect (InputNode *) |
| bool | input_trigger_visit (InputRoot *root, Input::DeviceKey key) |
| bool | input_visit (InputRoot *root, Input::DeviceKey key, bool &press, bool &real, bool &offspace) |
Additional Inherited Members | |
Public Attributes inherited from iv::InputNode | |
| ClientMarker | cm |
Protected Member Functions inherited from iv::InputNode | |
| virtual void | input_process (InputRoot *root, Input::DeviceKey key, bool &press, bool &real, bool &offspace) |
Detailed Description
Definition at line 8 of file BlockAll_InputNode.hpp.
Constructor & Destructor Documentation
◆ BlockAll_InputNode()
|
inline |
Definition at line 11 of file BlockAll_InputNode.hpp.
Member Function Documentation
◆ input_trigger_process()
|
inlinevirtual |
Returns true if we should continue to following nodes.
Reimplemented from iv::InputNode.
Definition at line 12 of file BlockAll_InputNode.hpp.
◆ input_process()
|
inlinevirtual |
Definition at line 13 of file BlockAll_InputNode.hpp.
The documentation for this class was generated from the following file:
- ivorium_systems/InputSystem/BlockAll_InputNode.hpp

Public Member Functions inherited from 