3#include <QDBusArgument>
4#include <QDBusObjectPath>
19 argument << sessionInfo.sessionId;
20 argument << sessionInfo.userId;
21 argument << sessionInfo.userName;
22 argument << sessionInfo.seatId;
23 argument << sessionInfo.sessionPath;
32 argument >> sessionInfo.sessionId;
33 argument >> sessionInfo.userId;
34 argument >> sessionInfo.userName;
35 argument >> sessionInfo.seatId;
36 argument >> sessionInfo.sessionPath;
53 argument << userInfo.userId;
54 argument << userInfo.name;
55 argument << userInfo.path;
64 argument >> userInfo.userId;
65 argument >> userInfo.name;
66 argument >> userInfo.path;
80 argument << namedSeat.name;
81 argument << namedSeat.path;
89 argument >> namedSeat.name;
90 argument >> namedSeat.path;
97typedef NamedSeatPath NamedSessionPath;
100struct NamedUserPath {
108 argument << namedUser.userId;
109 argument << namedUser.path;
117 argument >> namedUser.userId;
118 argument >> namedUser.path;
137 argument << inhibitor.what;
138 argument << inhibitor.who;
139 argument << inhibitor.why;
140 argument << inhibitor.mode;
141 argument << inhibitor.userId;
142 argument << inhibitor.processId;
150 argument >> inhibitor.what;
151 argument >> inhibitor.who;
152 argument >> inhibitor.why;
153 argument >> inhibitor.mode;
154 argument >> inhibitor.userId;
155 argument >> inhibitor.processId;
KCALENDARCORE_EXPORT QDataStream & operator>>(QDataStream &in, const KCalendarCore::Alarm::Ptr &)
QDebug operator<<(QDebug dbg, const PerceptualColor::MultiSpinBoxSection &value)