|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
Represents a single line of text with associated formatting, highlight, and key-value span metadata. More...
#include <json_data_source_view.h>
Public Attributes | |
| QString | line |
| QList< QTextLayout::FormatRange > | fmt_list |
| int | highlight_start |
| int | highlight_length |
| int | kv_start |
| int | kv_length |
Represents a single line of text with associated formatting, highlight, and key-value span metadata.
| QList<QTextLayout::FormatRange> TextLine::fmt_list |
List of format ranges applied to this line for syntax or style highlighting.
| int TextLine::highlight_length |
Length in characters of the active search or selection highlight; 0 if no highlight.
| int TextLine::highlight_start |
Start position (in characters) of the active search or selection highlight within this line.
| int TextLine::kv_length |
Length in characters of the key-value pair span; 0 if no key-value span.
| int TextLine::kv_start |
Start position (in characters) of the key-value pair span within this line.
| QString TextLine::line |
The raw text content of this line.