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

Method setEnabled

src/scripting/Script.h:69–69  ·  view source on GitHub ↗

\brief Set the enabled/disabled status of the script * * \param enable the new enabled status to set on the script object */

Source from the content-addressed store, hash-verified

67 * \param enable the new enabled status to set on the script object
68 */
69 void setEnabled(bool enable) { m_Enabled = enable; }
70
71 /** \brief Determine if the file has changed on the disk since it was last parsed
72 *

Callers 15

isEnabledMethod · 0.80
mouseReleaseEventMethod · 0.80
unwrapModeToggledMethod · 0.80
foreachFunction · 0.80
initMethod · 0.80
clipboardChangedMethod · 0.80
editMenuAboutToShowMethod · 0.80
loadFileMethod · 0.80
openPdfIfAvailableMethod · 0.80
pdfClosedMethod · 0.80

Calls

no outgoing calls

Tested by 1

isEnabledMethod · 0.64