Messagelib
8#include "messageviewer_export.h"
10namespace MessageViewer
12class MessageViewerCheckBeforeDeletingParametersPrivate;
16class MESSAGEVIEWER_EXPORT MessageViewerCheckBeforeDeletingParameters
19 MessageViewerCheckBeforeDeletingParameters();
20 MessageViewerCheckBeforeDeletingParameters(
const MessageViewerCheckBeforeDeletingParameters &other);
21 ~MessageViewerCheckBeforeDeletingParameters();
23 enum DeleteType : uint8_t {
29 [[nodiscard]] MessageViewerCheckBeforeDeletingParameters::DeleteType deleteType()
const;
30 void setDeleteType(MessageViewerCheckBeforeDeletingParameters::DeleteType type);
32 MessageViewerCheckBeforeDeletingParameters &operator=(
const MessageViewerCheckBeforeDeletingParameters &other);
33 [[nodiscard]]
bool operator==(
const MessageViewerCheckBeforeDeletingParameters &other)
const;
38 [[nodiscard]]
bool isValid()
const;
41 MessageViewerCheckBeforeDeletingParametersPrivate *
const d;
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.