Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qwindowsuiainvokeprovider.h
Go to the documentation of this file.
1// Copyright (C) 2017 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#ifndef QWINDOWSUIAINVOKEPROVIDER_H
5#define QWINDOWSUIAINVOKEPROVIDER_H
6
7#include <QtGui/qtguiglobal.h>
8#if QT_CONFIG(accessibility)
9
11
13
14// Implements the Invoke control pattern provider.
15class QWindowsUiaInvokeProvider : public QWindowsUiaBaseProvider,
16 public QWindowsComBase<IInvokeProvider>
17{
18 Q_DISABLE_COPY_MOVE(QWindowsUiaInvokeProvider)
19public:
20 explicit QWindowsUiaInvokeProvider(QAccessible::Id id);
21 virtual ~QWindowsUiaInvokeProvider();
22
23 // IInvokeProvider
24 HRESULT STDMETHODCALLTYPE Invoke() override;
25};
26
28
29#endif // QT_CONFIG(accessibility)
30
31#endif // QWINDOWSUIAINVOKEPROVIDER_H
Combined button and popup list for selecting options.
long HRESULT