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

kopete/libkopete

  • sources
  • kde-4.14
  • kdenetwork
  • kopete
  • libkopete
kopetewalletmanager.h
Go to the documentation of this file.
1 /*
2  kopetewalletmanager.h - Kopete Wallet Manager
3 
4  Copyright (c) 2004 by Richard Smith <kde@metafoo.co.uk>
5  Kopete (c) 2002-2004 by the Kopete developers <kopete-devel@kde.org>
6 
7  *************************************************************************
8  * *
9  * This library is free software; you can redistribute it and/or *
10  * modify it under the terms of the GNU Lesser General Public *
11  * License as published by the Free Software Foundation; either *
12  * version 2 of the License, or (at your option) any later version. *
13  * *
14  *************************************************************************
15 */
16 
17 #ifndef KOPETEWALLETMANAGER_H
18 #define KOPETEWALLETMANAGER_H
19 
20 #include <qobject.h>
21 
22 #include <kdemacros.h>
23 
24 #include "kopete_export.h"
25 
26 namespace KWallet { class Wallet; }
27 
28 namespace Kopete
29 {
30 
37 class KOPETE_EXPORT WalletManager : public QObject
38 {
39  Q_OBJECT
40 
41 public:
45  static WalletManager *self();
46  ~WalletManager();
47 
61  void openWallet( QObject *object, const char *slot );
62 
63 public slots:
67  void closeWallet();
68 
69 signals:
73  void walletLost();
74 
75 private slots:
82  void slotWalletChangedStatus();
83 
88  void slotGiveExistingWallet();
89 
90 private:
91  void openWalletInner();
92  void emitWalletOpened( KWallet::Wallet *wallet );
93 
94  class Private;
95  Private * const d;
96 
97  WalletManager();
98 };
99 
100 }
101 
105 class KopeteWalletSignal : public QObject
106 {
107  Q_OBJECT
108  friend class Kopete::WalletManager;
109 signals:
110  void walletOpened( KWallet::Wallet *wallet );
111 };
112 
113 #endif
114 
115 // vim: set noet ts=4 sts=4 sw=4:
116 
KOPETE_EXPORT
#define KOPETE_EXPORT
Definition: kopete_export.h:27
KopeteWalletSignal
Definition: kopetewalletmanager.h:105
QObject
kopete_export.h
KopeteWalletSignal::walletOpened
void walletOpened(KWallet::Wallet *wallet)
Kopete::WalletManager
Definition: kopetewalletmanager.h:37
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:29:19 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

kopete/libkopete

Skip menu "kopete/libkopete"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdenetwork API Reference

Skip menu "kdenetwork API Reference"
  • kget
  • kopete
  •   kopete
  •   libkopete
  • krdc
  • krfb

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