|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Base group box for configuring packet export and print formats. More...
#include <packet_format_group_box.h>
Signals | |
| void | formatChanged () |
| Signal emitted when the format configuration changes. | |
Public Member Functions | |
| PacketFormatGroupBox (QWidget *parent=0) | |
| Constructs a PacketFormatGroupBox. | |
| virtual bool | isValid () const |
| Checks if the current format configuration is valid. | |
| virtual void | updatePrintArgs (print_args_t &print_args)=0 |
| Updates the print arguments with the current format settings. | |
Base group box for configuring packet export and print formats.
|
explicit |
Constructs a PacketFormatGroupBox.
| parent | The parent widget. |
|
virtual |
Checks if the current format configuration is valid.
Reimplemented in PacketFormatTextGroupBox, and PacketFormatJSONGroupBox.
|
pure virtual |
Updates the print arguments with the current format settings.
| print_args | The print arguments structure to update. |
Implemented in PacketFormatBlankGroupBox, PacketFormatTextGroupBox, and PacketFormatJSONGroupBox.