Public Member Functions | Public Attributes

unlock.controller.controller.UnlockControllerFragment Class Reference

Inheritance diagram for unlock.controller.controller.UnlockControllerFragment:
unlock.controller.controller.UnlockController unlock.controller.controller.UnlockCalibratedControllerFragment unlock.controller.controller.UnlockCommandConnectedFragment unlock.controller.controller.UnlockDashboard

List of all members.

Public Member Functions

def __init__
def update_state
def keyboard_input
def activate
def deactivate

Public Attributes

 model
 views
 check_command_validity
 poll_signal
 render

Detailed Description

A controller fragment is a controller that can be 'mixedin' with other fragments.  It is not
intended to be a stand alone controller.  For a stand alone controller use/subclass
UnlockController or UnlockControllerChain.

Member Function Documentation

def unlock.controller.controller.UnlockControllerFragment.__init__ (   self,
  model,
  views,
  batch,
  check_command_validity = False 
)
def unlock.controller.controller.UnlockControllerFragment.activate (   self  ) 
def unlock.controller.controller.UnlockControllerFragment.deactivate (   self  ) 
def unlock.controller.controller.UnlockControllerFragment.keyboard_input (   self,
  command 
)
def unlock.controller.controller.UnlockControllerFragment.update_state (   self,
  command 
)
Subclass hook 

Reimplemented from unlock.controller.controller.UnlockController.


Member Data Documentation


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