|
tuned-switcher 1.1.0
Performance profile manager
|
#include <tunedtypes.h>
Public Member Functions | |
| QTunedResult () | |
| QTunedResult (bool success, QString message) | |
| operator bool () const | |
Public Attributes | |
| bool | Success |
| QString | Message |
Friends | |
| QDBusArgument & | operator<< (QDBusArgument &argument, const QTunedResult &result) |
| const QDBusArgument & | operator>> (const QDBusArgument &argument, QTunedResult &result) |
Structure for working with the return values of the Tuned methods.
|
inline |
Constructor of the QTunedResult structure.
|
inline |
Alternative constructor of the QTunedResult structure.
| success | Method result. |
| message | Result message. |
|
inline |
QTunedResult check operator.
| true | Method returned success. |
| false | Method returned an error. |
|
friend |
Operator << of the QTunedResult structure.
| argument | Instance of the QDBusArgument class. |
| result | Instance of the QTunedResult class. |
|
friend |
Operator >> of the QTunedResult structure.
| argument | Instance of the QDBusArgument class. |
| result | Instance of the QTunedResult class. |
| QString QTunedResult::Message |
Result message.
| bool QTunedResult::Success |
Method result.