NVDA Helper
In-process and lite high-speed utilities for NVDA
|
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. | |
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.
VBufStorage_controlFieldNodeIdentifier_t::VBufStorage_controlFieldNodeIdentifier_t | ( | int | docHandle = 0, |
int | ID = 0 ) |
constructor.
docHandle | the value you wish for the C{docHandle} member. |
ID | the value you wish for the C{ID} member. |
bool VBufStorage_controlFieldNodeIdentifier_t::operator< | ( | const VBufStorage_controlFieldNodeIdentifier_t & | other | ) | const |
bool VBufStorage_controlFieldNodeIdentifier_t::operator!= | ( | const VBufStorage_controlFieldNodeIdentifier_t & | other | ) | const |
bool VBufStorage_controlFieldNodeIdentifier_t::operator== | ( | const VBufStorage_controlFieldNodeIdentifier_t & | other | ) | const |
const int VBufStorage_controlFieldNodeIdentifier_t::docHandle |
a value which uniquely identifies the window or document this control is in.
Referenced by VBufStorage_buffer_t::addReferenceNodeToBuffer(), VBufStorage_controlFieldNode_t::generateAttributesForMarkupOpeningTag(), VBufStorage_controlFieldNode_t::getDebugInfo(), VBufStorage_controlFieldNode_t::getIdentifier(), VBufStorage_buffer_t::getIdentifierFromControlFieldNode(), VBufStorage_buffer_t::locateControlFieldNodeAtOffset(), operator!=(), operator<(), operator==(), and VBufStorage_controlFieldNode_t::VBufStorage_controlFieldNode_t().
const int VBufStorage_controlFieldNodeIdentifier_t::ID |
A value which uniquely identifies the control, relative to a window or document.
Referenced by VBufStorage_buffer_t::addReferenceNodeToBuffer(), VBufStorage_controlFieldNode_t::generateAttributesForMarkupOpeningTag(), VBufStorage_controlFieldNode_t::getDebugInfo(), VBufStorage_controlFieldNode_t::getIdentifier(), VBufStorage_buffer_t::getIdentifierFromControlFieldNode(), VBufStorage_buffer_t::locateControlFieldNodeAtOffset(), operator!=(), operator<(), operator==(), and VBufStorage_controlFieldNode_t::VBufStorage_controlFieldNode_t().