buttleofx.gui.browser_v2.actions package

Submodules

buttleofx.gui.browser_v2.actions.actionInterface module

buttleofx.gui.browser_v2.actions.actionManager module

buttleofx.gui.browser_v2.actions.actionWrapper module

buttleofx.gui.browser_v2.actions.browserAction module

buttleofx.gui.browser_v2.actions.worker module

class buttleofx.gui.browser_v2.actions.worker.Worker(queue, inProgress, done, notify)[source]

Bases: threading.Thread

Specific class for ActionManager. Can’t be used somewhere else. It’s not generic. Object used to execute actions with multi-threading.

static destroy()[source]
executeTask()[source]
getIndexFromList(list, idItem)[source]
isDestroyed = False
isWaiting = False
lockInProgress = <_thread.lock object>
static lockWhileWaiting()[source]
run()[source]
static wait()[source]
static work()[source]

Module contents