Package nukescripts :: Module pyQtAppUtils :: Class pyQtAppHelper
[hide private]
[frames] | no frames]

Class pyQtAppHelper

source code

              object --+    
                       |    
  pyAppUtils.pyAppHelper --+
                           |
              object --+   |
                       |   |
nuke.utils.FnPySingleton --+
                           |
                          pyQtAppHelper

Helper class to initialise PySide2 in a separate thread

Instance Methods [hide private]
 
__init__(self, argv=[], start=None)
constructor
source code
 
getApplication(self, argv) source code
 
closeApplication(self) source code
 
start(self, argv) source code
 
stop(self) source code

Inherited from pyAppUtils.pyAppHelper: initiate, run, terminate

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods [hide private]

Inherited from nuke.utils.FnPySingleton: __new__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, argv=[], start=None)
(Constructor)

source code 

constructor

Overrides: object.__init__
(inherited documentation)