Public Member Functions | |
def | __init__ (self, canvas, x, y, width, height, pitch) |
def | delete (self) |
def | draw (self) |
def | set_pitch (self, pitch) |
Public Member Functions inherited from TkJoyStick.tkjoystick.ToggleItem | |
def | __init__ (self) |
def | activate (self) |
def | deactivate (self) |
def | toggle (self) |
Public Attributes | |
active | |
canvas | |
height | |
id | |
pitch | |
width | |
x | |
y | |
Public Attributes inherited from TkJoyStick.tkjoystick.ToggleItem | |
active | |
Definition at line 102 of file tkjoystick.py.
def TkJoyStick.tkjoystick.CanvasCircle.__init__ | ( | self, | |
canvas, | |||
x, | |||
y, | |||
width, | |||
height, | |||
pitch | |||
) |
Definition at line 103 of file tkjoystick.py.
def TkJoyStick.tkjoystick.CanvasCircle.delete | ( | self | ) |
Definition at line 140 of file tkjoystick.py.
def TkJoyStick.tkjoystick.CanvasCircle.draw | ( | self | ) |
Definition at line 114 of file tkjoystick.py.
def TkJoyStick.tkjoystick.CanvasCircle.set_pitch | ( | self, | |
pitch | |||
) |
Definition at line 144 of file tkjoystick.py.
TkJoyStick.tkjoystick.CanvasCircle.active |
Definition at line 115 of file tkjoystick.py.
TkJoyStick.tkjoystick.CanvasCircle.canvas |
Definition at line 105 of file tkjoystick.py.
TkJoyStick.tkjoystick.CanvasCircle.height |
Definition at line 109 of file tkjoystick.py.
TkJoyStick.tkjoystick.CanvasCircle.id |
Definition at line 111 of file tkjoystick.py.
TkJoyStick.tkjoystick.CanvasCircle.pitch |
Definition at line 110 of file tkjoystick.py.
TkJoyStick.tkjoystick.CanvasCircle.width |
Definition at line 108 of file tkjoystick.py.
TkJoyStick.tkjoystick.CanvasCircle.x |
Definition at line 106 of file tkjoystick.py.
TkJoyStick.tkjoystick.CanvasCircle.y |
Definition at line 107 of file tkjoystick.py.