MCPcopy Create free account

hub / github.com/adicu/pantograph / functions

Functions69 in github.com/adicu/pantograph

↓ 11 callersMethoddraw
(self, shape_type, **kwargs)
pantograph/handlers.py:88
↓ 5 callersMethodtranslate
(self, dx, dy)
pantograph/shapes.py:169
↓ 4 callersMethodget_bounding_rect
(self)
pantograph/shapes.py:7
↓ 4 callersMethodget_bounding_rect
(self)
pantograph/shapes.py:152
↓ 3 callersMethoddo_operation
(self, operation, **kwargs)
pantograph/handlers.py:83
↓ 3 callersMethodget
(self)
pantograph/handlers.py:20
↓ 2 callersMethodclear_rect
(self, x, y, width, height, **extra)
pantograph/handlers.py:100
↓ 2 callersMethodrotate
(self, theta)
pantograph/shapes.py:19
↓ 2 callersMethodrun
(self, address = "127.0.0.1", port = 8080)
pantograph/application.py:31
↓ 2 callersMethodshape_type
(self)
pantograph/shapes.py:78
↓ 2 callersMethodupdate
(self)
pantograph/handlers.py:153
↓ 1 callersMethod__init__
(self, websock_handlers, **settings)
pantograph/application.py:9
↓ 1 callersMethod__init__
(self, startx, starty, endx, endy, color = None)
pantograph/shapes.py:140
↓ 1 callersMethoddraw
(self, canvas)
pantograph/shapes.py:10
↓ 1 callersMethoddraw_circle
(self, x, y, radius, color = "#000", **extra)
pantograph/handlers.py:111
↓ 1 callersMethoddraw_image
(self, img_name, x, y, width=None, height=None, **extra)
pantograph/handlers.py:129
↓ 1 callersMethoddraw_line
(self, startX, startY, endX, endY, color = "#000", **extra)
pantograph/handlers.py:119
↓ 1 callersMethodintersects
(self, other)
pantograph/shapes.py:28
↓ 1 callersMethodon_canvas_init
(self, message)
pantograph/handlers.py:50
↓ 1 callersMethodsetup
(self)
pantograph/handlers.py:150
↓ 1 callersMethodto_dict
(self)
pantograph/shapes.py:16
↓ 1 callersMethodto_dict
(self)
pantograph/shapes.py:147
↓ 1 callersMethodupdate
(self, canvas)
examples/bouncingball/start.py:15
Method__init__
(self, handler, **settings)
pantograph/application.py:37
Method__init__
(self, x, y, width, height, fill_color=None, line_color=None)
pantograph/shapes.py:83
Method__init__
(self, x, y, radius, fill_color=None, line_color=None)
pantograph/shapes.py:114
Method__init__
(self, img_name, x, y, width=None, height=None)
pantograph/shapes.py:130
Method__init__
(self, points, fill_color=None, line_color=None)
pantograph/shapes.py:176
Method__init__
(self, shapes)
pantograph/shapes.py:204
Method__init__
(self, shape)
examples/bouncingball/start.py:8
Methodcontains
(self, other)
pantograph/shapes.py:60
Methoddraw
(self, canvas)
pantograph/shapes.py:134
Methoddraw_oval
(self, x, y, width, height, color = "#000", **extra)
pantograph/handlers.py:103
Methoddraw_polygon
(self, points, color = "#000", **extra)
pantograph/handlers.py:126
Methoddraw_rect
(self, x, y, width, height, color = "#000", **extra)
pantograph/handlers.py:92
Methodfill_circle
(self, x, y, radius, color = "#000", **extra)
pantograph/handlers.py:115
Methodfill_oval
(self, x, y, width, height, color = "#000", **extra)
pantograph/handlers.py:107
Methodfill_polygon
(self, points, color = "#000", **extra)
pantograph/handlers.py:123
Methodfill_rect
(self, x, y, width, height, color = "#000", **extra)
pantograph/handlers.py:96
Methodget_bounding_rect
(self)
pantograph/shapes.py:92
Methodget_bounding_rect
(self)
pantograph/shapes.py:121
Methodget_bounding_rect
(self)
pantograph/shapes.py:200
Methodget_bounding_rect
(self)
pantograph/shapes.py:221
Methodinitialize
(self, name, url)
pantograph/handlers.py:17
Methodinitialize
(self, name)
pantograph/handlers.py:43
Methodon_click
(self, event)
pantograph/handlers.py:165
Methodon_close
(self)
pantograph/handlers.py:61
Methodon_dbl_click
(self, event)
pantograph/handlers.py:168
Methodon_key_down
(self, event)
pantograph/handlers.py:171
Methodon_key_press
(self, event)
pantograph/handlers.py:177
Methodon_key_up
(self, event)
pantograph/handlers.py:174
Methodon_message
(self, raw_message)
pantograph/handlers.py:64
Methodon_mouse_down
(self, event)
pantograph/handlers.py:156
Methodon_mouse_move
(self, event)
pantograph/handlers.py:162
Methodon_mouse_up
(self, event)
pantograph/handlers.py:159
Methodsetup
(self)
examples/rotary/start.py:7
Methodsetup
(self)
examples/bouncingball/start.py:32
Methodshape_type
(self)
pantograph/shapes.py:229
Methodtimer_tick
(self)
pantograph/handlers.py:144
Methodto_dict
(self)
pantograph/shapes.py:101
Methodto_dict
(self)
pantograph/shapes.py:125
Methodto_dict
(self)
pantograph/shapes.py:194
Methodto_dict
(self)
pantograph/shapes.py:224
Methodtranslate
(self, dx, dy)
pantograph/shapes.py:13
Methodtranslate
(self, dx, dy)
pantograph/shapes.py:97
Methodtranslate
(self, dx, dy)
pantograph/shapes.py:186
Methodtranslate
(self, dx, dy)
pantograph/shapes.py:213
Methodupdate
(self)
examples/rotary/start.py:11
Methodupdate
(self)
examples/bouncingball/start.py:53