Definition at line 509 of file qaccessible_win.cpp.
◆ QWindowsEnumerate()
QWindowsEnumerate::QWindowsEnumerate |
( |
const QVector< int > & |
a | ) |
|
|
inline |
◆ ~QWindowsEnumerate()
virtual QWindowsEnumerate::~QWindowsEnumerate |
( |
| ) |
|
|
inlinevirtual |
◆ AddRef()
ULONG STDMETHODCALLTYPE QWindowsEnumerate::AddRef |
( |
| ) |
|
◆ Clone()
HRESULT STDMETHODCALLTYPE QWindowsEnumerate::Clone |
( |
IEnumVARIANT ** |
ppEnum | ) |
|
Definition at line 564 of file qaccessible_win.cpp.
571 return E_OUTOFMEMORY;
ULONG STDMETHODCALLTYPE AddRef()
QWindowsEnumerate(const QVector< int > &a)
◆ Next()
HRESULT STDMETHODCALLTYPE QWindowsEnumerate::Next |
( |
unsigned long |
celt, |
|
|
VARIANT FAR * |
rgVar, |
|
|
unsigned long FAR * |
pCeltFetched |
|
) |
| |
Definition at line 580 of file qaccessible_win.cpp.
586 for (l = 0; l < celt; l++) {
587 VariantInit(&rgVar[l]);
int size() const
Returns the number of items in the vector.
◆ QueryInterface()
HRESULT STDMETHODCALLTYPE QWindowsEnumerate::QueryInterface |
( |
REFIID |
id, |
|
|
LPVOID * |
iface |
|
) |
| |
Definition at line 534 of file qaccessible_win.cpp.
537 if (
id == IID_IUnknown)
538 *iface = (IUnknown*)
this;
539 else if (
id == IID_IEnumVARIANT)
540 *iface = (IEnumVARIANT*)
this;
547 return E_NOINTERFACE;
ULONG STDMETHODCALLTYPE AddRef()
◆ Release()
ULONG STDMETHODCALLTYPE QWindowsEnumerate::Release |
( |
| ) |
|
◆ Reset()
HRESULT STDMETHODCALLTYPE QWindowsEnumerate::Reset |
( |
| ) |
|
◆ Skip()
HRESULT STDMETHODCALLTYPE QWindowsEnumerate::Skip |
( |
unsigned long |
celt | ) |
|
Definition at line 607 of file qaccessible_win.cpp.
int size() const
Returns the number of items in the vector.
◆ array
QVector<int> QWindowsEnumerate::array |
|
private |
◆ current
ULONG QWindowsEnumerate::current |
|
private |
◆ ref
ULONG QWindowsEnumerate::ref |
|
private |
The documentation for this class was generated from the following file: