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

Inline "go to line" bar for the Lua debugger code editor (AccordionFrame). More...

#include <lua_debugger_goto_line_frame.h>

Inheritance diagram for LuaDebuggerGoToLineFrame:
AccordionFrame

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)
 

Detailed Description

Inline "go to line" bar for the Lua debugger code editor (AccordionFrame).


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