4#ifndef QWINDOWSUIAEXPANDCOLLAPSEPROVIDER_H
5#define QWINDOWSUIAEXPANDCOLLAPSEPROVIDER_H
7#include <QtGui/qtguiglobal.h>
8#if QT_CONFIG(accessibility)
15class QWindowsUiaExpandCollapseProvider :
public QWindowsUiaBaseProvider,
18 Q_DISABLE_COPY_MOVE(QWindowsUiaExpandCollapseProvider)
20 explicit QWindowsUiaExpandCollapseProvider(QAccessible::Id
id);
21 virtual ~QWindowsUiaExpandCollapseProvider()
override;
24 HRESULT STDMETHODCALLTYPE Expand()
override;
Combined button and popup list for selecting options.
virtual HRESULT STDMETHODCALLTYPE Collapse()=0
IRawElementProviderFragment __RPC__deref_out_opt IRawElementProviderFragment ** pRetVal
virtual HRESULT STDMETHODCALLTYPE get_ExpandCollapseState(__RPC__out enum ExpandCollapseState *pRetVal)=0