
Public Member Functions | |
| def | __init__ (self) |
| def | draw (self, cr, highlight=False) |
| def | select_pen (self, highlight) |
Public Attributes | |
| highlight_pen | |
Abstract base class for all the drawing shapes.
Definition at line 77 of file xdot_qt.py.
| def smach_viewer.xdot.xdot_qt.Shape.__init__ | ( | self | ) |
Definition at line 80 of file xdot_qt.py.
| def smach_viewer.xdot.xdot_qt.Shape.draw | ( | self, | |
| cr, | |||
highlight = False |
|||
| ) |
Draw this shape with the given cairo context
Definition at line 83 of file xdot_qt.py.
| def smach_viewer.xdot.xdot_qt.Shape.select_pen | ( | self, | |
| highlight | |||
| ) |
Definition at line 87 of file xdot_qt.py.
| smach_viewer.xdot.xdot_qt.Shape.highlight_pen |
Definition at line 90 of file xdot_qt.py.