
Public Member Functions | |
| def | __init__ (self) |
| def | draw (self, cr, highlight=False) |
| def | search_text (self, regexp) |
| def | select_pen (self, highlight) |
Public Attributes | |
| highlight_pen | |
| def smach_viewer.xdot.xdot.Shape.draw | ( | self, | |
| cr, | |||
highlight = False |
|||
| ) |
Draw this shape with the given cairo context
Reimplemented in smach_viewer.xdot.xdot.Graph, smach_viewer.xdot.xdot.CompoundShape, smach_viewer.xdot.xdot.BezierShape, smach_viewer.xdot.xdot.LineShape, smach_viewer.xdot.xdot.PolygonShape, smach_viewer.xdot.xdot.EllipseShape, smach_viewer.xdot.xdot.ImageShape, and smach_viewer.xdot.xdot.TextShape.
| def smach_viewer.xdot.xdot.Shape.search_text | ( | self, | |
| regexp | |||
| ) |
Reimplemented in smach_viewer.xdot.xdot.CompoundShape, and smach_viewer.xdot.xdot.TextShape.
| def smach_viewer.xdot.xdot.Shape.select_pen | ( | self, | |
| highlight | |||
| ) |