
Public Member Functions | |
| def | __init__ (self, pen, points) |
| def | draw (self, painter, highlight=False) |
Public Member Functions inherited from smach_viewer.xdot.xdot_qt.Shape | |
| def | __init__ (self) |
| def | draw (self, cr, highlight=False) |
| def | select_pen (self, highlight) |
Public Attributes | |
| pen | |
| points | |
Public Attributes inherited from smach_viewer.xdot.xdot_qt.Shape | |
| highlight_pen | |
Used to draw a line with QPainter.
Definition at line 178 of file xdot_qt.py.
| def smach_viewer.xdot.xdot_qt.LineShape.__init__ | ( | self, | |
| pen, | |||
| points | |||
| ) |
Definition at line 181 of file xdot_qt.py.
| def smach_viewer.xdot.xdot_qt.LineShape.draw | ( | self, | |
| painter, | |||
highlight = False |
|||
| ) |
Definition at line 186 of file xdot_qt.py.
| smach_viewer.xdot.xdot_qt.LineShape.pen |
Definition at line 183 of file xdot_qt.py.
| smach_viewer.xdot.xdot_qt.LineShape.points |
Definition at line 184 of file xdot_qt.py.