NVDA Helper
In-process and lite high-speed utilities for NVDA
|
#include <string>
Go to the source code of this file.
Functions | |
bool | getTextFromIAccessible (std::wstring &textBuf, IAccessible2 *pacc2, bool useNewText=false, bool recurse=true, bool includeTopLevelText=true) |
bool getTextFromIAccessible | ( | std::wstring & | textBuf, |
IAccessible2 * | pacc2, | ||
bool | useNewText = false, | ||
bool | recurse = true, | ||
bool | includeTopLevelText = true ) |
References appendNameDescription(), fetchIA2Attributes(), getAccessibleChildren(), getTextFromIAccessible(), and OBJ_REPLACEMENT_CHAR.
Referenced by getTextFromIAccessible(), nvdaInProcUtils_getTextFromIAccessible(), and winEventProcHook().