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

sweeper

  • sources
  • kde-4.12
  • kdeutils
  • sweeper
privacyaction.cpp
Go to the documentation of this file.
1 
19 #include "privacyaction.h"
20 
21 PrivacyAction::PrivacyAction(QTreeWidgetItem * parent, const QString &name, const QString &desc)
22  : QTreeWidgetItem(parent)
23 {
24  setText(0, name);
25  if (!desc.isEmpty()) {
26  setText(1, desc);
27  }
28  setCheckState(0, Qt::Unchecked);
29 }
30 
31 PrivacyAction::~PrivacyAction()
32 {
33  // nothing to do
34 }
35 
36 // kate: tab-width 3; indent-mode cstyle; replace-tabs true;
PrivacyAction::~PrivacyAction
~PrivacyAction()
Definition: privacyaction.cpp:31
PrivacyAction::PrivacyAction
PrivacyAction(QTreeWidgetItem *parent, const QString &name, const QString &desc=QString())
Copyright (C) 2005 Brian S.
Definition: privacyaction.cpp:21
QTreeWidgetItem
privacyaction.h
This file is part of the KDE documentation.
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.

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
  • kremotecontrol
  • ktimer
  • kwallet
  • superkaramba
  • 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