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

Method setAttribute

kdevplatform/language/editor/persistentmovingrange.cpp:73–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73void KDevelop::PersistentMovingRange::setAttribute(const KTextEditor::Attribute::Ptr& attribute)
74{
75 VERIFY_FOREGROUND_LOCKED;
76 if (m_p->m_movingRange)
77 m_p->m_movingRange->setAttribute(attribute);
78}

Callers 15

projectConfigMethod · 0.80
contextMenuRequestedMethod · 0.80
showCtxMenuMethod · 0.80
mainFunction · 0.80
contextMenuEventMethod · 0.80
connectTrackerMethod · 0.80
applyHighlightingMethod · 0.80
historyMethod · 0.80
ctxRebaseMethod · 0.80
addHighlightMethod · 0.80

Calls

no outgoing calls

Tested by 1

mainFunction · 0.64