Home
last modified time | relevance | path

Searched refs:EwsAttachment (Results 1 – 4 of 4) sorted by relevance

/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/ews/ewsclient/
H A Dewsattachment.cpp35 EwsAttachment::Type mType;
61 EwsAttachment::EwsAttachment() in EwsAttachment() function in EwsAttachment
66 EwsAttachment::~EwsAttachment() in ~EwsAttachment()
70 EwsAttachment::EwsAttachment(QXmlStreamReader &reader) in EwsAttachment() function in EwsAttachment
177 EwsAttachment::EwsAttachment(const EwsAttachment &other) in EwsAttachment() function in EwsAttachment
182 EwsAttachment::EwsAttachment(EwsAttachment &&other) in EwsAttachment() function in EwsAttachment
187 EwsAttachment &EwsAttachment::operator=(EwsAttachment &&other) in operator =()
193 EwsAttachment &EwsAttachment::operator=(const EwsAttachment &other) in operator =()
271 EwsAttachment::Type EwsAttachment::type() const in type()
292 void EwsAttachment::resetId() in resetId()
[all …]
H A Dewsattachment.h21 class EwsAttachment
31 typedef QVector<EwsAttachment> List;
33 EwsAttachment();
34 ~EwsAttachment();
35 explicit EwsAttachment(QXmlStreamReader &reader);
36 EwsAttachment(const EwsAttachment &other);
37 EwsAttachment(EwsAttachment &&other);
38 EwsAttachment &operator=(EwsAttachment &&other);
39 EwsAttachment &operator=(const EwsAttachment &other);
107 Q_DECLARE_METATYPE(EwsAttachment)
[all …]
H A Dewsitem.cpp340 EwsAttachment::List attList; in attachmentsReader()
347 EwsAttachment att(reader); in attachmentsReader()
354 val = QVariant::fromValue<EwsAttachment::List>(attList); in attachmentsReader()
/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/ews/test/unittests/
H A Dewsattachment_ut.cpp24 Q_DECLARE_METATYPE(EwsAttachment::Type)
47 EwsAttachment att(reader); in read()
55 QFETCH(EwsAttachment::Type, type); in read()
146 QTest::addColumn<EwsAttachment::Type>("type"); in read_data()
182 …<< EwsAttachment::UnknownAttachment << false << QString() << false << QString() << false << QStrin… in read_data()
186 …cHead + QStringLiteral("<TestAttachment />") + xmlDocTail << false << EwsAttachment::UnknownAttach… in read_data()
205 …<< false << EwsAttachment::UnknownAttachment << false << QString() << false << QString() << false … in read_data()
228 … << EwsAttachment::FileAttachment << false << QString() << false << QString() << true in read_data()
328 QFETCH(EwsAttachment::Type, type); in write()
331 EwsAttachment att; in write()
[all …]