Searched refs:markToolTipRequested (Results 1 – 5 of 5) sorted by relevance
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/patchreview/ |
H A D | patchhighlighter.h | 67 void markToolTipRequested( KTextEditor::Document*, const KTextEditor::Mark&, QPoint, bool & );
|
H A D | patchhighlighter.cpp | 225 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 D | markinterface.h | 370 …void markToolTipRequested(KTextEditor::Document *document, KTextEditor::Mark mark, QPoint position…
|
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/document/ |
H A D | katedocument.h | 560 …void markToolTipRequested(KTextEditor::Document *document, KTextEditor::Mark mark, QPoint position…
|
H A D | katedocument.cpp | 2128 Q_EMIT markToolTipRequested(this, *mark, position, handled); in requestMarkTooltip() local
|