|
def | __init__ (self, pen, x0, y0, w, h, filled=False) |
|
def | draw (self, cr, highlight=False) |
|
def | __init__ (self) |
|
def | draw (self, cr, highlight=False) |
|
def | select_pen (self, highlight) |
|
Definition at line 195 of file xdot.py.
def smach_viewer.xdot.xdot.EllipseShape.__init__ |
( |
|
self, |
|
|
|
pen, |
|
|
|
x0, |
|
|
|
y0, |
|
|
|
w, |
|
|
|
h, |
|
|
|
filled = False |
|
) |
| |
def smach_viewer.xdot.xdot.EllipseShape.draw |
( |
|
self, |
|
|
|
cr, |
|
|
|
highlight = False |
|
) |
| |
smach_viewer.xdot.xdot.EllipseShape.filled |
smach_viewer.xdot.xdot.EllipseShape.h |
smach_viewer.xdot.xdot.EllipseShape.pen |
smach_viewer.xdot.xdot.EllipseShape.w |
smach_viewer.xdot.xdot.EllipseShape.x0 |
smach_viewer.xdot.xdot.EllipseShape.y0 |
The documentation for this class was generated from the following file: