Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeCAD/FreeCAD
/ insertText
Method
insertText
src/Base/Writer.cpp:165–169 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
163
}
164
165
void Writer::insertText(const std::string& str)
166
{
167
beginCharStream() << str;
168
endCharStream();
169
}
170
171
void Writer::insertAsciiFile(const char* FileName)
172
{
Callers
15
keyPressEvent
Method · 0.80
slotCompleteText
Method · 0.80
customEvent
Method · 0.80
keyPressEvent
Method · 0.80
printPrompt
Method · 0.80
printStatement
Method · 0.80
runSourceFromMimeData
Method · 0.80
overrideCursor
Method · 0.80
prepend
Method · 0.80
keyPressEvent
Method · 0.80
completionItem
Method · 0.80
callTipItemActivated
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected