Public Member Functions | |
def | __init__ (self, pen, x0, y0, w, h, filled=False) |
def | draw (self, painter, highlight=False) |
![]() | |
def | __init__ (self) |
def | select_pen (self, highlight) |
Public Attributes | |
filled | |
h | |
pen | |
w | |
x0 | |
y0 | |
![]() | |
highlight_pen | |
Used to draw an ellipse shape with a QPainter
Definition at line 127 of file xdot_qt.py.
def smach_viewer.xdot.xdot_qt.EllipseShape.__init__ | ( | self, | |
pen, | |||
x0, | |||
y0, | |||
w, | |||
h, | |||
filled = False |
|||
) |
Definition at line 129 of file xdot_qt.py.
def smach_viewer.xdot.xdot_qt.EllipseShape.draw | ( | self, | |
cr, | |||
highlight = False |
|||
) |
Draw this shape with the given cairo context
Reimplemented from smach_viewer.xdot.xdot_qt.Shape.
Definition at line 138 of file xdot_qt.py.
smach_viewer.xdot.xdot_qt.EllipseShape.filled |
Definition at line 136 of file xdot_qt.py.
smach_viewer.xdot.xdot_qt.EllipseShape.h |
Definition at line 135 of file xdot_qt.py.
smach_viewer.xdot.xdot_qt.EllipseShape.pen |
Definition at line 131 of file xdot_qt.py.
smach_viewer.xdot.xdot_qt.EllipseShape.w |
Definition at line 134 of file xdot_qt.py.
smach_viewer.xdot.xdot_qt.EllipseShape.x0 |
Definition at line 132 of file xdot_qt.py.
smach_viewer.xdot.xdot_qt.EllipseShape.y0 |
Definition at line 133 of file xdot_qt.py.