|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
A blank packet format group box that provides default or empty formatting. More...
#include <packet_format_group_box.h>
Public Member Functions | |
| PacketFormatBlankGroupBox (QWidget *parent=0) | |
| Constructs a PacketFormatBlankGroupBox. | |
| void | updatePrintArgs (print_args_t &print_args) override |
| Updates the print arguments with the blank format settings. | |
Public Member Functions inherited from PacketFormatGroupBox | |
| PacketFormatGroupBox (QWidget *parent=0) | |
| Constructs a PacketFormatGroupBox. | |
| virtual bool | isValid () const |
| Checks if the current format configuration is valid. | |
Additional Inherited Members | |
Signals inherited from PacketFormatGroupBox | |
| void | formatChanged () |
| Signal emitted when the format configuration changes. | |
A blank packet format group box that provides default or empty formatting.
|
explicit |
Constructs a PacketFormatBlankGroupBox.
| parent | The parent widget. |
|
overridevirtual |
Updates the print arguments with the blank format settings.
| print_args | The print arguments structure to update. |
Implements PacketFormatGroupBox.