OrsAutoProcessStack_7bf43b9c0ce411e89b4ec86000a21918

author:

Dragonfly Team

contact:

https://dragonfly.comet.tech

email:

support.dragonfly@comet.tech

organization:

Comet Technologies Canada Inc.

address:

760 St-Paul West, suite 101, Montreal, Quebec, Canada, H3C 1M4

copyright:

Comet Technologies Canada Inc. All rights reserved 2023.

date:

Feb 08 2018 10:26

dragonflyVersion:

3.5.0.427 (D)

UUID:

7bf43b9c0ce411e89b4ec86000a21918

Class Code

class OrsPythonPlugins.OrsAutoProcessStack_7bf43b9c0ce411e89b4ec86000a21918.OrsAutoProcessStack_7bf43b9c0ce411e89b4ec86000a21918.OrsAutoProcessStack_7bf43b9c0ce411e89b4ec86000a21918(*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

classmethod openGUI(formName)

Nothing needs to be modified here. This is an automatically generated method that initializes the UI.