MCPcopy Create free account
hub / github.com/TeXworks/texworks / insertText

Method insertText

src/TeXDocumentWindow.cpp:1920–1923  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1918}
1919
1920void TeXDocumentWindow::insertText(const QString& text)
1921{
1922 textCursor().insertText(text);
1923}
1924
1925void TeXDocumentWindow::setWindowModified(bool modified)
1926{

Callers 6

replaceSelectionMethod · 0.45
doHardWrapMethod · 0.45
doReplaceMethod · 0.45
doReplaceAllMethod · 0.45
foreachFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected