Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F37954716
kmessageboxdontaskagainstorage.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
1 KB
Subscribers
None
kmessageboxdontaskagainstorage.h
View Options
// This file is part of the KDE libraries
// SPDX-FileCopyrightText: 2012 David Faure <faure+bluesystems@kde.org>
// SPDX-License-Identifier: LGPL-2.0-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
#pragma once
#include
<KMessageBoxDontAskAgainInterface>
class
KMessageBoxDontAskAgainConfigStorage
:
public
KMessageBoxDontAskAgainInterface
{
public
:
KMessageBoxDontAskAgainConfigStorage
()
:
KMessageBox_againConfig
(
nullptr
)
{
}
~
KMessageBoxDontAskAgainConfigStorage
()
override
{
}
bool
shouldBeShownTwoActions
(
const
QString
&
dontShowAgainName
,
KMessageBox
::
ButtonCode
&
result
)
override
;
bool
shouldBeShownContinue
(
const
QString
&
dontShowAgainName
)
override
;
void
saveDontShowAgainTwoActions
(
const
QString
&
dontShowAgainName
,
KMessageBox
::
ButtonCode
result
)
override
;
void
saveDontShowAgainContinue
(
const
QString
&
dontShowAgainName
)
override
;
void
enableAllMessages
()
override
;
void
enableMessage
(
const
QString
&
dontShowAgainName
)
override
;
void
setConfig
(
KConfig
*
cfg
)
override
{
KMessageBox_againConfig
=
cfg
;
}
private
:
KConfig
*
KMessageBox_againConfig
;
};
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Thu, Mar 19, 6:01 PM (2 h, 15 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
4d/fc/f7c4bba761a544da5b05beb37f8a
Attached To
rKLEOPATRA Kleopatra
Event Timeline
Log In to Comment