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

Method getScripts

src/TWScriptManager.h:67–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 void clear();
66
67 TWScriptList* getScripts() { return &m_Scripts; }
68 TWScriptList* getHookScripts() { return &m_Hooks; }
69 QList<Tw::Scripting::ScriptObject *> getHookScripts(const QString& hook) const;
70

Callers 2

populateTreeMethod · 0.80
updateScriptsMenuMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected