digraph inheritancea1043decb7 {
rankdir=UD;
ratio=compress;
size="8.0, 12.0";
"QAbstractGraphicsShapeItem" [color=dodgerblue1,fontcolor=black,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.5,shape=box,style=rounded];
"QGraphicsItem" -> "QAbstractGraphicsShapeItem" [arrowsize=0.5,style="setlinewidth(0.5)"];
"QGraphicsItem" [color=dodgerblue1,fontcolor=black,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.5,shape=box,style=rounded];
"wrapper" -> "QGraphicsItem" [arrowsize=0.5,style="setlinewidth(0.5)"];
"QGraphicsPathItem" [color=dodgerblue1,fontcolor=black,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.5,shape=box,style=rounded];
"QAbstractGraphicsShapeItem" -> "QGraphicsPathItem" [arrowsize=0.5,style="setlinewidth(0.5)"];
"QSpline" [color=dodgerblue1,fontcolor=black,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.5,shape=box,style=rounded];
"QGraphicsPathItem" -> "QSpline" [arrowsize=0.5,style="setlinewidth(0.5)"];
"simplewrapper" [color=dodgerblue1,fontcolor=black,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.5,shape=box,style=rounded];
"wrapper" [color=dodgerblue1,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
QSpline
(parent=None, closed=False, control_points=None)[source]
Bases: PyQt5.QtWidgets.QGraphicsPathItem
-
setClose
(isClosed)[source]
-
setControlPoints
(control_points)[source]
-
updateSplinePath
()[source]