Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TeXworks/texworks
/ insertText
Method
insertText
unit-tests/MockScriptingAPI.h:36–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
public:
35
QString text;
36
Q_INVOKABLE void insertText(const QString& text) { this->text.append(text); }
37
};
38
39
class MockAPI : public QObject, public ScriptAPIInterface
Callers
1
modelines
Method · 0.45
Calls
no outgoing calls
Tested by
1
modelines
Method · 0.36