#include <QDBusArgument>
#include <QList>
#include <QString>
#include <QVariantMap>
Go to the source code of this file.
◆ RemoteActions
◆ RemoteMatches
◆ operator<<() [1/3]
QDBusArgument & operator<< |
( |
QDBusArgument & | argument, |
|
|
const RemoteAction & | action ) |
|
inline |
◆ operator<<() [2/3]
QDBusArgument & operator<< |
( |
QDBusArgument & | argument, |
|
|
const RemoteImage & | image ) |
|
inline |
◆ operator<<() [3/3]
QDBusArgument & operator<< |
( |
QDBusArgument & | argument, |
|
|
const RemoteMatch & | match ) |
|
inline |
◆ operator>>() [1/3]
const QDBusArgument & operator>> |
( |
const QDBusArgument & | argument, |
|
|
RemoteAction & | action ) |
|
inline |
◆ operator>>() [2/3]
const QDBusArgument & operator>> |
( |
const QDBusArgument & | argument, |
|
|
RemoteImage & | image ) |
|
inline |
◆ operator>>() [3/3]
const QDBusArgument & operator>> |
( |
const QDBusArgument & | argument, |
|
|
RemoteMatch & | match ) |
|
inline |
◆ HighestCategoryRelevance
const qreal HighestCategoryRelevance = 100 |
◆ LowCategoryRelevance
const qreal LowCategoryRelevance = 30 |