|
| def | __init__ (self, parent, device, joystick, colours={}, images={}) |
| |
| def | initColours (self, colours) |
| |
| def | initImages (self, images) |
| |
| def | setup (self) |
| |
| def | update (self, signal, number, name, value, init) |
| |
| def | __init__ (self, parent, gui, options) |
| |
| def | setup (self) |
| |
| def | initWidget (self) |
| |
| def | addMenu (self, menu, label="-") |
| |
| def | open (self) |
| |
| def | close (self) |
| |
| def | genericView (self, parent, value) |
| |
| def | numberView (self, parent, value) |
| |
| def | stringView (self, parent, value) |
| |
| def | dictView (self, parent, value) |
| |
| def | iterView (self, parent, value) |
| |
|
|
| widget |
| |
|
| widgets |
| |
|
| device |
| |
|
| joystick |
| |
|
| dualAxis |
| |
|
| singleAxis |
| |
|
| gui |
| |
|
| parent |
| |
|
| height |
| |
|
| variables |
| |
|
| notifier |
| |
|
| colours |
| |
|
| fonts |
| |
|
| images |
| |
|
| wrap |
| |
|
| canvas |
| |
|
| widget |
| |
|
| yScroller |
| |
|
| xScroller |
| |
|
| widgets |
| |
|
| gridrow |
| |
§ __init__()
| def TkJoystickManager.TkJoystick.__init__ |
( |
|
self, |
|
|
|
parent, |
|
|
|
device, |
|
|
|
joystick, |
|
|
|
colours = {}, |
|
|
|
images = {} |
|
) |
| |
initializes the TkJoystick object
@param parent
@param device str
@param joystick Joystick object
@param colours dict
@param images dict
§ initColours()
| def TkJoystickManager.TkJoystick.initColours |
( |
|
self, |
|
|
|
colours |
|
) |
| |
§ initImages()
| def TkJoystickManager.TkJoystick.initImages |
( |
|
self, |
|
|
|
images |
|
) |
| |
§ setup()
| def TkJoystickManager.TkJoystick.setup |
( |
|
self | ) |
|
§ update()
| def TkJoystickManager.TkJoystick.update |
( |
|
self, |
|
|
|
signal, |
|
|
|
number, |
|
|
|
name, |
|
|
|
value, |
|
|
|
init |
|
) |
| |
The documentation for this class was generated from the following file: