16 #ifndef _QGOTO_LINE_PANEL_H_ 17 #define _QGOTO_LINE_PANEL_H_ 28 #include "ui_gotoline.h" 40 virtual QString type()
const;
46 virtual bool forward(QMouseEvent *e);
48 virtual void showEvent(QShowEvent *e);
49 virtual void keyPressEvent(QKeyEvent *e);
52 void on_bClose_clicked();
54 void on_bGo_clicked();
56 void on_spLine_valueChanged(
int v);
57 void on_slLine_valueChanged(
int v);
59 void lineCountChanged(
int n);
60 void cursorPositionChanged();
63 #endif // _QGOTO_LINE_PANEL_H_ #define QCE_EXPORT
Macro needed for cross-platform shared libraries creation.
Definition: qce-config.h:40
A panel that provide inline goto line functionalities.
Definition: qgotolinepanel.h:30
Definition: ui_gotoline.h:101
Definition of the QPanel class.
Helper class for panels displayed by QCodeEdit.
Definition: qpanel.h:40
A text editing widget.
Definition: qeditor.h:55
virtual void editorChange(QEditor *e)
Callback.
Definition: qpanel.cpp:186