Messagelib
7 #include "messageviewercheckbeforedeletingplugin.h"
9 using namespace MessageViewer;
10 class MessageViewer::MessageViewerCheckBeforeDeletingPluginPrivate
13 MessageViewerCheckBeforeDeletingPluginPrivate() =
default;
14 bool mIsEnabled =
true;
17 MessageViewerCheckBeforeDeletingPlugin::MessageViewerCheckBeforeDeletingPlugin(
QObject *parent)
19 , d(new MessageViewer::MessageViewerCheckBeforeDeletingPluginPrivate)
23 MessageViewerCheckBeforeDeletingPlugin::~MessageViewerCheckBeforeDeletingPlugin() =
default;
25 void MessageViewerCheckBeforeDeletingPlugin::showConfigureDialog(
QWidget *parent)
31 void MessageViewerCheckBeforeDeletingPlugin::setIsEnabled(
bool enabled)
33 d->mIsEnabled = enabled;
36 bool MessageViewerCheckBeforeDeletingPlugin::isEnabled()
const
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Fri Mar 24 2023 04:08:31 by
doxygen 1.8.17 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.