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

Method LuaScript

plugins-src/TWLuaPlugin/LuaScript.h:49–49  ·  view source on GitHub ↗

\brief Constructor * * Initializes m_LuaPlugin * \param lua pointer to the plugin that holds the lua state to operate on */

Source from the content-addressed store, hash-verified

47 * \param lua pointer to the plugin that holds the lua state to operate on
48 */
49 LuaScript(LuaScriptInterface * lua, const QString& fileName) : Script(lua, fileName), m_LuaPlugin(lua) { }
50
51 /** \brief Parse the script header
52 *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected