MCPcopy Create free account
hub / github.com/KDE/kdevelop / activated

Method activated

plugins/documentview/kdevdocumentview.cpp:264–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262}
263
264void KDevDocumentView::activated( KDevelop::IDocument* document )
265{
266 setCurrentIndex( m_proxy->mapFromSource( m_documentModel->indexFromItem( m_doc2index[ document ] ) ) );
267}
268
269void KDevDocumentView::saved( KDevelop::IDocument* )
270{

Callers

nothing calls this directly

Calls 2

indexFromItemMethod · 0.80
mapFromSourceMethod · 0.45

Tested by

no test coverage detected