| Trees | Indices | Help |
|---|
|
|
object --+
|
Region
A region of braille to be displayed. Each portion of braille to be
displayed is represented by a region. The region is responsible for
retrieving its text and cursor position, translating it into braille
cells and handling cursor routing requests relative to its braille cells.
The BrailleBuffer containing this region will call update and
expect that brailleCells and brailleCursorPos will be set appropriately. routeTo will be
called to handle a cursor routing request.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
|
Update this region. Subclasses should extend this to update Postcondition:
|
Handle a cursor routing request. For example, this might activate an object or move the cursor to the requested position.
Note:
If routing the cursor, |
Move to the previous line if possible.
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri Nov 18 17:45:57 2011 | http://epydoc.sourceforge.net |