A dialog for managing and editing capture filters, display filters, and display macros.
More...
#include <filter_dialog.h>
|
| void | loadGeometry (int width=0, int height=0, const QString &dialog_name=QString()) |
| | Loads the geometry and splitter state for the dialog.
|
| |
| void | loadSplitterState (QSplitter *splitter=nullptr) |
| | Loads the state of a splitter for the dialog.
|
| |
A dialog for managing and editing capture filters, display filters, and display macros.
◆ FilterType
Defines the type of filter being managed by the dialog.
| Enumerator |
|---|
| CaptureFilter | A capture filter.
|
| DisplayFilter | A display filter.
|
| DisplayMacro | A display macro.
|
◆ FilterDialog()
| FilterDialog::FilterDialog |
( |
QWidget * |
parent = 0, |
|
|
FilterType |
filter_type = CaptureFilter, |
|
|
const QString |
new_filter = QString() |
|
) |
| |
|
explicit |
Constructs a new FilterDialog.
- Parameters
-
| parent | The parent widget, defaults to 0. |
| filter_type | The type of filter this dialog will manage, defaults to CaptureFilter. |
| new_filter | An optional initial filter string to populate, defaults to an empty string. |
The documentation for this class was generated from the following files:
- /builds/wireshark/wireshark/ui/qt/filter_dialog.h
- /builds/wireshark/wireshark/ui/qt/filter_dialog.cpp