|
| | LineNumberArea (LuaDebuggerCodeView *editor) |
| | Construct the helper widget bound to a specific code view.
|
| |
|
QSize | sizeHint () const override |
| | Size the gutter according to the editor's width requirements.
|
| |
|
|
void | paintEvent (QPaintEvent *event) override |
| | Delegate painting back to the code view.
|
| |
|
void | mousePressEvent (QMouseEvent *event) override |
| | Toggle breakpoints when the gutter is clicked.
|
| |
|
void | contextMenuEvent (QContextMenuEvent *event) override |
| | Right-click / Ctrl-click / two-finger trackpad tap on the breakpoint gutter: always pop the Edit / Disable / Remove menu when the click lands on an existing breakpoint, regardless of whether it carries extras. Clicks on bare lines are ignored.
|
| |
◆ LineNumberArea()
Construct the helper widget bound to a specific code view.
- Parameters
-
| editor | Owning code editor responsible for painting content. |
The documentation for this class was generated from the following files: