• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdeutils API Reference
  • KDE Home
  • Contact Us
 

sweeper

  • sources
  • kde-4.14
  • kdeutils
  • sweeper
privacyaction.h
Go to the documentation of this file.
1 
19 #ifndef PRIVACYACTION_H
20 #define PRIVACYACTION_H
21 
22 #include <QTreeWidgetItem>
23 
24 class PrivacyAction : public QTreeWidgetItem
25 {
26  public:
27  PrivacyAction(QTreeWidgetItem * parent, const QString &name, const QString &desc = QString());
28  ~PrivacyAction();
29 
30  QString getErrMsg() const { return errMsg; }
31 
32  virtual bool action() = 0;
33  virtual QString configKey() const = 0;
34 
35  protected:
36  QString errMsg;
37 };
38 
39 #endif
40 
41 // kate: tab-width 3; indent-mode cstyle; replace-tabs true;
PrivacyAction::getErrMsg
QString getErrMsg() const
Definition: privacyaction.h:30
PrivacyAction::~PrivacyAction
~PrivacyAction()
Definition: privacyaction.cpp:31
PrivacyAction::errMsg
QString errMsg
Definition: privacyaction.h:36
PrivacyAction
Copyright (C) 2005 Brian S.
Definition: privacyaction.h:24
PrivacyAction::action
virtual bool action()=0
QString
PrivacyAction::PrivacyAction
PrivacyAction(QTreeWidgetItem *parent, const QString &name, const QString &desc=QString())
Copyright (C) 2005 Brian S.
Definition: privacyaction.cpp:21
QTreeWidgetItem::parent
QTreeWidgetItem * parent() const
QTreeWidgetItem
PrivacyAction::configKey
virtual QString configKey() const =0
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:41:58 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

sweeper

Skip menu "sweeper"
  • Main Page
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members

kdeutils API Reference

Skip menu "kdeutils API Reference"
  • ark
  • filelight
  • kcalc
  • kcharselect
  • kdf
  • kfloppy
  • kgpg
  • ktimer
  • kwallet
  • sweeper

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal