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

Method getContext

src/scripting/ScriptObject.h:65–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 const QString getVersion() const { return (m_script ? m_script->getVersion() : QString()); }
64 const QString getHook() const { return (m_script ? m_script->getHook() : QString()); }
65 const QString getContext() const { return (m_script ? m_script->getContext() : QString()); }
66 const QKeySequence getKeySequence() const { return (m_script ? m_script->getKeySequence() : QKeySequence()); }
67 const QObject * getScriptLanguagePlugin() const { return (m_script ? m_script->getScriptLanguagePlugin() : nullptr); }
68

Callers 3

parseHeaderMethod · 0.80
treeSelectionChangedMethod · 0.80
addScriptsToMenuMethod · 0.80

Calls

no outgoing calls

Tested by 1

parseHeaderMethod · 0.64