NVDA Helper
In-process and lite high-speed utilities for NVDA
VBufStorage_controlFieldNodeIdentifier_t Class Reference

Holds values that can together uniquely identify a control field in a buffer. More...

#include <storage.h>

Public Member Functions

 VBufStorage_controlFieldNodeIdentifier_t (int docHandle=0, int ID=0)
 constructor.
 
bool operator< (const VBufStorage_controlFieldNodeIdentifier_t &) const
 
bool operator!= (const VBufStorage_controlFieldNodeIdentifier_t &) const
 
bool operator== (const VBufStorage_controlFieldNodeIdentifier_t &) const
 

Public Attributes

const int docHandle
 a value which uniquely identifies the window or document this control is in.
 
const int ID
 A value which uniquely identifies the control, relative to a window or document.
 

Detailed Description

Holds values that can together uniquely identify a control field in a buffer.

It can also be compaired with others of its type as being less, greater, equal, or not equal, based on its values.

Constructor & Destructor Documentation

◆ VBufStorage_controlFieldNodeIdentifier_t()

VBufStorage_controlFieldNodeIdentifier_t::VBufStorage_controlFieldNodeIdentifier_t ( int docHandle = 0,
int ID = 0 )

constructor.

Parameters
docHandlethe value you wish for the C{docHandle} member.
IDthe value you wish for the C{ID} member.

Member Function Documentation

◆ operator<()

bool VBufStorage_controlFieldNodeIdentifier_t::operator< ( const VBufStorage_controlFieldNodeIdentifier_t & other) const

References docHandle, and ID.

◆ operator!=()

bool VBufStorage_controlFieldNodeIdentifier_t::operator!= ( const VBufStorage_controlFieldNodeIdentifier_t & other) const

References docHandle, and ID.

◆ operator==()

bool VBufStorage_controlFieldNodeIdentifier_t::operator== ( const VBufStorage_controlFieldNodeIdentifier_t & other) const

References docHandle, and ID.

Member Data Documentation

◆ docHandle

◆ ID


The documentation for this class was generated from the following files: