Inheritance diagram for MFilterByHeaterWord:
This filter can work in normal or inverted mode, depending on the value of the InvertMatch cfg parameter. In normal mode the events whose heater word match the requested value will pass the filter. The same events will be discarded if the filter is run in inverted mode.
filter FilterByHeaterWord verbosity = info enable = true WordToMatch = 1 InvertMatch = false endmod
Public Member Functions | |
MFilterByHeaterWord (QSequence *s) | |
constructor | |
~MFilterByHeaterWord () | |
destructor | |
void | GetCuts () |
Get cuts from config file. | |
bool | Filter (const QEvent *ev) |
return true if ev passes the cuts | |
Private Attributes | |
unsigned int | fWordToMatch |
bool | fInvertMatch |
bool | fAlwaysPass |