|
tuned-switcher 1.1.0
Performance profile manager
|

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) |
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.
| QDBusArgument & operator<< | ( | QDBusArgument & | argument, |
| const QTunedProfile & | profile ) |
Operator << of the QTunedProfile structure.
| argument | Instance of the QDBusArgument class. |
| profile | Instance of the QTunedProfile class. |
| QDBusArgument & operator<< | ( | QDBusArgument & | argument, |
| const QTunedProfileMode & | mode ) |
Operator << of the QTunedProfileMode structure.
| argument | Instance of the QDBusArgument class. |
| mode | Instance of the QTunedProfileMode class. |
| QDBusArgument & operator<< | ( | QDBusArgument & | argument, |
| const QTunedResult & | result ) |
Operator << of the QTunedResult structure.
| argument | Instance of the QDBusArgument class. |
| result | Instance of the QTunedResult class. |
| const QDBusArgument & operator>> | ( | const QDBusArgument & | argument, |
| QTunedProfile & | profile ) |
Operator >> of the QTunedProfile structure.
| argument | Instance of the QDBusArgument class. |
| profile | Instance of the QTunedProfile class. |
| const QDBusArgument & operator>> | ( | const QDBusArgument & | argument, |
| QTunedProfileMode & | mode ) |
Operator >> of the QTunedProfileMode structure.
| argument | Instance of the QDBusArgument class. |
| mode | Instance of the QTunedProfileMode class. |
| const QDBusArgument & operator>> | ( | const QDBusArgument & | argument, |
| QTunedResult & | result ) |
Operator >> of the QTunedResult structure.
| argument | Instance of the QDBusArgument class. |
| result | Instance of the QTunedResult class. |