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

Method self

src/scripting/ScriptAPI.h:51–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 QObject* clone() const override { return new ScriptAPI(m_script, m_app, m_target, m_result); }
50
51 QObject* self() override { return this; }
52
53public:
54 QObject* GetApp() override { return m_app; }

Callers 3

executeMethod · 0.45
executeMethod · 0.45
executeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected