Fun with PWM  0.32
TkJoystickManager.TkJoystick Class Reference
Inheritance diagram for TkJoystickManager.TkJoystick:
TkBlock.TkBlock

Public Member Functions

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)
 
- Public Member Functions inherited from TkBlock.TkBlock
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)
 

Public Attributes

 widget
 
 widgets
 
 device
 
 joystick
 
 dualAxis
 
 singleAxis
 
- Public Attributes inherited from TkBlock.TkBlock
 gui
 
 parent
 
 height
 
 variables
 
 notifier
 
 colours
 
 fonts
 
 images
 
 wrap
 
 canvas
 
 widget
 
 yScroller
 
 xScroller
 
 widgets
 
 gridrow
 

Constructor & Destructor Documentation

§ __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

Member Function Documentation

§ initColours()

def TkJoystickManager.TkJoystick.initColours (   self,
  colours 
)
setup colours

§ initImages()

def TkJoystickManager.TkJoystick.initImages (   self,
  images 
)
setup images

§ setup()

def TkJoystickManager.TkJoystick.setup (   self)
setup servo joystick ui

§ update()

def TkJoystickManager.TkJoystick.update (   self,
  signal,
  number,
  name,
  value,
  init 
)
update preview widgets

The documentation for this class was generated from the following file: