|
tuned-switcher 1.1.0
Performance profile manager
|
#include <tunedtypes.h>
Public Member Functions | |
| QTunedProfile () | |
Public Attributes | |
| QString | Name |
| QString | Description |
Friends | |
| QDBusArgument & | operator<< (QDBusArgument &argument, const QTunedProfile &profile) |
| const QDBusArgument & | operator>> (const QDBusArgument &argument, QTunedProfile &profile) |
Structure for working with a single Tuned profile entry.
|
inline |
Constructor of the QTunedProfile structure.
|
friend |
Operator << of the QTunedProfile structure.
| argument | Instance of the QDBusArgument class. |
| profile | Instance of the QTunedProfile class. |
|
friend |
Operator >> of the QTunedProfile structure.
| argument | Instance of the QDBusArgument class. |
| profile | Instance of the QTunedProfile class. |
| QString QTunedProfile::Description |
Tuned profile description.
| QString QTunedProfile::Name |
Tuned profile name.