KMessageBoxDontAskAgainInterface
KMessageBoxDontAskAgainInterface Class Referenceabstract
#include <kmessageboxdontaskagaininterface.h>
Public Member Functions | |
virtual void | enableAllMessages ()=0 |
virtual void | enableMessage (const QString &dontShowAgainName)=0 |
virtual void | saveDontShowAgainContinue (const QString &dontShowAgainName)=0 |
virtual void | saveDontShowAgainYesNo (const QString &dontShowAgainName, KMessageBox::ButtonCode result)=0 |
virtual void | setConfig (KConfig *)=0 |
virtual bool | shouldBeShownContinue (const QString &dontShowAgainName)=0 |
virtual bool | shouldBeShownYesNo (const QString &dontShowAgainName, KMessageBox::ButtonCode &result)=0 |
Detailed Description
Used internally by KMessageBox, implemented by plugin, for dynamic dependency on KConfig.
Definition at line 18 of file kmessageboxdontaskagaininterface.h.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon May 8 2023 04:01:28 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon May 8 2023 04:01:28 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.