Public Member Functions | |
| def | __init__ |
| def | Draw |
| def | GetNameBitmap |
| def | Rename |
| def | HitTestBody |
| def | HitTestArrow |
| def | GetRect |
Data Fields | |
| parent | |
| type | |
| pos | |
| shown | |
| fullscreen | |
| name | |
| bmp | |
| namebmp | |
| connectedTo | |
Definition at line 4 of file gui_complex.py.
| def biosphere::gui_complex::InputOutputShape::__init__ | ( | self, | ||
| parent, | ||||
type = 'input', |
||||
pos = (100, 100 | ||||
| ) |
Definition at line 5 of file gui_complex.py.
| def biosphere::gui_complex::InputOutputShape::Draw | ( | self, | ||
| dc, | ||||
op = wx.COPY | ||||
| ) |
Definition at line 19 of file gui_complex.py.
| def biosphere::gui_complex::InputOutputShape::GetNameBitmap | ( | self | ) |
Definition at line 42 of file gui_complex.py.
| def biosphere::gui_complex::InputOutputShape::Rename | ( | self, | ||
| name | ||||
| ) |
Definition at line 59 of file gui_complex.py.
| def biosphere::gui_complex::InputOutputShape::HitTestBody | ( | self, | ||
| pt | ||||
| ) |
Definition at line 63 of file gui_complex.py.
| def biosphere::gui_complex::InputOutputShape::HitTestArrow | ( | self, | ||
| pt | ||||
| ) |
Definition at line 73 of file gui_complex.py.
| def biosphere::gui_complex::InputOutputShape::GetRect | ( | self | ) |
Definition at line 78 of file gui_complex.py.
Definition at line 6 of file gui_complex.py.
Definition at line 7 of file gui_complex.py.
Definition at line 8 of file gui_complex.py.
Definition at line 9 of file gui_complex.py.
Definition at line 10 of file gui_complex.py.
Definition at line 12 of file gui_complex.py.
Definition at line 13 of file gui_complex.py.
Definition at line 14 of file gui_complex.py.
Definition at line 17 of file gui_complex.py.
1.5.1