16 #ifndef _QLINE_NUMBER_PANEL_H_ 17 #define _QLINE_NUMBER_PANEL_H_ 38 bool isVerboseMode()
const;
40 virtual QString type()
const;
43 void setVerboseMode(
bool y);
47 virtual bool paint(QPainter *p,
QEditor *e);
52 #endif // _QLINE_NUMBER_PANEL_H_ #define QCE_EXPORT
Macro needed for cross-platform shared libraries creation.
Definition: qce-config.h:40
Definition of the QPanel class.
Helper class for panels displayed by QCodeEdit.
Definition: qpanel.h:40
A text editing widget.
Definition: qeditor.h:55
A specific panel in charge of drawing line numbers of an editor.
Definition: qlinenumberpanel.h:28
virtual void editorChange(QEditor *e)
Callback.
Definition: qpanel.cpp:186