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

Method getFilename

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

Source from the content-addressed store, hash-verified

57
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()); }

Callers 10

foreachFunction · 0.45
reloadScriptsInListMethod · 0.45
openFileFromScriptMethod · 0.45
treeItemActivatedMethod · 0.45
treeSelectionChangedMethod · 0.45
createUIMethod · 0.45
writeFileMethod · 0.45
readFileMethod · 0.45
fileExistsMethod · 0.45
mayReadFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected