Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qibusproxyportal.h
Go to the documentation of this file.
1/*
2 * This file was generated by qdbusxml2cpp version 0.8
3 * Command line was: qdbusxml2cpp -N -p qibusproxyportal -c QIBusProxyPortal interfaces/org.freedesktop.IBus.Portal.xml
4 *
5 * qdbusxml2cpp is Copyright (C) 2017 The Qt Company Ltd.
6 *
7 * This is an auto-generated file.
8 * Do not edit! All changes made to it will be lost.
9 */
10
11#ifndef QIBUSPROXYPORTAL_H
12#define QIBUSPROXYPORTAL_H
13
14#include <QObject>
15#include <QByteArray>
16#include <QList>
17#include <QMap>
18#include <QString>
19#include <QStringList>
20#include <QVariant>
21#include <QDBusAbstractInterface>
22#include <QDBusPendingReply>
23
24/*
25 * Proxy class for interface org.freedesktop.IBus.Portal
26 */
28{
30public:
31 static inline const char *staticInterfaceName()
32 { return "org.freedesktop.IBus.Portal"; }
33
34public:
36
38
39public Q_SLOTS: // METHODS
41 {
42 QList<QVariant> argumentList;
43 argumentList << QVariant::fromValue(name);
44 return asyncCallWithArgumentList(QStringLiteral("CreateInputContext"), argumentList);
45 }
46
47Q_SIGNALS: // SIGNALS
48};
49
50#endif
QDBusPendingCall asyncCallWithArgumentList(const QString &method, const QList< QVariant > &args)
QString service() const
Returns the name of the service this interface is associated with.
QDBusConnection connection() const
Returns the connection this interface is associated with.
\inmodule QtDBus
\inmodule QtDBus
QDBusPendingReply< QDBusObjectPath > CreateInputContext(const QString &name)
static const char * staticInterfaceName()
Definition qlist.h:74
\inmodule QtCore
Definition qobject.h:90
QObject * parent() const
Returns a pointer to the parent object.
Definition qobject.h:311
\macro QT_RESTRICTED_CAST_FROM_ASCII
Definition qstring.h:127
static auto fromValue(T &&value) noexcept(std::is_nothrow_copy_constructible_v< T > &&Private::CanUseInternalSpace< T >) -> std::enable_if_t< std::conjunction_v< std::is_copy_constructible< T >, std::is_destructible< T > >, QVariant >
Definition qvariant.h:531
GLuint name
GLsizei const GLchar *const * path
#define QStringLiteral(str)
#define Q_OBJECT
#define Q_SLOTS
#define Q_SIGNALS