|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
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 |
Holds the display fields for a single row in a variable inspection tree view.
| bool LuaDebuggerPath::VariableRowFields::canExpand = false |
True if this row has children and can be expanded in the tree.
| QString LuaDebuggerPath::VariableRowFields::childPath |
Path identifier used to fetch child rows when this row is expanded.
| QString LuaDebuggerPath::VariableRowFields::name |
Display name of the variable or member field.
| QString LuaDebuggerPath::VariableRowFields::type |
Type name of the variable (e.g., "int", "QString").
| QString LuaDebuggerPath::VariableRowFields::value |
Current value of the variable as a formatted string.