Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qspi_struct_marshallers_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_STRUCT_MARSHALLERS_H
6#define Q_SPI_STRUCT_MARSHALLERS_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/qlist.h>
21#include <QtCore/qpair.h>
22#include <QtDBus/QDBusArgument>
23#include <QtDBus/QDBusConnection>
24#include <QtDBus/QDBusObjectPath>
25
26QT_REQUIRE_CONFIG(accessibility);
27
29
32
33// FIXME: make this copy on write
35{
38
41 : service(connection.baseService()), path(path) {}
42};
43Q_DECLARE_TYPEINFO(QSpiObjectReference, Q_RELOCATABLE_TYPE); // QDBusObjectPath is movable, even though it
44 // cannot be marked that way until Qt 6
45
48
50
52{
62};
64
66
69
71{
75};
77
79
82
84{
87};
89
91
94
97
98//a(iisv)
104};
106
108typedef QMap <QString, QString> QSpiAttributeSet;
109
115
117 int type; /* Is an application added or removed */
118 QString address; /* D-Bus address of application added or removed */
119};
121
124
126 unsigned int type;
127 int id;
132 bool isText;
133};
135
138
140
142
143QT_DECL_METATYPE_EXTERN(QSpiIntList, /* not exported */)
144QT_DECL_METATYPE_EXTERN(QSpiUIntList, /* not exported */)
149QT_DECL_METATYPE_EXTERN(QSpiAction, /* not exported */)
150QT_DECL_METATYPE_EXTERN(QSpiActionArray, /* not exported */)
155QT_DECL_METATYPE_EXTERN(QSpiTextRange, /* not exported */)
157QT_DECL_METATYPE_EXTERN(QSpiAttributeSet, /* not exported */)
158QT_DECL_METATYPE_EXTERN(QSpiAppUpdate, /* not exported */)
159QT_DECL_METATYPE_EXTERN(QSpiDeviceEvent, /* not exported */)
160
161// For qdbusxml2cpp-generated code
163
164#endif /* Q_SPI_STRUCT_MARSHALLERS_H */
\inmodule QtDBus
\inmodule QtDBus
\inmodule QtDBus
\inmodule QtCore
\macro QT_RESTRICTED_CAST_FROM_ASCII
Definition qstring.h:127
\inmodule QtCore
Definition qvariant.h:64
Combined button and popup list for selecting options.
std::pair< T1, T2 > QPair
DBusConnection * connection
#define QT_DECL_METATYPE_EXTERN(TYPE, EXPORT)
Definition qmetatype.h:1367
struct _cl_event * event
GLuint GLuint64EXT address
GLsizei const GLchar *const * path
QList< QSpiAccessibleCacheItem > QSpiAccessibleCacheArray
QDBusArgument & operator<<(QDBusArgument &argument, const QSpiObjectReference &address)
@ QSPI_APP_UPDATE_REMOVED
QList< QSpiTextRange > QSpiTextRangeList
const QDBusArgument & operator>>(const QDBusArgument &argument, QSpiObjectReference &address)
QList< QSpiObjectReference > QSpiObjectReferenceArray
QMap< QString, QString > QSpiAttributeSet
QList< QSpiRelationArrayEntry > QSpiRelationArray
void qSpiInitializeStructTypes()
QList< QSpiAction > QSpiActionArray
QList< QSpiEventListener > QSpiEventListenerArray
QPair< unsigned int, QSpiObjectReferenceArray > QSpiRelationArrayEntry
#define QT_REQUIRE_CONFIG(feature)
@ Q_PRIMITIVE_TYPE
Definition qtypeinfo.h:144
@ Q_RELOCATABLE_TYPE
Definition qtypeinfo.h:145
#define Q_DECLARE_TYPEINFO(TYPE, FLAGS)
Definition qtypeinfo.h:163
unsigned int uint
Definition qtypes.h:29
QGraphicsItem * item
QDBusArgument argument
QSpiObjectReferenceArray children
QSpiObjectReference(const QDBusConnection &connection, const QDBusObjectPath &path)