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

Method GetTarget

unit-tests/MockScriptingAPI.h:58–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56
57 QObject* GetApp() override { return this; }
58 QObject* GetTarget() override { return _target; }
59 QObject* GetScript() override { return _scriptObject; }
60 QVariant& GetResult() override { return _result; }
61 void SetResult(const QVariant& rval) override { _result = rval; }

Callers 2

executeMethod · 0.45
executeMethod · 0.45

Calls

no outgoing calls

Tested by 2

executeMethod · 0.36
executeMethod · 0.36