A stacked widget that manages and displays different packet formatting UI elements based on export type.
More...
#include <packet_format_stack.h>
|
|
void | formatChanged () |
| | Signal emitted when the formatting configuration changes.
|
| |
A stacked widget that manages and displays different packet formatting UI elements based on export type.
◆ PacketFormatStack()
| PacketFormatStack::PacketFormatStack |
( |
QWidget * |
parent = 0 | ) |
|
|
explicit |
Constructs a new PacketFormatStack.
- Parameters
-
| parent | The parent widget, defaults to 0. |
◆ isValid()
| bool PacketFormatStack::isValid |
( |
| ) |
const |
Checks if the currently selected packet format configuration is valid.
- Returns
- True if valid, false otherwise.
◆ setExportType()
Sets the current export type, updating the displayed stack widget accordingly.
- Parameters
-
| type | The export format type to set. |
◆ updatePrintArgs()
| void PacketFormatStack::updatePrintArgs |
( |
print_args_t & |
print_args | ) |
|
Updates the provided print arguments with the user's formatting selections.
- Parameters
-
| print_args | Reference to the print_args_t structure to be updated. |
The documentation for this class was generated from the following files:
- /builds/wireshark/wireshark/ui/qt/packet_format_stack.h
- /builds/wireshark/wireshark/ui/qt/packet_format_stack.cpp