Home
last modified time | relevance | path

Searched refs:identifyMatch (Results 1 – 16 of 16) sorted by relevance

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/texteditor/
H A Dbasehoverhandler.cpp132 identifyMatch(widget, pos, report); in process()
135 void BaseHoverHandler::identifyMatch(TextEditorWidget *editorWidget, int pos, ReportPriority report) in identifyMatch() function in TextEditor::BaseHoverHandler
H A Dcolorpreviewhoverhandler.h42 void identifyMatch(TextEditorWidget *editorWidget, int pos, ReportPriority report) override;
H A Dbasehoverhandler.h82 virtual void identifyMatch(TextEditorWidget *editorWidget, int pos, ReportPriority report);
H A Dcolorpreviewhoverhandler.cpp357 void ColorPreviewHoverHandler::identifyMatch(TextEditorWidget *editorWidget, in identifyMatch() function in TextEditor::ColorPreviewHoverHandler
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/cpptools/
H A Dcpphoverhandler.h37 void identifyMatch(TextEditor::TextEditorWidget *editorWidget,
H A Dcpphoverhandler.cpp45 void CppHoverHandler::identifyMatch(TextEditorWidget *editorWidget, int pos, ReportPriority report) in identifyMatch() function in CppTools::CppHoverHandler
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/cppeditor/
H A Dresourcepreviewhoverhandler.h38 void identifyMatch(TextEditor::TextEditorWidget *editorWidget,
H A Dresourcepreviewhoverhandler.cpp168 void ResourcePreviewHoverHandler::identifyMatch(TextEditorWidget *editorWidget, in identifyMatch() function in CppEditor::Internal::ResourcePreviewHoverHandler
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmakeprojectmanager/
H A Dprofilehoverhandler.h43 void identifyMatch(TextEditor::TextEditorWidget *editorWidget,
H A Dprofilehoverhandler.cpp48 void ProFileHoverHandler::identifyMatch(TextEditor::TextEditorWidget *editorWidget, in identifyMatch() function in QmakeProjectManager::Internal::ProFileHoverHandler
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/clangcodemodel/
H A Dclanghoverhandler.h42 void identifyMatch(TextEditor::TextEditorWidget *editorWidget,
H A Dclanghoverhandler.cpp97 void ClangHoverHandler::identifyMatch(TextEditorWidget *editorWidget, in identifyMatch() function in ClangCodeModel::Internal::ClangHoverHandler
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/languageclient/
H A Dlanguageclienthoverhandler.h55 void identifyMatch(TextEditor::TextEditorWidget *editorWidget,
H A Dlanguageclienthoverhandler.cpp68 void HoverHandler::identifyMatch(TextEditor::TextEditorWidget *editorWidget, in identifyMatch() function in LanguageClient::HoverHandler
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmljseditor/
H A Dqmljshoverhandler.h57 void identifyMatch(TextEditor::TextEditorWidget *editorWidget,
H A Dqmljshoverhandler.cpp194 void QmlJSHoverHandler::identifyMatch(TextEditorWidget *editorWidget, int pos, ReportPriority repor… in identifyMatch() function in QmlJSEditor::QmlJSHoverHandler