Qt 6.x
The Qt SDK
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
27class QSpiDBusCache : public QObject
28{
30
31public:
35
37 void AddAccessible(const QSpiAccessibleCacheItem &nodeAdded);
38 void RemoveAccessible(const QSpiObjectReference &nodeRemoved);
39
40public Q_SLOTS:
42};
43
45
46#endif /* Q_SPI_CACHE_H */
\inmodule QtDBus
Definition qlist.h:74
\inmodule QtCore
Definition qobject.h:90
QObject * parent() const
Returns a pointer to the parent object.
Definition qobject.h:311
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
#define QT_REQUIRE_CONFIG(feature)
#define Q_OBJECT
#define Q_SLOTS
#define Q_SIGNALS
QGraphicsItem * item