AEInput.SystemInput: Defines an abstract base class for all input devices that serve
double duty as sources of input for LSR and for the rest of the
operating system.
AEInterfaces: Defines standard interfaces for inspecting, manipulating, and
navigating accessibles and handling their events.
AELog: Defines a function for configuring the standard Python logging
module, a class that redirects print statements through the
configured logging system, and a class that defines a logging
handler using XML-RPC as the transport.
AEMain: Defines the main function which parses command line arguments and
acts on them.
AEMonitor: Defines abstract classes representing the interfaces that must be
implemented by a monitor for LSR.
AEState: Defines abstract classes representing the interfaces that must be
implemented by objects that need to be configurable by the user
and/or persisted on disk.
AEState.Base: Defines an abstract base class for all persistent and/or
configurable setting classes.
AEState.Setting: Defines a class representing a configurable setting in a AEState
object.
AccAdapt: Defines machinery for stating interfaces and adapting objects to
those interfaces on demand.
Tier: Defines a class for managing the Perks loaded for a single instance of an
application.
TierManager: Defines a class responsible for managing all Tiers.
Tier_new: Defines a class for managing the Perks loaded for a single instance of an
application.
UIElement: Defines the base class for all user interface elements (UIEs).
UIRegistrar: Defines the registrar functions responsible for managing an on-disk
repository of User Interface Elements (UIEs) that define the Perks, Devices, Choosers,
and Monitors available to the user and the system.
ViewManager: Defines a class responsible for handling events in the currently
focused view.
Walker: Defines classes for navigating over the accessible hierarchy in
various orders.
Walker.AccessibleWalker: Defines a class that provides a "raw" walk of all
accessibles in the hiearchy.
Walker.Base: Defines an abstract base class acting as an interface for all
walkers.
Word: Defines classes and functions for parsing bodies of text to find
words and prepare them for output to the user.
i18n: Provides support for the internationalization of LSR using the
python gettext module.
pyLinAcc: Wraps the Gnome Assistive Technology Service Provider Interface for
use in Python.
pyLinAcc.Accessible: Defines a mixin class that extend the functionality of the existing
AT-SPI objects with features such as searching on any criteria and
comparison of two AT-SPI Accessibles.
pyLinAcc.Atk: Defines convenience methods for using Gnome ATK/GAIL accessibility
platform, using the atk.py bindings.