4#ifndef QWINDOWSUIAGRIDITEMPROVIDER_H
5#define QWINDOWSUIAGRIDITEMPROVIDER_H
7#include <QtGui/qtguiglobal.h>
8#if QT_CONFIG(accessibility)
15class QWindowsUiaGridItemProvider :
public QWindowsUiaBaseProvider,
18 Q_DISABLE_COPY_MOVE(QWindowsUiaGridItemProvider)
20 explicit QWindowsUiaGridItemProvider(QAccessible::Id
id);
21 virtual ~QWindowsUiaGridItemProvider();
Combined button and popup list for selecting options.
virtual HRESULT STDMETHODCALLTYPE get_RowSpan(__RPC__out int *pRetVal)=0
virtual HRESULT STDMETHODCALLTYPE get_ColumnSpan(__RPC__out int *pRetVal)=0
virtual HRESULT STDMETHODCALLTYPE get_ContainingGrid(__RPC__deref_out_opt IRawElementProviderSimple **pRetVal)=0
IRawElementProviderFragment __RPC__deref_out_opt IRawElementProviderFragment ** pRetVal
virtual HRESULT STDMETHODCALLTYPE get_Column(__RPC__out int *pRetVal)=0