
Public Member Functions | |
| def | __init__ (self, pen, x, y, j, w, t) |
| 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 | |
| j | |
| pen | |
| t | |
| w | |
| x | |
| y | |
Public Attributes inherited from smach_viewer.xdot.xdot_qt.Shape | |
| highlight_pen | |
Static Public Attributes | |
| CENTER | |
| LEFT | |
| RIGHT | |
Used to draw a text shape with a QPainter
Definition at line 95 of file xdot_qt.py.
| def smach_viewer.xdot.xdot_qt.TextShape.__init__ | ( | self, | |
| pen, | |||
| x, | |||
| y, | |||
| j, | |||
| w, | |||
| t | |||
| ) |
Definition at line 100 of file xdot_qt.py.
| def smach_viewer.xdot.xdot_qt.TextShape.draw | ( | self, | |
| painter, | |||
highlight = False |
|||
| ) |
Definition at line 109 of file xdot_qt.py.
|
static |
Definition at line 98 of file xdot_qt.py.
| smach_viewer.xdot.xdot_qt.TextShape.j |
Definition at line 105 of file xdot_qt.py.
|
static |
Definition at line 98 of file xdot_qt.py.
| smach_viewer.xdot.xdot_qt.TextShape.pen |
Definition at line 102 of file xdot_qt.py.
|
static |
Definition at line 98 of file xdot_qt.py.
| smach_viewer.xdot.xdot_qt.TextShape.t |
Definition at line 107 of file xdot_qt.py.
| smach_viewer.xdot.xdot_qt.TextShape.w |
Definition at line 106 of file xdot_qt.py.
| smach_viewer.xdot.xdot_qt.TextShape.x |
Definition at line 103 of file xdot_qt.py.
| smach_viewer.xdot.xdot_qt.TextShape.y |
Definition at line 104 of file xdot_qt.py.