FreeCAD Python
List of all members
DraftGui.todo Class Reference

Detailed Description

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).