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

Method setText

libs/command/kundo2stack.cpp:288–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286*/
287
288void KUndo2Command::setText(const KUndo2MagicString &undoText)
289{
290 d->text = undoText;
291 d->actionText = undoText.toSecondaryString();
292}
293
294/*!
295 \since 4.4

Callers 9

createActionMethod · 0.45
composeCommandsFunction · 0.45
beginMacroMethod · 0.45
addShapesDirectMethod · 0.45
postSwitchToolMethod · 0.45
pointTypeChangedMethod · 0.45
Q_FOREACHFunction · 0.45
testQtDxDyMethod · 0.45
calcLineWidthFunction · 0.45

Calls 1

toSecondaryStringMethod · 0.80

Tested by 2

Q_FOREACHFunction · 0.36
testQtDxDyMethod · 0.36