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

Module NVDAHelper

source code

Classes [hide private]
  RemoteLoader64
Functions [hide private]
 
_setDllFuncPointer(dll, name, cfunc) source code
 
nvdaController_speakText(text) source code
 
nvdaController_cancelSpeech() source code
 
nvdaController_brailleMessage(text) source code
 
_lookupKeyboardLayoutNameWithHexString(layoutString) source code
 
nvdaControllerInternal_displayModelTextChangeNotify(hwnd, left, top, right, bottom) source code
 
nvdaControllerInternal_logMessage(level, pid, message) source code
 
nvdaControllerInternal_inputLangChangeNotify(threadID, hkl, layoutString) source code
 
nvdaControllerInternal_typedCharacterNotify(threadID, ch) source code
 
initialize() source code
 
terminate() source code
Variables [hide private]
  _remoteLib = None
hash(x)
  _remoteLoader64 = None
hash(x)
  localLib = None
hash(x)
  generateBeep = None
hash(x)
  VBuf_getTextInRange = None
hash(x)
  lastInputLangChangeTime = 0
Function Details [hide private]

nvdaController_speakText(text)

source code 
Decorators:
  • @WINFUNCTYPE(c_long, c_wchar_p)

nvdaController_cancelSpeech()

source code 
Decorators:
  • @WINFUNCTYPE(c_long)

nvdaController_brailleMessage(text)

source code 
Decorators:
  • @WINFUNCTYPE(c_long, c_wchar_p)

nvdaControllerInternal_displayModelTextChangeNotify(hwnd, left, top, right, bottom)

source code 
Decorators:
  • @WINFUNCTYPE(c_long, c_long, c_long, c_long, c_long, c_long)

nvdaControllerInternal_logMessage(level, pid, message)

source code 
Decorators:
  • @WINFUNCTYPE(c_long, c_long, c_long, c_wchar_p)

nvdaControllerInternal_inputLangChangeNotify(threadID, hkl, layoutString)

source code 
Decorators:
  • @WINFUNCTYPE(c_long, c_long, c_ulong, c_wchar_p)

nvdaControllerInternal_typedCharacterNotify(threadID, ch)

source code 
Decorators:
  • @WINFUNCTYPE(c_long, c_long, c_wchar)