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

Method setText

kdevplatform/language/codegen/coderepresentation.cpp:390–394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

388}
389
390void InsertArtificialCodeRepresentation::setText(const QString& text)
391{
392 Q_ASSERT(artificialStrings.contains(m_file));
393 artificialStrings[m_file]->setData(text);
394}
395
396QString InsertArtificialCodeRepresentation::text() const
397{

Callers 13

OneUseWidgetMethod · 0.45
setHighlightedMethod · 0.45
resizeEventMethod · 0.45
TopContextUsesWidgetMethod · 0.45
setExpandedMethod · 0.45
redrawHeaderLineMethod · 0.45
newNameForDeclarationMethod · 0.45
setTextMethod · 0.45
applyAllChangesMethod · 0.45
replaceOldTextMethod · 0.45

Calls 2

containsMethod · 0.45
setDataMethod · 0.45

Tested by 1