#include <PhosphorProtocol/WindowTypes.h>
#include <PhosphorProtocol/phosphorprotocol_export.h>
#include <PhosphorDBus/Streaming.h>
#include <QDBusArgument>
#include <QDBusMetaType>
Go to the source code of this file.
|
| namespace | PhosphorProtocol |
| | D-Bus marshalling for the shared tiling-family value types (see AutotileTypes.h; the file names predate the autotile-to-tiling generalization and are load-bearing across the build, so only the docs moved with the split).
|
| |
|
| PHOSPHORPROTOCOL_EXPORT QDBusArgument & | PhosphorProtocol::operator<< (QDBusArgument &arg, const WindowGeometryEntry &e) |
| |
| PHOSPHORPROTOCOL_EXPORT const QDBusArgument & | PhosphorProtocol::operator>> (const QDBusArgument &arg, WindowGeometryEntry &e) |
| |
| PHOSPHORPROTOCOL_EXPORT QDBusArgument & | PhosphorProtocol::operator<< (QDBusArgument &arg, const SnapConfirmationEntry &e) |
| |
| PHOSPHORPROTOCOL_EXPORT const QDBusArgument & | PhosphorProtocol::operator>> (const QDBusArgument &arg, SnapConfirmationEntry &e) |
| |
| PHOSPHORPROTOCOL_EXPORT QDBusArgument & | PhosphorProtocol::operator<< (QDBusArgument &arg, const WindowOpenedEntry &e) |
| |
| PHOSPHORPROTOCOL_EXPORT const QDBusArgument & | PhosphorProtocol::operator>> (const QDBusArgument &arg, WindowOpenedEntry &e) |
| |
| PHOSPHORPROTOCOL_EXPORT QDBusArgument & | PhosphorProtocol::operator<< (QDBusArgument &arg, const WindowStateEntry &e) |
| |
| PHOSPHORPROTOCOL_EXPORT const QDBusArgument & | PhosphorProtocol::operator>> (const QDBusArgument &arg, WindowStateEntry &e) |
| |
| PHOSPHORPROTOCOL_EXPORT QDBusArgument & | PhosphorProtocol::operator<< (QDBusArgument &arg, const UnfloatRestoreResult &e) |
| |
| PHOSPHORPROTOCOL_EXPORT const QDBusArgument & | PhosphorProtocol::operator>> (const QDBusArgument &arg, UnfloatRestoreResult &e) |
| |