Public Member Functions

unlock.controller.UnlockControllerFactory Class Reference

List of all members.

Public Member Functions

def __init__
def create_pyglet_window
def create_canvas
def create_controller_chain
def create_command_connected_fragment
def create_dashboard

Detailed Description

UnlockControllerFactory is the entry point for creating any externally accessible component
of the controller package.

Member Function Documentation

def unlock.controller.UnlockControllerFactory.__init__ (   self  ) 
def unlock.controller.UnlockControllerFactory.create_canvas (   self,
  width,
  height,
  xoffset = 0,
  yoffset = 0 
)
def unlock.controller.UnlockControllerFactory.create_command_connected_fragment (   self,
  canvas,
  stimuli,
  views,
  command_receiver 
)
def unlock.controller.UnlockControllerFactory.create_controller_chain (   self,
  window,
  stimulation,
  command_receiver,
  state,
  views,
  name = "Nameless",
  icon = '',
  standalone = False 
)
def unlock.controller.UnlockControllerFactory.create_dashboard (   self,
  window,
  canvas,
  controllers,
  command_connected_fragment,
  views,
  state,
  calibrator = None 
)
def unlock.controller.UnlockControllerFactory.create_pyglet_window (   self,
  signal,
  fullscreen = False,
  fps = True,
  vsync = True 
)

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