iv::InputRoot Class Referenceabstract

#include <InputNode.hpp>

Public Member Functions

virtual void treeRefresh ()=0
 Typically called when structure of input processing tree changes. It sends all active inputs through the tree again, so that it can adapt to the new state of input sorting. More...
 
virtual void deactivateSubtree (InputNode *node)=0
 
virtual void reserve_key (Input::DeviceKey key, bool reserve)=0
 

Detailed Description

Definition at line 14 of file InputNode.hpp.

Member Function Documentation

◆ treeRefresh()

virtual void iv::InputRoot::treeRefresh ( )
pure virtual

Typically called when structure of input processing tree changes. It sends all active inputs through the tree again, so that it can adapt to the new state of input sorting.

Implemented in iv::SourceInputNode.

◆ deactivateSubtree()

virtual void iv::InputRoot::deactivateSubtree ( InputNode node)
pure virtual

Implemented in iv::SourceInputNode.

◆ reserve_key()

virtual void iv::InputRoot::reserve_key ( Input::DeviceKey  key,
bool  reserve 
)
pure virtual

Implemented in iv::SourceInputNode.


The documentation for this class was generated from the following file: