• 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
  • manager
kwalletpopup.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 KWALLETPOPUP_H
21 #define KWALLETPOPUP_H
22 
23 #include <kmenu.h>
24 #include <QMap>
25 
26 
27 class KWalletPopup : public KMenu {
28  Q_OBJECT
29 
30  public:
31  explicit KWalletPopup(const QString& wallet, QWidget *parent = 0, const char* name = 0);
32  virtual ~KWalletPopup();
33 
34  public slots:
35  void openWallet();
36  void deleteWallet();
37  void closeWallet();
38  void createWallet();
39  void changeWalletPassword();
40  void disconnectApp();
41 
42  signals:
43  void walletOpened(const QString& walletName);
44  void walletClosed(const QString& walletName);
45  void walletDeleted(const QString& walletName);
46  void walletCreated();
47  void walletChangePassword(const QString& walletName);
48 
49  private:
50  QString _walletName;
51 };
52 
53 #endif
QWidget
KWalletPopup::deleteWallet
void deleteWallet()
Definition: kwalletpopup.cpp:94
KWalletPopup::createWallet
void createWallet()
Definition: kwalletpopup.cpp:109
KMenu
KWalletPopup::walletChangePassword
void walletChangePassword(const QString &walletName)
KWalletPopup::walletOpened
void walletOpened(const QString &walletName)
KWalletPopup::KWalletPopup
KWalletPopup(const QString &wallet, QWidget *parent=0, const char *name=0)
Definition: kwalletpopup.cpp:30
KWalletPopup::disconnectApp
void disconnectApp()
Definition: kwalletpopup.cpp:114
KWalletPopup::closeWallet
void closeWallet()
Definition: kwalletpopup.cpp:99
QString
KWalletPopup::walletCreated
void walletCreated()
KWalletPopup::changeWalletPassword
void changeWalletPassword()
Definition: kwalletpopup.cpp:104
KWalletPopup::walletClosed
void walletClosed(const QString &walletName)
KWalletPopup::openWallet
void openWallet()
Definition: kwalletpopup.cpp:89
KWalletPopup
Definition: kwalletpopup.h:27
KWalletPopup::~KWalletPopup
virtual ~KWalletPopup()
Definition: kwalletpopup.cpp:85
KWalletPopup::walletDeleted
void walletDeleted(const QString &walletName)
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