|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Inline "go to line" bar for the Lua debugger code editor (AccordionFrame). More...
#include <lua_debugger_goto_line_frame.h>
Public Member Functions | |
| LuaDebuggerGoToLineFrame (QWidget *parent=nullptr) | |
| void | setTargetEditor (QPlainTextEdit *editor) |
| void | syncLineFieldFromEditor () |
| Set the line field from the current editor cursor (before animatedShow). | |
| void | scheduleLineFieldFocus () |
| After animatedShow(), move focus to the line field (call from dialog). | |
Public Member Functions inherited from AccordionFrame | |
| AccordionFrame (QWidget *parent=0) | |
| void | animatedShow () |
| void | animatedHide () |
| void | updateStyleSheet () |
Protected Member Functions | |
| void | keyPressEvent (QKeyEvent *event) override |
Protected Member Functions inherited from AccordionFrame | |
| virtual void | hideEvent (QHideEvent *) |
| virtual void | showEvent (QShowEvent *) |
Additional Inherited Members | |
Signals inherited from AccordionFrame | |
| void | visibilityChanged (bool visible) |
Inline "go to line" bar for the Lua debugger code editor (AccordionFrame).