|
tuned-switcher 1.1.0
Performance profile manager
|
#include <tunedtypes.h>
Public Member Functions | |
| QTunedProfileMode () | |
Public Attributes | |
| QString | Mode |
| QString | Reason |
Friends | |
| QDBusArgument & | operator<< (QDBusArgument &argument, const QTunedProfileMode &mode) |
| const QDBusArgument & | operator>> (const QDBusArgument &argument, QTunedProfileMode &mode) |
Structure for working Tuned profile modes.
|
inline |
Constructor of the QTunedProfileMode structure.
|
friend |
Operator << of the QTunedProfileMode structure.
| argument | Instance of the QDBusArgument class. |
| mode | Instance of the QTunedProfileMode class. |
|
friend |
Operator >> of the QTunedProfileMode structure.
| argument | Instance of the QDBusArgument class. |
| mode | Instance of the QTunedProfileMode class. |
| QString QTunedProfileMode::Mode |
Tuned profile mode.
| QString QTunedProfileMode::Reason |
Tuned profile mode switch reason.