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

kwallet

  • sources
  • kde-4.14
  • kdeutils
  • kwalletmanager
  • src
  • konfigurator
konfigurator.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2003 George Staikos <staikos@kde.org>
3 
4  This program is free software; you can redistribute it and/or
5  modify it under the terms of the GNU General Public
6  License as published by the Free Software Foundation; either
7  version 2 of the License, or (at your option) any later version.
8 
9  This program is distributed in the hope that it will be useful,
10  but WITHOUT ANY WARRANTY; without even the implied warranty of
11  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12  General Public License for more details.
13 
14  You should have received a copy of the GNU General Public License
15  along with this program; see the file COPYING. If not, write to
16  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
17  Boston, MA 02110-1301, USA.
18  */
19 
20 #ifndef _KWALLETKONFIGURATOR_H
21 #define _KWALLETKONFIGURATOR_H
22 #include <kcmodule.h>
23 #include <ksharedconfig.h>
24 #include "ui_walletconfigwidget.h"
25 
26 class WalletConfigWidget : public QWidget, public Ui::WalletConfigWidget
27 {
28 public:
29  WalletConfigWidget( QWidget *parent ) : QWidget( parent ) {
30  setupUi( this );
31  }
32 };
33 
34 
35 class KWalletConfig : public KCModule {
36  Q_OBJECT
37  public:
38  explicit KWalletConfig(QWidget *parent = 0L, const QVariantList& = QVariantList());
39  virtual ~KWalletConfig();
40 
41  void load();
42  void save();
43  void defaults();
44 
45  QString quickHelp() const;
46 
47  public slots:
48  void configChanged();
49  void launchManager();
50  void newLocalWallet();
51  void newNetworkWallet();
52  void updateWalletLists();
53  QString newWallet();
54  void deleteEntry();
55  void customContextMenuRequested(const QPoint& pos);
56 
57  private:
58  WalletConfigWidget *_wcw;
59  KSharedConfig::Ptr _cfg;
60 };
61 
62 #endif
KWalletConfig::~KWalletConfig
virtual ~KWalletConfig()
Definition: konfigurator.cpp:94
QWidget
QWidget::setupUi
void setupUi(QWidget *widget)
KWalletConfig::updateWalletLists
void updateWalletLists()
Definition: konfigurator.cpp:98
KWalletConfig::defaults
void defaults()
Definition: konfigurator.cpp:347
QPoint
KWalletConfig::quickHelp
QString quickHelp() const
Definition: konfigurator.cpp:364
WalletConfigWidget::WalletConfigWidget
WalletConfigWidget(QWidget *parent)
Definition: konfigurator.h:29
KWalletConfig::launchManager
void launchManager()
Definition: konfigurator.cpp:172
KWalletConfig::newLocalWallet
void newLocalWallet()
Definition: konfigurator.cpp:144
KWalletConfig::customContextMenuRequested
void customContextMenuRequested(const QPoint &pos)
Definition: konfigurator.cpp:369
KWalletConfig
Definition: konfigurator.h:35
QString
KWalletConfig::newNetworkWallet
void newNetworkWallet()
Definition: konfigurator.cpp:158
WalletConfigWidget
Definition: konfigurator.h:26
KWalletConfig::KWalletConfig
KWalletConfig(QWidget *parent=0L, const QVariantList &=QVariantList())
Definition: konfigurator.cpp:47
KWalletConfig::save
void save()
Definition: konfigurator.cpp:261
KWalletConfig::configChanged
void configChanged()
Definition: konfigurator.cpp:183
KWalletConfig::deleteEntry
void deleteEntry()
Definition: konfigurator.cpp:381
KWalletConfig::load
void load()
Definition: konfigurator.cpp:187
QObject::parent
QObject * parent() const
KCModule
KWalletConfig::newWallet
QString newWallet()
Definition: konfigurator.cpp:121
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:42:01 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

kwallet

Skip menu "kwallet"
  • Main Page
  • Namespace List
  • 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