Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qwindowsuiatableitemprovider.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 QWINDOWSUIATABLEITEMPROVIDER_H
5#define QWINDOWSUIATABLEITEMPROVIDER_H
6
7#include <QtGui/qtguiglobal.h>
8#if QT_CONFIG(accessibility)
9
11
13
14// Implements the Table Item control pattern provider. Used by items within a table/tree.
15class QWindowsUiaTableItemProvider : public QWindowsUiaBaseProvider,
16 public QComObject<ITableItemProvider>
17{
18 Q_DISABLE_COPY_MOVE(QWindowsUiaTableItemProvider)
19public:
20 explicit QWindowsUiaTableItemProvider(QAccessible::Id id);
21 virtual ~QWindowsUiaTableItemProvider();
22
23 // ITableItemProvider
24 HRESULT STDMETHODCALLTYPE GetRowHeaderItems(SAFEARRAY **pRetVal) override;
25 HRESULT STDMETHODCALLTYPE GetColumnHeaderItems(SAFEARRAY **pRetVal) override;
26};
27
29
30#endif // QT_CONFIG(accessibility)
31
32#endif // QWINDOWSUIATABLEITEMPROVIDER_H
Combined button and popup list for selecting options.
long HRESULT