OpenGLContext.move.movementmanager
index
/home/mcfletch/pylive/OpenGLContext/move/movementmanager.py

Interactions for navigating the context

 
Modules
       
logging
OpenGLContext.quaternion

 
Classes
       
object
MovementManager

 
class MovementManager(object)
    Base class for movement interaction controllers
 
  Methods defined here:
__init__(self, platform)
Initialize direct movement with the platform it controls
bind(self, context)
Bind this navigation mechanism to the context
startExamineMode(self, event)
(callback) Create an examine mode interaction manager
 
This callback creates an instance of
examinemanager.ExamineManager, which will manage
the user interaction during an "examination" of
the scene.
unbind(self, context)
Unbind this navigation mechanism from the context

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Data and other attributes defined here:
commandBindings = {}
commands = [('Examine', 'examine', 'startExamineMode')]
context = None

 
Data
        __file__ = '/home/mcfletch/pylive/OpenGLContext/move/movementmanager.pyc'
__name__ = 'OpenGLContext.move.movementmanager'
__package__ = 'OpenGLContext.move'
log = <logging.Logger object>