KWin
Loading...
Searching...
No Matches
Classes | Typedefs | Functions | Variables
dbusutils_p.h File Reference
#include <QDBusArgument>
#include <QList>
#include <QString>
#include <QVariantMap>

Go to the source code of this file.

Classes

struct  RemoteMatch
 
struct  RemoteAction
 
struct  RemoteImage
 

Typedefs

typedef QList< RemoteMatchRemoteMatches
 
typedef QList< RemoteActionRemoteActions
 

Functions

QDBusArgument & operator<< (QDBusArgument &argument, const RemoteMatch &match)
 
const QDBusArgument & operator>> (const QDBusArgument &argument, RemoteMatch &match)
 
QDBusArgument & operator<< (QDBusArgument &argument, const RemoteAction &action)
 
const QDBusArgument & operator>> (const QDBusArgument &argument, RemoteAction &action)
 
QDBusArgument & operator<< (QDBusArgument &argument, const RemoteImage &image)
 
const QDBusArgument & operator>> (const QDBusArgument &argument, RemoteImage &image)
 

Variables

const qreal HighestCategoryRelevance = 100
 
const qreal LowCategoryRelevance = 30
 

Typedef Documentation

◆ RemoteActions

typedef QList<RemoteAction> RemoteActions

Definition at line 41 of file dbusutils_p.h.

◆ RemoteMatches

typedef QList<RemoteMatch> RemoteMatches

Definition at line 32 of file dbusutils_p.h.

Function Documentation

◆ operator<<() [1/3]

QDBusArgument & operator<< ( QDBusArgument & argument,
const RemoteAction & action )
inline

Definition at line 82 of file dbusutils_p.h.

◆ operator<<() [2/3]

QDBusArgument & operator<< ( QDBusArgument & argument,
const RemoteImage & image )
inline

Definition at line 102 of file dbusutils_p.h.

◆ operator<<() [3/3]

QDBusArgument & operator<< ( QDBusArgument & argument,
const RemoteMatch & match )
inline

Definition at line 55 of file dbusutils_p.h.

◆ operator>>() [1/3]

const QDBusArgument & operator>> ( const QDBusArgument & argument,
RemoteAction & action )
inline

Definition at line 92 of file dbusutils_p.h.

◆ operator>>() [2/3]

const QDBusArgument & operator>> ( const QDBusArgument & argument,
RemoteImage & image )
inline

Definition at line 116 of file dbusutils_p.h.

◆ operator>>() [3/3]

const QDBusArgument & operator>> ( const QDBusArgument & argument,
RemoteMatch & match )
inline

Definition at line 68 of file dbusutils_p.h.

Variable Documentation

◆ HighestCategoryRelevance

const qreal HighestCategoryRelevance = 100

Definition at line 18 of file dbusutils_p.h.

◆ LowCategoryRelevance

const qreal LowCategoryRelevance = 30

Definition at line 19 of file dbusutils_p.h.