tuned-switcher 1.1.0
Performance profile manager
Loading...
Searching...
No Matches
dbusconverters.h File Reference
#include <QDBusArgument>
#include <QImage>
Include dependency graph for dbusconverters.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

QDBusArgument & operator<< (QDBusArgument &argument, const QImage &image)
 
const QDBusArgument & operator>> (const QDBusArgument &argument, QImage &)
 

Detailed Description

SPDX-FileCopyrightText: 2010 David Sansome me@da.nosp@m.vids.nosp@m.ansom.nosp@m.e.co.nosp@m.m SPDX-FileCopyrightText: 2021-2026 EasyCoding Team and contributors

SPDX-License-Identifier: GPL-3.0-or-later

Contains functions for automatic marshaling of a QImage for the org.freedesktop.Notifications.Notify DBus method.

These functions copied from the Clementine project and licensed under the terms of GNU General Public License, version 3 or later.

Function Documentation

◆ operator<<()

QDBusArgument & operator<< ( QDBusArgument & argument,
const QImage & image )

Overloaded operator << for the QImage DBus type.

Parameters
argumentQDBusArgument instance.
imageQImage instance.

◆ operator>>()

const QDBusArgument & operator>> ( const QDBusArgument & argument,
QImage &  )

Overloaded operator >> for the QImage DBus type.

Parameters
argumentQDBusArgument instance.