Home
last modified time | relevance | path

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

/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/view/
H A Dkateviewhelpers.h314 …void annotationModelChanged(KTextEditor::AnnotationModel *oldmodel, KTextEditor::AnnotationModel *…
H A Dkateview.cpp422 …KTextEditor::DocumentPrivate::annotationModelChanged, m_viewInternal->m_leftBorder, &KateIconBorde… in setupConnections()
3514 m_viewInternal->m_leftBorder->annotationModelChanged(oldmodel, m_annotationModel); in setAnnotationModel()
H A Dkateviewhelpers.cpp2748 void KateIconBorder::annotationModelChanged(KTextEditor::AnnotationModel *oldmodel, KTextEditor::An… in annotationModelChanged() function in KateIconBorder
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/document/
H A Dkatedocument.h746 void annotationModelChanged(KTextEditor::AnnotationModel *, KTextEditor::AnnotationModel *);
H A Dkatedocument.cpp5369 Q_EMIT annotationModelChanged(oldmodel, m_annotationModel); in setAnnotationModel() local