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
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) 2023 The Qt Company Ltd and other contributors.
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 <QtCore/QObject>
15#include <QtCore/QByteArray>
16#include <QtCore/QList>
17#include <QtCore/QMap>
18#include <QtCore/QString>
19#include <QtCore/QStringList>
20#include <QtCore/QVariant>
21#include <QtDBus/QtDBus>
22
23/*
24 * Proxy class for interface org.freedesktop.IBus.Portal
25 */
27{
29public:
30 static inline const char *staticInterfaceName()
31 { return "org.freedesktop.IBus.Portal"; }
32
33public:
35
37
38public Q_SLOTS: // METHODS
39 inline QDBusPendingReply<QDBusObjectPath> CreateInputContext(const QString &name)
40 {
41 QList<QVariant> argumentList;
42 argumentList << QVariant::fromValue(name);
43 return asyncCallWithArgumentList(QStringLiteral("CreateInputContext"), argumentList);
44 }
45
46Q_SIGNALS: // SIGNALS
47};
48
49#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
QDBusPendingReply< QDBusObjectPath > CreateInputContext(const QString &name)
static const char * staticInterfaceName()
QIBusProxyPortal(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent=nullptr)
\inmodule QtCore
Definition qobject.h:103
QObject * parent() const
Returns a pointer to the parent object.
Definition qobject.h:346
\macro QT_RESTRICTED_CAST_FROM_ASCII
Definition qstring.h:129
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:536
GLuint name
GLsizei const GLchar *const * path
#define QStringLiteral(str)
#define Q_OBJECT
#define Q_SLOTS
#define Q_SIGNALS