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

Public Member Functions

def __init__ (self, parent, xname, yname, colours={}, images={})
 
def initColours (self, colours)
 
def initImages (self, images)
 
def setup (self)
 
def xLineCoords (self)
 
def yLineCoords (self)
 
def update (self, axis, value)
 
- 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
 
 shapes
 
 axisNames
 
 size
 
- 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.TkJoystickDualAxis.__init__ (   self,
  parent,
  xname,
  yname,
  colours = {},
  images = {} 
)
Initializes the TkJoystickDualAxis object

@param parent
@param colours
@param images

Member Function Documentation

§ initColours()

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

§ initImages()

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

§ setup()

def TkJoystickManager.TkJoystickDualAxis.setup (   self)
setup dual axis ui

§ update()

def TkJoystickManager.TkJoystickDualAxis.update (   self,
  axis,
  value 
)
update dual axis ui

§ xLineCoords()

def TkJoystickManager.TkJoystickDualAxis.xLineCoords (   self)
get coordinates for x axis line

§ yLineCoords()

def TkJoystickManager.TkJoystickDualAxis.yLineCoords (   self)
get coordinates for y axis line

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