Module globalVars
[hide private]
[frames] | no frames]

Module globalVars

source code

global variables module
@var foregroundObject: holds the current foreground object
@type foregroundObject: L{NVDAObjects.NVDAObject}
  @var focusObject: holds the current focus object
@type focusObject: L{NVDAObjects.NVDAObject}
@var mouseObject: holds the object that is at the position of the mouse pointer
@type mouseObject: L{NVDAObjects.NVDAObject}
@var mouseOldX: the last x coordinate of the mouse pointer before its current position
@type oldMouseX: int
@var mouseOldY: the last y coordinate of the mouse pointer before its current position
@type oldMouseY: int
  @var navigatorObject: holds the current navigator object
@type navigatorObject: L{NVDAObjects.NVDAObject}
@var navigatorTracksFocus: if true, the navigator object will follow the focus as it changes
@type navigatorTracksFocus: boolean

Variables [hide private]
  startTime = 0
  desktopObject = None
hash(x)
  foregroundObject = None
hash(x)
  focusObject = None
hash(x)
  focusAncestors = []
  focusDifferenceLevel = None
hash(x)
  mouseObject = None
hash(x)
  mouseOldX = None
hash(x)
  mouseOldY = None
hash(x)
  navigatorObject = None
hash(x)
  reviewPosition = None
hash(x)
  reviewPositionObj = None
hash(x)
  lastProgressValue = 0
  appArgs = None
hash(x)
  settingsRing = None
hash(x)
  speechDictionaryProcessing = True
  configFileError = None
hash(x)
  __package__ = None
hash(x)