NVDA Helper
In-process and lite high-speed utilities for NVDA
displayModel.h File Reference
#include <map>
#include <deque>
#include <string>
#include <windows.h>
#include <common/lock.h>

Go to the source code of this file.

Classes

class  displayModelFormatColor_t
 
struct  displayModelFormatInfo_t
 
struct  displayModelChunk_t
 
class  displayModel_t
 Holds rectanglular chunks of text, and allows inserting chunks, clearing rectangles, and rendering text in a given rectangle. More...
 

Typedefs

typedef std::map< std::pair< int, int >, displayModelChunk_t * > displayModelChunksByPointMap_t
 

Typedef Documentation

◆ displayModelChunksByPointMap_t