Public Member Functions | |
| def | __init__ |
| def | Rename |
| def | GetBitmap |
| def | GetNameBitmap |
| def | HitTestBody |
| def | HitTestArrow |
| def | GetRect |
| def | Draw |
Data Fields | |
| parent | |
| operation | |
| name | |
| bmp | |
| namebmp | |
| pos | |
| shown | |
| fullscreen | |
| num_in | |
| num_out | |
Definition at line 83 of file gui_complex.py.
| def biosphere::gui_complex::DragShape::__init__ | ( | self, | ||
| parent, | ||||
| operation, | ||||
| name, | ||||
pos = (100, 100 | ||||
| ) |
Definition at line 84 of file gui_complex.py.
| def biosphere::gui_complex::DragShape::Rename | ( | self, | ||
| name | ||||
| ) |
Definition at line 97 of file gui_complex.py.
| def biosphere::gui_complex::DragShape::GetBitmap | ( | self | ) |
Definition at line 101 of file gui_complex.py.
| def biosphere::gui_complex::DragShape::GetNameBitmap | ( | self | ) |
Definition at line 106 of file gui_complex.py.
| def biosphere::gui_complex::DragShape::HitTestBody | ( | self, | ||
| pt | ||||
| ) |
Definition at line 123 of file gui_complex.py.
| def biosphere::gui_complex::DragShape::HitTestArrow | ( | self, | ||
| pt | ||||
| ) |
Definition at line 133 of file gui_complex.py.
| def biosphere::gui_complex::DragShape::GetRect | ( | self | ) |
Definition at line 138 of file gui_complex.py.
| def biosphere::gui_complex::DragShape::Draw | ( | self, | ||
| dc, | ||||
op = wx.COPY | ||||
| ) |
Definition at line 142 of file gui_complex.py.
Definition at line 86 of file gui_complex.py.
Definition at line 87 of file gui_complex.py.
Definition at line 90 of file gui_complex.py.
Definition at line 91 of file gui_complex.py.
Definition at line 92 of file gui_complex.py.
Definition at line 93 of file gui_complex.py.
Definition at line 94 of file gui_complex.py.
Definition at line 95 of file gui_complex.py.
Definition at line 102 of file gui_complex.py.
Definition at line 103 of file gui_complex.py.
1.5.1