Group box for configuring JSON packet formatting options.
More...
#include <packet_format_group_box.h>
|
|
void | formatChanged () |
| | Signal emitted when the format configuration changes.
|
| |
Group box for configuring JSON packet formatting options.
◆ PacketFormatJSONGroupBox()
| PacketFormatJSONGroupBox::PacketFormatJSONGroupBox |
( |
QWidget * |
parent = 0 | ) |
|
|
explicit |
◆ isValid()
| bool PacketFormatJSONGroupBox::isValid |
( |
| ) |
const |
|
overridevirtual |
Checks if the JSON format configuration is valid.
- Returns
- True if the configuration is valid, false otherwise.
Reimplemented from PacketFormatGroupBox.
◆ noDuplicateKeys()
| bool PacketFormatJSONGroupBox::noDuplicateKeys |
( |
| ) |
|
Checks if duplicate keys are excluded from the JSON output.
- Returns
- True if duplicate keys are omitted, false otherwise.
◆ updatePrintArgs()
| void PacketFormatJSONGroupBox::updatePrintArgs |
( |
print_args_t & |
print_args | ) |
|
|
overridevirtual |
Updates the print arguments with the JSON format settings.
- Parameters
-
| print_args | The print arguments structure to update. |
Implements PacketFormatGroupBox.
The documentation for this class was generated from the following files: