NaviNIBS.util.GUI.QueuedRedrawMixin module

Bases: object

Convenience mixin for classes with a _redraw method, to support “queueing” redraws. Especially useful for queueing redraws spawned by Qt events but that we want to handle in async loop, and for reducing redundant redraws.