Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
HexDataSourceView::ByteViewAnnotation Struct Reference

A user-defined color annotation over a byte range. More...

#include <hex_data_source_view.h>

Public Attributes

int start
 
int length
 
QColor color
 
QString comment
 

Detailed Description

A user-defined color annotation over a byte range.

Member Data Documentation

◆ color

QColor HexDataSourceView::ByteViewAnnotation::color

Background color applied to the annotated range.

◆ comment

QString HexDataSourceView::ByteViewAnnotation::comment

User-visible label shown in a tooltip on hover.

◆ length

int HexDataSourceView::ByteViewAnnotation::length

Number of bytes covered by the annotation.

◆ start

int HexDataSourceView::ByteViewAnnotation::start

Zero-based start byte offset within the data.


The documentation for this struct was generated from the following file: