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

Method getTitle

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

Source from the content-addressed store, hash-verified

58 Script::ScriptType getType() const { return (m_script ? m_script->getType() : Script::ScriptUnknown); }
59 const QString getFilename() const { return (m_script ? m_script->getFilename() : QString()); }
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()); }

Callers 8

parseHeaderMethod · 0.80
addScriptsInDirectoryMethod · 0.80
openFileFromScriptMethod · 0.80
populateTreeMethod · 0.80
treeSelectionChangedMethod · 0.80
addScriptsToMenuMethod · 0.80
runScriptMethod · 0.80

Calls

no outgoing calls

Tested by 1

parseHeaderMethod · 0.64