#include <InputFilter.h>
◆ Rule() [1/3]
| InputFilter::Rule::Rule |
( |
| ) |
|
|
default |
◆ Rule() [2/3]
| InputFilter::Rule::Rule |
( |
Condition * | adopted | ) |
|
|
explicit |
◆ Rule() [3/3]
| InputFilter::Rule::Rule |
( |
const Rule & | rule | ) |
|
◆ ~Rule()
| InputFilter::Rule::~Rule |
( |
| ) |
|
◆ adoptAction()
| void InputFilter::Rule::adoptAction |
( |
Action * | action, |
|
|
bool | onActivation ) |
◆ disable()
◆ enable()
◆ format()
| std::string InputFilter::Rule::format |
( |
| ) |
const |
◆ getAction()
| const InputFilter::Action & InputFilter::Rule::getAction |
( |
bool | onActivation, |
|
|
uint32_t | index ) const |
◆ getCondition()
◆ getNumActions()
| uint32_t InputFilter::Rule::getNumActions |
( |
bool | onActivation | ) |
const |
◆ handleEvent()
| bool InputFilter::Rule::handleEvent |
( |
const Event & | e | ) |
|
◆ operator=()
◆ removeAction()
| void InputFilter::Rule::removeAction |
( |
bool | onActivation, |
|
|
uint32_t | index ) |
◆ replaceAction()
| void InputFilter::Rule::replaceAction |
( |
Action * | adopted, |
|
|
bool | onActivation, |
|
|
uint32_t | index ) |
◆ setCondition()
| void InputFilter::Rule::setCondition |
( |
Condition * | adopted | ) |
|
The documentation for this class was generated from the following files: