| 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 : /usr/lib/python2.6/site-packages/orca/scripts/ |
Upload File : |
Ñò
z#ÝJc @ sP d Z d Z d Z d Z d Z d Z d d k i Z d e i f d „ ƒ YZ d S(
s7 A script to do nothing. This is for self-voicing apps.s $Id$s
$Revision$s $Date$s- Copyright (c) 2005-2008 Sun Microsystems Inc.t LGPLiÿÿÿÿNt Scriptc B sD e Z d Z d „ Z d „ Z d „ Z d „ Z d „ Z d „ Z RS( s7 A script to do nothing. This is for self-voicing apps.c C s t i i | | ƒ d S( sþ Creates a script for the given application, if necessary.
This method should not be called by anyone except the
focus_tracking_presenter.
Arguments:
- app: the Python Accessible application to create a script for
N( t defaultR t __init__( t selft app( ( s= /usr/lib/python2.6/site-packages/orca/scripts/self_voicing.pyR ! s c C s d S( s7 Returns the braille generator for this script.
N( t None( R ( ( s= /usr/lib/python2.6/site-packages/orca/scripts/self_voicing.pyt getBrailleGenerator, s c C s d S( s6 Returns the speech generator for this script.
N( R ( R ( ( s= /usr/lib/python2.6/site-packages/orca/scripts/self_voicing.pyt getSpeechGenerator1 s c C s d S( sE Does nothing.
Arguments:
- event: the Event
N( ( R t event( ( s= /usr/lib/python2.6/site-packages/orca/scripts/self_voicing.pyt processObjectEvent6 s c C s t S( s« Does nothing.
Arguments:
- keyboardEvent: an instance of input_event.KeyboardEvent
Returns False to indicate the event was not consumed.
( t False( R t
keyboardEvent( ( s= /usr/lib/python2.6/site-packages/orca/scripts/self_voicing.pyt processKeyboardEvent>