blindstation.navigator
index
/home/sable/test/blindstation-1.0.7/blindstation-1.0.7/test/blindstation/navigator.py

Navigator related classes

 
Modules
       
blindstation
weakref

 
Classes
       
__builtin__.object
Direction
Navigator

 
class Direction(__builtin__.object)
     Methods defined here:
__init__(self, x=0, y=0)

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'Direction' objects>
list of weak references to the object (if defined)

 
class Navigator(__builtin__.object)
    Navigator is a component to navigate in a virtual world
 
  Methods defined here:
__init__(self, scene, state=None)
get_navigator_callback(self)
get_repeat(self)
run(self, event)
set_navigator_callback(self, callback)
set_repeat(self, time)
timer_callback(self, name)

Properties defined here:
navigator_callback
Callback to be called by the navigator
get = get_navigator_callback(self)
set = set_navigator_callback(self, callback)
repeat
Time to wait bfore repeating navigator events
get = get_repeat(self)
set = set_repeat(self, time)

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'Navigator' objects>
list of weak references to the object (if defined)