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
41 #include "moc_messageviewercheckbeforedeletingplugin.cpp"
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Dec 3 2023 03:57:07 by
doxygen 1.8.17 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.