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