A dialog for managing and configuring packet coloring rules.
More...
#include <coloring_rules_dialog.h>
|
| void | showEvent (QShowEvent *event) |
| | Handles the show event for the dialog.
|
| |
| 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 configuring packet coloring rules.
◆ ColoringRulesDialog()
| ColoringRulesDialog::ColoringRulesDialog |
( |
QWidget * |
parent = 0, |
|
|
QString |
add_filter = QString() |
|
) |
| |
|
explicit |
Constructs a new ColoringRulesDialog.
- Parameters
-
| parent | The parent widget, defaults to 0. |
| add_filter | An optional filter string to add initially, defaults to an empty string. |
◆ filterAction
Signal emitted when a filter action is requested.
- Parameters
-
| filter | The filter string. |
| action | The specific action to perform. |
| type | The type of the filter action. |
◆ showEvent()
| void ColoringRulesDialog::showEvent |
( |
QShowEvent * |
event | ) |
|
|
protected |
Handles the show event for the dialog.
- Parameters
-
| event | The show event object. |
The documentation for this class was generated from the following files:
- /builds/wireshark/wireshark/ui/qt/coloring_rules_dialog.h
- /builds/wireshark/wireshark/ui/qt/coloring_rules_dialog.cpp