|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Describes a single time-span bar to be rendered inside a timeline cell, with pixel geometry and normalised time coordinates for positioning. More...
#include <timeline_delegate.h>
Public Attributes | |
| int | start |
| int | width |
| double | startTime |
| double | stopTime |
| double | minRelTime |
| double | maxRelTime |
| int | colStart |
| int | colDuration |
Describes a single time-span bar to be rendered inside a timeline cell, with pixel geometry and normalised time coordinates for positioning.
All pixel fields are relative to the item's bounding rectangle and will be clipped to it during painting.
| int timeline_span::colDuration |
Duration used to select the span bar colour or gradient width.
| int timeline_span::colStart |
Start colour index or gradient stop for the span bar.
| double timeline_span::maxRelTime |
Maximum relative time across all spans in the cell, used for normalisation.
| double timeline_span::minRelTime |
Minimum relative time across all spans in the cell, used for normalisation.
| int timeline_span::start |
Left edge of the span bar in pixels, relative to the item rect.
| double timeline_span::startTime |
Absolute start time of the span in seconds.
| double timeline_span::stopTime |
Absolute stop time of the span in seconds.
| int timeline_span::width |
Width of the span bar in pixels.