TaurusGraphicsUpdateThread

digraph inheritance8bf8d51986 { bgcolor=transparent; rankdir=UD; ratio=compress; size="8.0, 12.0"; "QObject" [color=dodgerblue1,fillcolor=white,fontcolor=black,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.5,shape=box,style=rounded,tooltip="QObject(parent: Optional[QObject] = None)"]; "wrapper" -> "QObject" [arrowsize=0.5,style="setlinewidth(0.5)"]; "QThread" [color=dodgerblue1,fillcolor=white,fontcolor=black,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.5,shape=box,style=rounded,tooltip="QThread(parent: Optional[QObject] = None)"]; "QObject" -> "QThread" [arrowsize=0.5,style="setlinewidth(0.5)"]; "TaurusGraphicsUpdateThread" [URL="#taurus.qt.qtgui.graphic.TaurusGraphicsUpdateThread",color=dodgerblue1,fillcolor=white,fontcolor=black,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.5,shape=box,style=rounded,target="_top",tooltip="Thread to update the :class:`TaurusGraphicsScene`."]; "QThread" -> "TaurusGraphicsUpdateThread" [arrowsize=0.5,style="setlinewidth(0.5)"]; "simplewrapper" [color=dodgerblue1,fillcolor=white,fontcolor=black,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.5,shape=box,style=rounded]; "wrapper" [color=dodgerblue1,fillcolor=white,fontcolor=black,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.5,shape=box,style=rounded]; "simplewrapper" -> "wrapper" [arrowsize=0.5,style="setlinewidth(0.5)"]; }
class TaurusGraphicsUpdateThread(parent, scene, period=3)[source]

Thread to update the TaurusGraphicsScene.

Import from taurus.qt.qtgui.graphic as:

from taurus.qt.qtgui.graphic import TaurusGraphicsUpdateThread
run(self)[source]