Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
288
void KUndo2Command::setText(const KUndo2MagicString &undoText)
289
{
290
d->text = undoText;
291
d->actionText = undoText.toSecondaryString();
292
}
293
294
/*!
295
\since 4.4
Callers
9
createAction
Method · 0.45
composeCommands
Function · 0.45
beginMacro
Method · 0.45
addShapesDirect
Method · 0.45
postSwitchTool
Method · 0.45
pointTypeChanged
Method · 0.45
Q_FOREACH
Function · 0.45
testQtDxDy
Method · 0.45
calcLineWidth
Function · 0.45
Calls
1
toSecondaryString
Method · 0.80
Tested by
2
Q_FOREACH
Function · 0.36
testQtDxDy
Method · 0.36