kjsembed
numberedtextview.h
Go to the documentation of this file.
70 QRect bugRect;
Definition: numberedtextview.h:37
void mouseHover(const QPoint &pos, const QString &word)
Emitted when the mouse is hovered over the text edit component.
void setBugLine(int lineno)
Sets the line that should have the bug line indicator.
Definition: numberedtextview.cpp:200
void mouseHover(const QString &word)
Emitted when the mouse is hovered over the text edit component.
bool eventFilter(QObject *obj, QEvent *event)
Definition: numberedtextview.cpp:262
void textChanged(int pos, int added, int removed)
Definition: numberedtextview.cpp:231
void setCurrentLine(int lineno)
Sets the line that should have the current line indicator.
Definition: numberedtextview.cpp:189
NumberedTextView(QWidget *parent=0)
Definition: numberedtextview.cpp:155
void setStopLine(int lineno)
Sets the line that should have the stop line indicator.
Definition: numberedtextview.cpp:195
QTextEdit * textEdit() const
Returns the QTextEdit of the main view.
Definition: numberedtextview.h:88
KJS::JSObject * event(KJS::ExecState *exec, const QEvent *ev)
Definition: jseventutils.cpp:31
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Tue Jan 26 2021 00:00:00 by doxygen 1.9.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2021 The KDE developers.
Generated on Tue Jan 26 2021 00:00:00 by doxygen 1.9.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.