OrsScriptRunner_edbadd06339911e9bb8c448a5b5d70c0

Debugging tool to execute custom code

author:

Dragonfly Team

contact:

https://dragonfly.comet.tech

email:

support.dragonfly@comet.tech

organization:

Comet Technologies Canada Inc.

address:

460 Ste-Catherine Ouest, suite 600, Montréal, Québec, Canada, H3B 1A7

copyright:

Comet Technologies Canada Inc. All rights reserved 2023.

date:

Feb 18 2019 11:26

dragonflyVersion:

4.0.0.569 (D)

UUID:

edbadd06339911e9bb8c448a5b5d70c0

Class Code

class OrsPythonPlugins.OrsScriptRunner_edbadd06339911e9bb8c448a5b5d70c0.OrsScriptRunner_edbadd06339911e9bb8c448a5b5d70c0.OrsScriptRunner_edbadd06339911e9bb8c448a5b5d70c0(*args, **kwargs)
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.

classmethod getMainFormClass()

Gets the class of the main form

Returns:

output

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

prepareModelDataChanged(beforeChanges: bool, dataKind: MODEL_DATA_CHANGED)

Tells the plugin that his model of script data is about to be modified or that the changes are complete.