UI element for controlling a range selection. The range provided in "initRange" is not owned by this class but will be modified.
More...
#include <packet_range_group_box.h>
|
| void | validityChanged (bool is_valid) |
| | Signal emitted when the validity of the range changes.
|
| |
|
void | rangeChanged () |
| | Signal emitted when the range selection changes.
|
| |
UI element for controlling a range selection. The range provided in "initRange" is not owned by this class but will be modified.
◆ PacketRangeGroupBox()
| PacketRangeGroupBox::PacketRangeGroupBox |
( |
QWidget * |
parent = 0 | ) |
|
|
explicit |
◆ initRange()
| void PacketRangeGroupBox::initRange |
( |
packet_range_t * |
range, |
|
|
QString |
selRange = QString() |
|
) |
| |
Initializes the packet range and selection string.
- Parameters
-
| range | Pointer to the packet range structure to modify. |
| selRange | The initial selection range string. |
◆ isValid()
| bool PacketRangeGroupBox::isValid |
( |
| ) |
|
Checks if the current range selection is valid.
- Returns
- True if the range is valid, false otherwise.
◆ validityChanged
| void PacketRangeGroupBox::validityChanged |
( |
bool |
is_valid | ) |
|
|
signal |
Signal emitted when the validity of the range changes.
- Parameters
-
| is_valid | True if the range became valid, false if invalid. |
The documentation for this class was generated from the following files: