| Server IP : 182.53.201.61 / Your IP : 216.73.217.175 Web Server : Apache/2.2.15 (Fedora) System : Linux km10.dyndns.org 2.6.31.5-127.fc12.i686.PAE #1 SMP Sat Nov 7 21:25:57 EST 2009 i686 User : apache ( 48) PHP Version : 5.3.3 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/11490/root/usr/lib/python2.6/site-packages/orca/ |
Upload File : |
Ñò
z#ÝJc @ s; d Z d Z d Z d Z d Z d Z d d d „ ƒ YZ d S(
s0 Provides the PresentationManager class for Orca.s $Id$s
$Revision$s $Date$s- Copyright (c) 2005-2008 Sun Microsystems Inc.t LGPLt PresentationManagerc B sM e Z d Z d „ Z d „ Z d „ Z d „ Z d „ Z d „ Z d „ Z RS( s` High level manager for reacting to user input events and
presenting information to the user.c C s d S( N( ( t self( ( s= /usr/lib/python2.6/site-packages/orca/presentation_manager.pyt __init__ s c C s t S( sà Called when a key is pressed on the keyboard.
Arguments:
- keyboardEvent: an instance of input_event.KeyboardEvent
Returns True if the event should be consumed.
( t False( R t
keyboardEvent( ( s= /usr/lib/python2.6/site-packages/orca/presentation_manager.pyt processKeyboardEvent# s c C s t S( sß Called when keys or buttons are pressed on the Braille display.
Arguments:
- brailleEvent: an instance of input_event.BrailleEvent
Returns True if the command was consumed; otherwise False
( R ( R t brailleEvent( ( s= /usr/lib/python2.6/site-packages/orca/presentation_manager.pyt processBrailleEvent- s c C s d S( s Called when the visual object with focus changes.
Arguments:
- event: if not None, the Event that caused the change
- oldLocusOfFocus: Accessible that is the old locus of focus
- newLocusOfFocus: Accessible that is the new locus of focus
N( ( R t eventt oldLocusOfFocust newLocusOfFocus( ( s= /usr/lib/python2.6/site-packages/orca/presentation_manager.pyt locusOfFocusChanged7 s c C s d S( sS Called when the visual appearance of an object changes.
This method should not be called for objects whose visual
appearance changes solely because of focus -- locusOfFocusChanged
is used for that. Instead, it is intended mostly for objects
whose notional 'value' has changed, such as a checkbox changing
state, a progress bar advancing, a slider moving, text inserted,
caret moved, etc.
Arguments:
- event: if not None, the Event that caused this to happen
- obj: the Accessible whose visual appearance changed.
N( ( R R t obj( ( s= /usr/lib/python2.6/site-packages/orca/presentation_manager.pyt visualAppearanceChangedA s
c C s d S( s3 Called when this presentation manager is activated.N( ( R ( ( s= /usr/lib/python2.6/site-packages/orca/presentation_manager.pyt activateP s c C s d S( s5 Called when this presentation manager is deactivated.N( ( R ( ( s= /usr/lib/python2.6/site-packages/orca/presentation_manager.pyt
deactivateT s (
t __name__t
__module__t __doc__R R R R R R R ( ( ( s= /usr/lib/python2.6/site-packages/orca/presentation_manager.pyR s
N( ( R t __id__t __version__t __date__t
__copyright__t __license__R ( ( ( s= /usr/lib/python2.6/site-packages/orca/presentation_manager.pyt <module> s