Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
LuaDebuggerPath::VariableRowFields Struct Reference

Holds the display fields for a single row in a variable inspection tree view. More...

#include <lua_debugger_utils.h>

Public Attributes

QString name
QString value
QString type
bool canExpand = false
QString childPath

Detailed Description

Holds the display fields for a single row in a variable inspection tree view.

Member Data Documentation

◆ canExpand

bool LuaDebuggerPath::VariableRowFields::canExpand = false

True if this row has children and can be expanded in the tree.

◆ childPath

QString LuaDebuggerPath::VariableRowFields::childPath

Path identifier used to fetch child rows when this row is expanded.

◆ name

QString LuaDebuggerPath::VariableRowFields::name

Display name of the variable or member field.

◆ type

QString LuaDebuggerPath::VariableRowFields::type

Type name of the variable (e.g., "int", "QString").

◆ value

QString LuaDebuggerPath::VariableRowFields::value

Current value of the variable as a formatted string.


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