\brief Set the enabled/disabled status of the script * * \param enable the new enabled status to set on the script object */
| 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 | * |
no outgoing calls