Public Member Functions | |
def | __init__ (self, bounding_box) |
def | boundingRect (self) |
def | paint (self, painter, option, widget) |
Private Attributes | |
_bounding_box | |
Definition at line 5 of file dot_shapes.py.
def qt_dotgraph.dot_shapes.QGraphicsBox3dItem.__init__ | ( | self, | |
bounding_box | |||
) |
Definition at line 7 of file dot_shapes.py.
def qt_dotgraph.dot_shapes.QGraphicsBox3dItem.boundingRect | ( | self | ) |
Definition at line 11 of file dot_shapes.py.
def qt_dotgraph.dot_shapes.QGraphicsBox3dItem.paint | ( | self, | |
painter, | |||
option, | |||
widget | |||
) |
Definition at line 14 of file dot_shapes.py.
|
private |
Definition at line 9 of file dot_shapes.py.