Package NVDAObjects :: Package IAccessible
[hide private]
[frames] | no frames]

Package IAccessible

source code

Submodules [hide private]

Classes [hide private]
  IA2TextTextInfo
  IAccessible
the NVDAObject for IAccessible
  ContentGenericClient
  GenericWindow
  WindowRoot
  ShellDocObjectView
  JavaVMRoot
  NUIDialogClient
  Groupbox
  TrayClockWClass
Based on NVDAObject but the role is changed to clock.
  OutlineItem
  Tooltip
  List
  SysLinkClient
  SysLink
  TaskList
  TaskListIcon
  MenuItem
  Taskbar
  Button
  InaccessibleListBoxItem
Used for list item IAccessibles in inaccessible owner drawn ListBox controls.
  InaccessibleComboBox
Used for inaccessible owner drawn ComboBox controls.
  StaticText
Support for owner-drawn staticText controls where accName is empty.
  Titlebar
A class for the standard MSAA titlebar, which shortcuts presentationType to be layout (for performance) and makes the description property empty, as the standard accDescription is rather annoying.
  ReBarWindow32Client
The client IAccessible for a ReBarWindow32 window.
  ListviewPane
Functions [hide private]
 
getNVDAObjectFromEvent(hwnd, objectID, childID) source code
 
getNVDAObjectFromPoint(x, y) source code
 
normalizeIA2TextFormatField(formatField) source code
Variables [hide private]
  _staticMap = {("ReBarWindow32", oleacc.ROLE_SYSTEM_CLIENT): "R...
Variables Details [hide private]

_staticMap

Value:
{("ReBarWindow32", oleacc.ROLE_SYSTEM_CLIENT): "ReBarWindow32Client", \
("Static", oleacc.ROLE_SYSTEM_STATICTEXT): "StaticText", ("msctls_stat\
usbar32", oleacc.ROLE_SYSTEM_STATICTEXT): "StaticText", (None, oleacc.\
ROLE_SYSTEM_PUSHBUTTON): "Button", ("tooltips_class32", oleacc.ROLE_SY\
STEM_TOOLTIP): "Tooltip", ("tooltips_class32", oleacc.ROLE_SYSTEM_HELP\
BALLOON): "Tooltip", (None, oleacc.ROLE_SYSTEM_DIALOG): "Dialog", (Non\
e, oleacc.ROLE_SYSTEM_ALERT): "Dialog", (None, oleacc.ROLE_SYSTEM_PROP\
ERTYPAGE): "Dialog", (None, oleacc.ROLE_SYSTEM_GROUPING): "Groupbox", \
...