10#ifndef PACKET_RANGE_GROUP_BOX_H
11#define PACKET_RANGE_GROUP_BOX_H
83 Ui::PacketRangeGroupBox *pr_ui_;
96 void on_rangeLineEdit_textChanged(
const QString &range_str);
102 void on_allButton_toggled(
bool checked);
108 void on_selectedButton_toggled(
bool checked);
114 void on_markedButton_toggled(
bool checked);
120 void on_ftlMarkedButton_toggled(
bool checked);
126 void on_rangeButton_toggled(
bool checked);
132 void on_capturedButton_toggled(
bool checked);
138 void on_displayedButton_toggled(
bool checked);
144 void on_ignoredCheckBox_toggled(
bool checked);
150 void on_dependedCheckBox_toggled(
bool checked);
UI element for controlling a range selection. The range provided in "initRange" is not owned by this ...
Definition packet_range_group_box.h:29
~PacketRangeGroupBox()
Destroys the PacketRangeGroupBox object.
Definition packet_range_group_box.cpp:27
void initRange(packet_range_t *range, QString selRange=QString())
Initializes the packet range and selection string.
Definition packet_range_group_box.cpp:32
void validityChanged(bool is_valid)
Signal emitted when the validity of the range changes.
bool isValid()
Checks if the current range selection is valid.
Definition packet_range_group_box.cpp:62
void rangeChanged()
Signal emitted when the range selection changes.
SyntaxState
Visual and semantic state of the text currently in the editor.
Definition syntax_line_edit.h:43
packet_range_e
Selects which subset of packets in a capture file should be processed.
Definition packet_range.h:34
Fully describes a packet range selection, including UI settings, derived counts, and dependency sets ...
Definition packet_range.h:46