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

Method PersistentMovingRange

kdevplatform/language/editor/persistentmovingrange.cpp:15–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13#include <KTextEditor/Document>
14
15KDevelop::PersistentMovingRange::PersistentMovingRange(const KTextEditor::Range& range, const IndexedString& document,
16 bool shouldExpand)
17 : m_p(new PersistentMovingRangePrivate)
18{
19 VERIFY_FOREGROUND_LOCKED;
20 m_p->m_range = range;
21 m_p->m_document = document;
22 m_p->m_shouldExpand = shouldExpand;
23
24 m_p->connectTracker();
25}
26
27KDevelop::IndexedString KDevelop::PersistentMovingRange::document() const
28{

Callers

nothing calls this directly

Calls 1

connectTrackerMethod · 0.80

Tested by

no test coverage detected