|
def | __init__ (self, canvas, x, y, r, key) |
|
def | calc_pol (self, x, y) |
|
def | drag_end (self, event) |
|
def | drag_start (self, event) |
|
def | dragging (self, event) |
|
def | get_pos (self) |
|
def | make_binds (self) |
|
def | set_on_drag_end (self, func) |
|
def | set_on_drag_start (self, func) |
|
def | set_on_dragging (self, func) |
|
Definition at line 177 of file tkjoystick.py.
def TkJoyStick.tkjoystick.Stick.__init__ |
( |
|
self, |
|
|
|
canvas, |
|
|
|
x, |
|
|
|
y, |
|
|
|
r, |
|
|
|
key |
|
) |
| |
def TkJoyStick.tkjoystick.Stick.calc_pol |
( |
|
self, |
|
|
|
x, |
|
|
|
y |
|
) |
| |
def TkJoyStick.tkjoystick.Stick.drag_end |
( |
|
self, |
|
|
|
event |
|
) |
| |
def TkJoyStick.tkjoystick.Stick.drag_start |
( |
|
self, |
|
|
|
event |
|
) |
| |
def TkJoyStick.tkjoystick.Stick.dragging |
( |
|
self, |
|
|
|
event |
|
) |
| |
def TkJoyStick.tkjoystick.Stick.get_pos |
( |
|
self | ) |
|
def TkJoyStick.tkjoystick.Stick.make_binds |
( |
|
self | ) |
|
def TkJoyStick.tkjoystick.Stick.set_on_drag_end |
( |
|
self, |
|
|
|
func |
|
) |
| |
def TkJoyStick.tkjoystick.Stick.set_on_drag_start |
( |
|
self, |
|
|
|
func |
|
) |
| |
def TkJoyStick.tkjoystick.Stick.set_on_dragging |
( |
|
self, |
|
|
|
func |
|
) |
| |
TkJoyStick.tkjoystick.Stick.canvas |
TkJoyStick.tkjoystick.Stick.coffx |
TkJoyStick.tkjoystick.Stick.coffy |
TkJoyStick.tkjoystick.Stick.id |
TkJoyStick.tkjoystick.Stick.key |
TkJoyStick.tkjoystick.Stick.line |
TkJoyStick.tkjoystick.Stick.offsetx |
TkJoyStick.tkjoystick.Stick.offsety |
TkJoyStick.tkjoystick.Stick.on_drag_end |
TkJoyStick.tkjoystick.Stick.on_drag_start |
TkJoyStick.tkjoystick.Stick.on_dragging |
TkJoyStick.tkjoystick.Stick.pol_text |
TkJoyStick.tkjoystick.Stick.pos_x |
TkJoyStick.tkjoystick.Stick.pos_y |
TkJoyStick.tkjoystick.Stick.r |
TkJoyStick.tkjoystick.Stick.th |
TkJoyStick.tkjoystick.Stick.x |
TkJoyStick.tkjoystick.Stick.xy_text |
TkJoyStick.tkjoystick.Stick.y |
The documentation for this class was generated from the following file: