|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Coordinates Lua plugin reload: pre/post core callbacks, deferred reload after pause, toolbar checkbox chrome, and refreshing open script tabs from disk. More...
#include <lua_debugger_dialog.h>
Public Slots | |
| void | onReloadLuaPluginsRequested () |
| Slot triggered when a request to reload Lua plugins is made. | |
Public Member Functions | |
| LuaDebuggerLuaReloadCoordinator (LuaDebuggerDialog *host) | |
| Constructs a LuaDebuggerLuaReloadCoordinator. | |
| void | handlePreReload () |
| Handles actions required before a Lua plugin reload. | |
| void | handlePostReload () |
| Handles actions required after a Lua plugin reload. | |
| bool | takeDeferredReload () |
| If reloadDeferred_ was set, clear it and return true. | |
Coordinates Lua plugin reload: pre/post core callbacks, deferred reload after pause, toolbar checkbox chrome, and refreshing open script tabs from disk.
|
explicit |
Constructs a LuaDebuggerLuaReloadCoordinator.
| host | Pointer to the host debugger dialog. |
| bool LuaDebuggerLuaReloadCoordinator::takeDeferredReload | ( | ) |
If reloadDeferred_ was set, clear it and return true.