Worker class for checking capture filter syntax in the background.
More...
#include <capture_filter_syntax_worker.h>
|
| void | checkFilter (const QString filter) |
| | Checks the syntax of the provided capture filter.
|
|
| void | syntaxResult (QString filter, int state, QString err_msg) |
| | Signal emitted with the result of a syntax check.
|
Worker class for checking capture filter syntax in the background.
◆ CaptureFilterSyntaxWorker()
| CaptureFilterSyntaxWorker::CaptureFilterSyntaxWorker |
( |
QObject * | parent = 0 | ) |
|
|
inline |
◆ checkFilter
| void CaptureFilterSyntaxWorker::checkFilter |
( |
const QString | filter | ) |
|
|
slot |
Checks the syntax of the provided capture filter.
- Parameters
-
| filter | The capture filter string to check. |
◆ syntaxResult
| void CaptureFilterSyntaxWorker::syntaxResult |
( |
QString | filter, |
|
|
int | state, |
|
|
QString | err_msg ) |
|
signal |
Signal emitted with the result of a syntax check.
- Parameters
-
| filter | The capture filter that was checked. |
| state | The resulting state of the syntax check. |
| err_msg | The error message if the syntax is invalid. |
The documentation for this class was generated from the following files: