nukescripts.pyWxAppUtils.pyWxAppHelper

class nukescripts.pyWxAppUtils.pyWxAppHelper(wxApp, start=None)[source]

Bases: nukescripts.pyAppUtils.pyAppHelper

Helper class to initialise wxWidgets in a separate thread

constructor

Methods

getApplication

initiate

Start the thread associated with this object

run

Runs the specified call in a separate thread.

start

terminate

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