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
qgtk3portalinterface.cpp File Reference

(d0b4e8a601bc2f81ddb23c124acc99defa26c02f)

#include "qgtk3portalinterface_p.h"
#include "qgtk3storage_p.h"
#include <QtDBus/QDBusArgument>
#include <QtDBus/QDBusConnection>
#include <QtDBus/QDBusMessage>
#include <QtDBus/QDBusPendingCall>
#include <QtDBus/QDBusPendingCallWatcher>
#include <QtDBus/QDBusPendingReply>
#include <QtDBus/QDBusVariant>
#include <QtDBus/QtDBus>
#include "moc_qgtk3portalinterface_p.cpp"
+ Include dependency graph for qgtk3portalinterface.cpp:

Go to the source code of this file.

Functions

QT_BEGIN_NAMESPACE Q_LOGGING_CATEGORY (lcQGtk3PortalInterface, "qt.qpa.gtk")
 
static constexpr QLatin1StringView appearanceInterface ("org.freedesktop.appearance")
 
static constexpr QLatin1StringView colorSchemeKey ("color-scheme")
 
const QDBusArgumentoperator>> (const QDBusArgument &argument, QMap< QString, QVariantMap > &map)
 

Function Documentation

◆ appearanceInterface()

static constexpr QLatin1StringView appearanceInterface ( "org.freedesktop.appearance" )
staticconstexpr

◆ colorSchemeKey()

static constexpr QLatin1StringView colorSchemeKey ( "color-scheme" )
staticconstexpr

◆ operator>>()

const QDBusArgument & operator>> ( const QDBusArgument & argument,
QMap< QString, QVariantMap > & map )

Definition at line 36 of file qgtk3portalinterface.cpp.

References argument, QDBusArgument::atEnd(), QDBusArgument::beginMap(), QDBusArgument::beginMapEntry(), QMap< Key, T >::clear(), QDBusArgument::endMap(), QDBusArgument::endMapEntry(), QMap< Key, T >::insert(), and map.

+ Here is the call graph for this function:

◆ Q_LOGGING_CATEGORY()

QT_BEGIN_NAMESPACE Q_LOGGING_CATEGORY ( lcQGtk3PortalInterface ,
"qt.qpa.gtk"  )