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

Method getAuthor

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

Source from the content-addressed store, hash-verified

60 const QString getTitle() const { return (m_script ? m_script->getTitle() : QString()); }
61 const QString getDescription() const { return (m_script ? m_script->getDescription() : QString()); }
62 const QString getAuthor() const { return (m_script ? m_script->getAuthor() : QString()); }
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()); }

Callers 2

parseHeaderMethod · 0.80
treeSelectionChangedMethod · 0.80

Calls

no outgoing calls

Tested by 1

parseHeaderMethod · 0.64