Home
last modified time | relevance | path

Searched refs:markToolTipRequested (Results 1 – 5 of 5) sorted by relevance

/dports/devel/kdevelop/kdevelop-21.12.3/plugins/patchreview/
H A Dpatchhighlighter.h67 void markToolTipRequested( KTextEditor::Document*, const KTextEditor::Mark&, QPoint, bool & );
H A Dpatchhighlighter.cpp225 markToolTipRequested( doc, mark, QCursor::pos(), h ); in markClicked()
244 void PatchHighlighter::markToolTipRequested( KTextEditor::Document*, const KTextEditor::Mark& mark,… in markToolTipRequested() function in PatchHighlighter
532 … connect(doc, SIGNAL(markToolTipRequested(KTextEditor::Document*,KTextEditor::Mark,QPoint,bool&)), in PatchHighlighter()
533 … this, SLOT(markToolTipRequested(KTextEditor::Document*,KTextEditor::Mark,QPoint,bool&))); in PatchHighlighter()
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/include/ktexteditor/
H A Dmarkinterface.h370 …void markToolTipRequested(KTextEditor::Document *document, KTextEditor::Mark mark, QPoint position…
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/document/
H A Dkatedocument.h560 …void markToolTipRequested(KTextEditor::Document *document, KTextEditor::Mark mark, QPoint position…
H A Dkatedocument.cpp2128 Q_EMIT markToolTipRequested(this, *mark, position, handled); in requestMarkTooltip() local