TaskManagerWidget

Inheritance:

Methods of TaskManagerWidget:

__init__
def __init__(self, parent, taskMgr)

TaskManagerWidget class pops up a control panel to view/delete tasks managed by the taskManager.

onDestroy
def onDestroy(self)

Undocumented function.

popupMenu
def popupMenu(self, event)

listbox = self.taskListBox.component('listbox') index = listbox.nearest(event.y) listbox.selection_clear(0) listbox.activate(index) self.taskListBox.select_set(index) self.setCurrentTask()

removeCurrentTask
def removeCurrentTask(self)

Undocumented function.

removeMatchingTasks
def removeMatchingTasks(self)

Undocumented function.

removeTaskHook
def removeTaskHook(self, task, name)

Undocumented function.

setCurrentTask
def setCurrentTask(self, event=None)

Undocumented function.

spawnTaskHook
def spawnTaskHook(self, task, name, index)

Undocumented function.

toggleTaskMgrVerbose
def toggleTaskMgrVerbose(self)

Undocumented function.

updateTaskListBox
def updateTaskListBox(self)

Undocumented function.

updateTaskMgrVerbose
def updateTaskMgrVerbose(self, value)

Undocumented function.