|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
Group box for configuring CSV packet formatting options. More...
#include <packet_format_group_box.h>
Public Member Functions | |
| PacketFormatCArraysGroupBox (QWidget *parent=0) | |
| Constructs a PacketFormatCArraysGroupBox. | |
| ~PacketFormatCArraysGroupBox () | |
| Destroys the PacketFormatCArraysGroupBox. | |
| bool | isValid () const override |
| Checks if the C Arrays format configuration is valid. | |
| void | updatePrintArgs (print_args_t &print_args) override |
| Updates the print arguments with the C Arrays format settings. | |
| Public Member Functions inherited from PacketFormatGroupBox | |
| PacketFormatGroupBox (QWidget *parent=0) | |
| Constructs a PacketFormatGroupBox. | |
Additional Inherited Members | |
| Signals inherited from PacketFormatGroupBox | |
| void | formatChanged () |
| Signal emitted when the format configuration changes. | |
Group box for configuring CSV packet formatting options.
|
explicit |
Constructs a PacketFormatCArraysGroupBox.
| parent | The parent widget. |
|
overridevirtual |
Checks if the C Arrays format configuration is valid.
Reimplemented from PacketFormatGroupBox.
|
overridevirtual |
Updates the print arguments with the C Arrays format settings.
| print_args | The print arguments structure to update. |
Implements PacketFormatGroupBox.