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
qspidbuscache_p.h
Go to the documentation of this file.
1// Copyright (C) 2016 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
5#ifndef Q_SPI_CACHE_H
6#define Q_SPI_CACHE_H
7
8//
9// W A R N I N G
10// -------------
11//
12// This file is not part of the Qt API. It exists purely as an
13// implementation detail. This header file may change from version to
14// version without notice, or even be removed.
15//
16// We mean it.
17//
18
19#include <QtGui/private/qtguiglobal_p.h>
20#include <QtCore/QObject>
22
23QT_REQUIRE_CONFIG(accessibility);
24
26
43
45
46#endif /* Q_SPI_CACHE_H */
\inmodule QtDBus
\inmodule QtCore
Definition qobject.h:103
QObject * parent() const
Returns a pointer to the parent object.
Definition qobject.h:346
void RemoveAccessible(const QSpiObjectReference &nodeRemoved)
QSpiDBusCache(QDBusConnection c, QObject *parent=nullptr)
void AddAccessible(const QSpiAccessibleCacheItem &nodeAdded)
QSpiAccessibleCacheArray GetItems()
void emitAddAccessible(const QSpiAccessibleCacheItem &item)
void emitRemoveAccessible(const QSpiObjectReference &item)
Combined button and popup list for selecting options.
const GLubyte * c
QList< QSpiAccessibleCacheItem > QSpiAccessibleCacheArray
#define QT_REQUIRE_CONFIG(feature)
#define Q_OBJECT
#define Q_SLOTS
#define Q_SIGNALS
QGraphicsItem * item