tuned-switcher 1.1.0
Performance profile manager
Loading...
Searching...
No Matches
tunedtypes.cpp File Reference
#include <QDBusArgument>
#include "tunedtypes/tunedtypes.h"
Include dependency graph for tunedtypes.cpp:

Functions

QDBusArgument & operator<< (QDBusArgument &argument, const QTunedProfile &profile)
 
const QDBusArgument & operator>> (const QDBusArgument &argument, QTunedProfile &profile)
 
QDBusArgument & operator<< (QDBusArgument &argument, const QTunedProfileMode &mode)
 
const QDBusArgument & operator>> (const QDBusArgument &argument, QTunedProfileMode &mode)
 
QDBusArgument & operator<< (QDBusArgument &argument, const QTunedResult &result)
 
const QDBusArgument & operator>> (const QDBusArgument &argument, QTunedResult &result)
 

Detailed Description

SPDX-FileCopyrightText: 2021-2026 EasyCoding Team and contributors

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

Contains implementations of special structures for use in other classes.

Function Documentation

◆ operator<<() [1/3]

QDBusArgument & operator<< ( QDBusArgument & argument,
const QTunedProfile & profile )

Operator << of the QTunedProfile structure.

Parameters
argumentInstance of the QDBusArgument class.
profileInstance of the QTunedProfile class.

◆ operator<<() [2/3]

QDBusArgument & operator<< ( QDBusArgument & argument,
const QTunedProfileMode & mode )

Operator << of the QTunedProfileMode structure.

Parameters
argumentInstance of the QDBusArgument class.
modeInstance of the QTunedProfileMode class.

◆ operator<<() [3/3]

QDBusArgument & operator<< ( QDBusArgument & argument,
const QTunedResult & result )

Operator << of the QTunedResult structure.

Parameters
argumentInstance of the QDBusArgument class.
resultInstance of the QTunedResult class.

◆ operator>>() [1/3]

const QDBusArgument & operator>> ( const QDBusArgument & argument,
QTunedProfile & profile )

Operator >> of the QTunedProfile structure.

Parameters
argumentInstance of the QDBusArgument class.
profileInstance of the QTunedProfile class.

◆ operator>>() [2/3]

const QDBusArgument & operator>> ( const QDBusArgument & argument,
QTunedProfileMode & mode )

Operator >> of the QTunedProfileMode structure.

Parameters
argumentInstance of the QDBusArgument class.
modeInstance of the QTunedProfileMode class.

◆ operator>>() [3/3]

const QDBusArgument & operator>> ( const QDBusArgument & argument,
QTunedResult & result )

Operator >> of the QTunedResult structure.

Parameters
argumentInstance of the QDBusArgument class.
resultInstance of the QTunedResult class.