Public Member Functions | |
def | delay |
def | delayCommit |
def | doTasks |
Static Public Attributes | |
list | commitlist = [] |
list | itinerary = [] |
static todo class, delays execution of functions. Use todo.delay to schedule geometry manipulation that would crash coin if done in the event callback
List of (function, argument) pairs to be executed by QtCore.QTimer.singleShot(0,doTodo).
Definition at line 51 of file draftGui.py.
def draftGui::todo::delay | ( | f, | ||
arg | ||||
) |
Definition at line 89 of file draftGui.py.
def draftGui::todo::delayCommit | ( | cl | ) |
Definition at line 96 of file draftGui.py.
def draftGui::todo::doTasks | ( | ) |
Definition at line 62 of file draftGui.py.
list draftGui::todo::commitlist = [] [static] |
Definition at line 59 of file draftGui.py.
list draftGui::todo::itinerary = [] [static] |
Definition at line 58 of file draftGui.py.