Messagelib
8#include "messageviewer_export.h"
9#include <KMessageWidget>
12namespace MessageViewer
22 enum ResponseType : uint8_t {
28 ~MDNWarningWidget()
override;
30 void setCanDeny(
bool deny);
32 void setInformation(
const QString &str);
34 [[nodiscard]] KMime::MDN::SendingMode sendingMode()
const;
35 void setSendingMode(KMime::MDN::SendingMode newSendingMode);
38 void sendResponse(MessageViewer::MDNWarningWidget::ResponseType type, KMime::MDN::SendingMode sendingMode);
41 MESSAGEVIEWER_NO_EXPORT
void slotSend();
42 MESSAGEVIEWER_NO_EXPORT
void slotIgnore();
43 MESSAGEVIEWER_NO_EXPORT
void slotSendDeny();
47 KMime::MDN::SendingMode mSendingMode = KMime::MDN::SentAutomatically;
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:47:40 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.