Module braille :: Class ReviewNVDAObjectRegion
[hide private]
[frames] | no frames]

Class ReviewNVDAObjectRegion

source code

  object --+        
           |        
      Region --+    
               |    
NVDAObjectRegion --+
                   |
                  ReviewNVDAObjectRegion

Instance Methods [hide private]
 
routeTo(self, braillePos)
Handle a cursor routing request.
source code

Inherited from NVDAObjectRegion: __init__, update

Inherited from Region: nextLine, previousLine

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

routeTo(self, braillePos)

source code 

Handle a cursor routing request. For example, this might activate an object or move the cursor to the requested position.

Parameters:
  • braillePos - The routing position in brailleCells.
Overrides: Region.routeTo
(inherited documentation)