Home
last modified time | relevance | path

Searched refs:EwsEventRequestBase (Results 1 – 8 of 8) sorted by relevance

/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/ews/ewsclient/
H A Dewseventrequestbase.cpp32 EwsEventRequestBase::EwsEventRequestBase(EwsClient &client, const QString &reqName, QObject *parent) in EwsEventRequestBase() function in EwsEventRequestBase
36 qRegisterMetaType<EwsEventRequestBase::Event::List>(); in EwsEventRequestBase()
39 EwsEventRequestBase::~EwsEventRequestBase() in ~EwsEventRequestBase()
43 bool EwsEventRequestBase::parseResult(QXmlStreamReader &reader) in parseResult()
50 bool EwsEventRequestBase::parseNotificationsResponse(QXmlStreamReader &reader) in parseNotificationsResponse()
75 EwsEventRequestBase::Response::Response(QXmlStreamReader &reader) in Response()
119 EwsEventRequestBase::Notification::Notification(QXmlStreamReader &reader) in Notification()
167 EwsEventRequestBase::Event::Event(QXmlStreamReader &reader) in Event()
237 bool EwsEventRequestBase::Response::operator==(const Response &other) const in operator ==()
242 bool EwsEventRequestBase::Notification::operator==(const Notification &other) const in operator ==()
[all …]
H A Dewseventrequestbase.h19 class EwsEventRequestBase : public EwsRequest
95 friend class EwsEventRequestBase::Notification;
140 friend class EwsEventRequestBase::Response;
158 friend class EwsEventRequestBase; variable
161 ~EwsEventRequestBase() override;
174 EwsEventRequestBase(EwsClient &client, const QString &reqName, QObject *parent);
183 Q_DECLARE_METATYPE(EwsEventRequestBase::Event::List)
H A Dewsgetstreamingeventsrequest.h16 class EwsGetStreamingEventsRequest : public EwsEventRequestBase
30 void eventsProcessed(const EwsEventRequestBase::Response &response);
H A Dewsgeteventsrequest.h15 class EwsGetEventsRequest : public EwsEventRequestBase
H A Dewsgeteventsrequest.cpp12 : EwsEventRequestBase(client, QStringLiteral("GetEvents"), parent) in EwsGetEventsRequest()
H A Dewsgetstreamingeventsrequest.cpp17 : EwsEventRequestBase(client, QStringLiteral("GetStreamingEvents"), parent) in EwsGetStreamingEventsRequest()
/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/ews/
H A Dewssubscriptionmanager.h17 class EwsEventRequestBase; variable
75 void processEvents(EwsEventRequestBase *req, bool finished);
85 EwsEventRequestBase *mEventReq = nullptr;
H A Dewssubscriptionmanager.cpp179 auto req = qobject_cast<EwsEventRequestBase *>(job); in getEventsRequestFinished()
210 auto req = qobject_cast<EwsEventRequestBase *>(job); in streamingEventsReceived()
233 void EwsSubscriptionManager::processEvents(EwsEventRequestBase *req, bool finished) in processEvents()