Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | List of all members
LuaDebuggerSettingsStore Class Reference

In-memory Lua debugger UI settings backed by lua_debugger.json (global personal config, not per-profile). More...

#include <lua_debugger_settings.h>

Public Member Functions

void loadFromFile ()
 
void saveToFile () const
 
QVariantMap & map ()
 
const QVariantMap & map () const
 

Static Public Member Functions

static QJsonArray jsonArrayAt (const QVariantMap &map, const char *key)
 

Detailed Description

In-memory Lua debugger UI settings backed by lua_debugger.json (global personal config, not per-profile).

Member Function Documentation

◆ jsonArrayAt()

QJsonArray LuaDebuggerSettingsStore::jsonArrayAt ( const QVariantMap &  map,
const char *  key 
)
static

QVariantMap values for JSON arrays are typically QVariantList of QVariantMap.


The documentation for this class was generated from the following files: