Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
73
void 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
projectConfig
Method · 0.80
StatusbarProgressWidget
Method · 0.80
contextMenuRequested
Method · 0.80
showCtxMenu
Method · 0.80
main
Function · 0.80
contextMenuEvent
Method · 0.80
connectTracker
Method · 0.80
applyHighlighting
Method · 0.80
history
Method · 0.80
showWarningDialogForFailedPaste
Function · 0.80
ctxRebase
Method · 0.80
addHighlight
Method · 0.80
Calls
no outgoing calls
Tested by
1
main
Function · 0.64