11#ifndef PACKET_FORMAT_GROUP_BOX_H
12#define PACKET_FORMAT_GROUP_BOX_H
161 void on_summaryCheckBox_toggled(
bool checked);
167 void on_detailsCheckBox_toggled(
bool checked);
173 void on_bytesCheckBox_toggled(
bool checked);
179 void on_includeColumnHeadingsCheckBox_toggled(
bool checked);
185 void on_allCollapsedButton_toggled(
bool checked);
191 void on_asDisplayedButton_toggled(
bool checked);
197 void on_allExpandedButton_toggled(
bool checked);
203 void on_includeDataSourcesCheckBox_toggled(
bool checked);
209 void on_timestampCheckBox_toggled(
bool checked);
212 Ui::PacketFormatTextGroupBox *pf_ui_;
261 bool valuesEnabled()
const;
267 bool bytesEnabled()
const;
269 Ui::PacketFormatJSONGroupBox *pf_ui_;
Group box for configuring plain text packet formatting options.
Definition packet_format_group_box.h:81
bool bytesEnabled() const
Checks if the packet bytes option is enabled.
Definition packet_format_group_box.cpp:108
~PacketFormatTextGroupBox()
Destroys the PacketFormatTextGroupBox.
Definition packet_format_group_box.cpp:93
bool summaryEnabled() const
Checks if the packet summary option is enabled.
Definition packet_format_group_box.cpp:98
bool isValid() const override
Checks if the text format configuration is valid.
Definition packet_format_group_box.cpp:138
bool allCollapsedEnabled() const
Checks if the 'all collapsed' detail state is enabled.
Definition packet_format_group_box.cpp:118
void updatePrintArgs(print_args_t &print_args) override
Updates the print arguments with the text format settings.
Definition packet_format_group_box.cpp:146
bool includeColumnHeadingsEnabled() const
Checks if the column headings option is enabled.
Definition packet_format_group_box.cpp:113
bool asDisplayedEnabled() const
Checks if the 'as displayed' detail state is enabled.
Definition packet_format_group_box.cpp:123
bool allExpandedEnabled() const
Checks if the 'all expanded' detail state is enabled.
Definition packet_format_group_box.cpp:128
uint getHexdumpOptions() const
Retrieves the current hexdump formatting options.
Definition packet_format_group_box.cpp:133
bool detailsEnabled() const
Checks if the packet details option is enabled.
Definition packet_format_group_box.cpp:103
Aggregates all options controlling a single print or export operation.
Definition file.h:476