nukescripts.pyQtAppUtils.pyQtAppHelper¶
-
class
nukescripts.pyQtAppUtils.
pyQtAppHelper
(*args, **kwargs)[source]¶ Bases:
nukescripts.pyAppUtils.pyAppHelper
,nuke_internal.utils.FnPySingleton
Helper class to initialise PySide2 in a separate thread
constructor
Methods
closeApplication
getApplication
Start the thread associated with this object
Runs the specified call in a separate thread.
start
stop
Terminated the thread associated with this object
-
initiate
()¶ Start the thread associated with this object
-
run
(call, args=(), kwargs={})¶ Runs the specified call in a separate thread.
-
terminate
()¶ Terminated the thread associated with this object
-