Public Member Functions | |
def | __init__ (self, shapes) |
def | draw (self, cr, highlight=False) |
def | search_text (self, regexp) |
![]() | |
def | __init__ (self) |
def | select_pen (self, highlight) |
Public Attributes | |
shapes | |
![]() | |
highlight_pen | |
def smach_viewer.xdot.xdot.CompoundShape.__init__ | ( | self, | |
shapes | |||
) |
Reimplemented in smach_viewer.xdot.xdot.Element.
def smach_viewer.xdot.xdot.CompoundShape.draw | ( | self, | |
cr, | |||
highlight = False |
|||
) |
Draw this shape with the given cairo context
Reimplemented from smach_viewer.xdot.xdot.Shape.
def smach_viewer.xdot.xdot.CompoundShape.search_text | ( | self, | |
regexp | |||
) |
Reimplemented from smach_viewer.xdot.xdot.Shape.