Group box for configuring plain text packet formatting options.
More...
#include <packet_format_group_box.h>
|
|
void | formatChanged () |
| | Signal emitted when the format configuration changes.
|
| |
Group box for configuring plain text packet formatting options.
◆ PacketFormatTextGroupBox()
| PacketFormatTextGroupBox::PacketFormatTextGroupBox |
( |
QWidget * |
parent = 0 | ) |
|
|
explicit |
◆ allCollapsedEnabled()
| bool PacketFormatTextGroupBox::allCollapsedEnabled |
( |
| ) |
const |
Checks if the 'all collapsed' detail state is enabled.
- Returns
- True if enabled, false otherwise.
◆ allExpandedEnabled()
| bool PacketFormatTextGroupBox::allExpandedEnabled |
( |
| ) |
const |
Checks if the 'all expanded' detail state is enabled.
- Returns
- True if enabled, false otherwise.
◆ asDisplayedEnabled()
| bool PacketFormatTextGroupBox::asDisplayedEnabled |
( |
| ) |
const |
Checks if the 'as displayed' detail state is enabled.
- Returns
- True if enabled, false otherwise.
◆ bytesEnabled()
| bool PacketFormatTextGroupBox::bytesEnabled |
( |
| ) |
const |
Checks if the packet bytes option is enabled.
- Returns
- True if enabled, false otherwise.
◆ detailsEnabled()
| bool PacketFormatTextGroupBox::detailsEnabled |
( |
| ) |
const |
Checks if the packet details option is enabled.
- Returns
- True if enabled, false otherwise.
◆ getHexdumpOptions()
| uint PacketFormatTextGroupBox::getHexdumpOptions |
( |
| ) |
const |
Retrieves the current hexdump formatting options.
- Returns
- The hexdump options bitmask.
◆ includeColumnHeadingsEnabled()
| bool PacketFormatTextGroupBox::includeColumnHeadingsEnabled |
( |
| ) |
const |
Checks if the column headings option is enabled.
- Returns
- True if enabled, false otherwise.
◆ isValid()
| bool PacketFormatTextGroupBox::isValid |
( |
| ) |
const |
|
overridevirtual |
Checks if the text format configuration is valid.
- Returns
- True if the configuration is valid, false otherwise.
Reimplemented from PacketFormatGroupBox.
◆ summaryEnabled()
| bool PacketFormatTextGroupBox::summaryEnabled |
( |
| ) |
const |
Checks if the packet summary option is enabled.
- Returns
- True if enabled, false otherwise.
◆ updatePrintArgs()
| void PacketFormatTextGroupBox::updatePrintArgs |
( |
print_args_t & |
print_args | ) |
|
|
overridevirtual |
Updates the print arguments with the text format settings.
- Parameters
-
| print_args | The print arguments structure to update. |
Implements PacketFormatGroupBox.
The documentation for this class was generated from the following files: