OrsScriptRunner_edbadd06339911e9bb8c448a5b5d70c0¶
Debugging tool to execute custom code
| author: | ORS Team |
|---|---|
| contact: | http://theobjects.com |
| email: | info@theobjects.com |
| organization: | Object Research Systems (ORS), Inc. |
| address: | 760 St-Paul West, suite 101, Montréal, Québec, Canada, H3C 1M4 |
| copyright: | Object Research Systems (ORS), Inc. All rights reserved 2021. |
| date: | Feb 18 2019 11:26 |
| dragonflyVersion: | |
| 4.0.0.569 (D) | |
| UUID: | edbadd06339911e9bb8c448a5b5d70c0 |
Class Code¶
-
class
OrsPythonPlugins.OrsScriptRunner_edbadd06339911e9bb8c448a5b5d70c0.OrsScriptRunner_edbadd06339911e9bb8c448a5b5d70c0.OrsScriptRunner_edbadd06339911e9bb8c448a5b5d70c0(varname=None)¶ -
UIDescriptors= [<ORSServiceClass.OrsPlugin.uidescriptor.UIDescriptor object>]¶
-
addPredefinedVariable()¶
-
addScriptDefinition()¶
-
cleanup()¶ Deletes the variables managed by the plugin. It is the place to remove callbacks and other references to Python objects that would prevent them to be garbage collected. This method is called during the process of deletion of the plugin. It calls for the cleanup and deletion of the forms.
-
clearResult()¶
-
classmethod
developerMenu()¶
-
getAllScriptNames()¶
-
getClearOutputAtEachExecution()¶
-
getCodeTextMain()¶
-
getCodeTextPreparation()¶
-
getIndexCurrentScriptDefinition()¶
-
getIsRunningRepetitive()¶
-
classmethod
getMainFormClass()¶ Gets the class of the main form
Returns: output –
-
getResultRepr()¶
-
getScriptName()¶
-
getTableModelPredefinedVariables()¶
-
getTimerDelay()¶
-
getUseHandleTriggered()¶
-
getUseTimer()¶
-
handleTriggered(eventData)¶ This method is called on every user input (mouse move, mouse click, key press, …) when the current state of the application is one of those declared by the plugin. This method can be used to perform specific tasks even if no action is currently in progress.
Parameters: eventData (OrsEvent.eventdata.InputEventData) – the event data
-
isPredefinedVariablesValid()¶
-
keepAlive= False¶
-
multiple= False¶
-
onPredefinedVariablesDataChanged()¶
-
classmethod
openScriptRunner()¶
-
removePredefinedVariables(indexesToRemove)¶
-
removeScriptDefinition()¶
-
runOnce()¶
-
savable= False¶
-
setClearOutputAtEachExecution(clearOutputAtEachExecution)¶
-
setCodeTextMain(codeText)¶
-
setCodeTextPreparation(codeText)¶
-
setIndexCurrentScriptDefinition(indexScriptDefinition)¶
-
setScriptName(scriptName)¶
-
setTimerDelay(timerDelay)¶
-
setUseHandleTriggered(useHandleTriggered)¶
-
setUseTimer(useTimer)¶
-
showInToolbar= True¶
-
slot_timer_timeout()¶
-
startRunningRepetitive()¶
-
stateDescriptors= [<ORSServiceClass.OrsPlugin.statedescriptor.StateDescriptor object>]¶
-
stopRunningRepetitive()¶
-
updateTableModelPredefinedVariables()¶
-