Home
last modified time | relevance | path

Searched refs:EwsEventType (Results 1 – 6 of 6) sorted by relevance

/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/ews/ewsclient/
H A Dewssubscriberequest.h65 void setEventTypes(const QList<EwsEventType> &types) in setEventTypes()
95 QList<EwsEventType> mEventTypes;
H A Dewseventrequestbase.h31 EwsEventType type() const in type()
85 EwsEventType mType;
H A Dewssubscriberequest.cpp70 for (const EwsEventType type : std::as_const(mEventTypes)) { in start()
H A Dewstypes.h455 } EwsEventType; typedef
/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/ews/
H A Dewsfetchitemsjob.h29 EwsEventType type;
91 using QueuedUpdateHash = QHash<EwsEventType, QHash<QString, QString>>;
H A Dewssubscriptionmanager.cpp96 QList<EwsEventType> events; in setupSubscriptionReq()