sweeper
#include <privacyaction.h>

Public Member Functions | |
PrivacyAction (QTreeWidgetItem *parent, const QString &name, const QString &desc=QString()) | |
~PrivacyAction () | |
virtual bool | action ()=0 |
virtual QString | configKey () const =0 |
QString | getErrMsg () const |
Protected Attributes | |
QString | errMsg |
Detailed Description
Copyright (C) 2005 Brian S.
Stephan ( bssteph at irtonline dot org )
This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
Definition at line 24 of file privacyaction.h.
Constructor & Destructor Documentation
PrivacyAction::PrivacyAction | ( | QTreeWidgetItem * | parent, |
const QString & | name, | ||
const QString & | desc = QString() |
||
) |
Copyright (C) 2005 Brian S.
Stephan ( bssteph at irtonline dot org )
This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
Definition at line 21 of file privacyaction.cpp.
PrivacyAction::~PrivacyAction | ( | ) |
Definition at line 31 of file privacyaction.cpp.
Member Function Documentation
|
pure virtual |
Implemented in ClearRecentApplicationAction, ClearFaviconsAction, ClearRecentDocumentsAction, ClearWebCacheAction, ClearWebHistoryAction, ClearFormCompletionAction, ClearRunCommandHistoryAction, ClearThumbnailsAction, ClearSavedClipboardContentsAction, ClearAllCookiesPoliciesAction, and ClearAllCookiesAction.
|
pure virtual |
Implemented in ClearRecentApplicationAction, ClearFaviconsAction, ClearRecentDocumentsAction, ClearWebCacheAction, ClearWebHistoryAction, ClearFormCompletionAction, ClearRunCommandHistoryAction, ClearThumbnailsAction, ClearSavedClipboardContentsAction, ClearAllCookiesPoliciesAction, and ClearAllCookiesAction.
|
inline |
Definition at line 30 of file privacyaction.h.
Member Data Documentation
|
protected |
Definition at line 36 of file privacyaction.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:07:17 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.