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

libkdepim

  • sources
  • kde-4.12
  • kdepim
  • libkdepim
  • addressline
recentaddresses.h
Go to the documentation of this file.
1 /* -*- mode: C++; c-file-style: "gnu" -*-
2  *
3  * Copyright (c) 2001-2003 Carsten Pfeiffer <pfeiffer@kde.org>
4  * Copyright (c) 2003 Zack Rusin <zack@kde.org>
5  *
6  * KMail is free software; you can redistribute it and/or modify it
7  * under the terms of the GNU General Public License, version 2, as
8  * published by the Free Software Foundation.
9  *
10  * KMail is distributed in the hope that it will be useful, but
11  * WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13  * General Public License for more details.
14  *
15  * You should have received a copy of the GNU General Public License
16  * along with this program; if not, write to the Free Software
17  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
18  *
19  * In addition, as a special exception, the copyright holders give
20  * permission to link the code of this program with any edition of
21  * the Qt library by Trolltech AS, Norway (or with modified versions
22  * of Qt that use the same license as Qt), and distribute linked
23  * combinations including the two. You must obey the GNU General
24  * Public License in all respects for all of the code used other than
25  * Qt. If you modify this file, you may extend this exception to
26  * your version of the file, but you are not obligated to do so. If
27  * you do not wish to do so, delete this exception statement from
28  * your version.
29  */
30 #ifndef KDEPIM_RECENTADDRESSES_H
31 #define KDEPIM_RECENTADDRESSES_H
32 
33 #include "kdepim_export.h"
34 #include <kabc/addressee.h>
35 #include <KDialog>
36 #include <QStringList>
37 class KConfig;
38 class KPushButton;
39 class QListWidget;
40 class KLineEdit;
41 
42 namespace KPIM {
43 
44 class KDEPIM_EXPORT RecentAddressDialog : public KDialog
45 {
46  Q_OBJECT
47 public:
48  explicit RecentAddressDialog( QWidget *parent );
49  ~RecentAddressDialog();
50 
51  void setAddresses( const QStringList &addrs );
52  QStringList addresses() const;
53  void addAddresses(KConfig *config);
54 
55 private slots:
56  void slotAddItem();
57  void slotRemoveItem();
58  void slotSelectionChanged();
59  void slotTypedSomething(const QString&);
60 
61 protected:
62  void updateButtonState();
63  bool eventFilter( QObject* o, QEvent* e );
64 
65 private:
66  void readConfig();
67  void writeConfig();
68  KPushButton* mNewButton, *mRemoveButton;
69  QListWidget *mListView;
70  KLineEdit *mLineEdit;
71 };
72 
80 class KDEPIM_EXPORT RecentAddresses
81 {
82 public:
83  ~RecentAddresses();
87  static RecentAddresses *self( KConfig *config = 0 );
88 
89  /*
90  * @return true if self() was called, i.e. a RecentAddresses instance exists
91  */
92  static bool exists();
93 
99  QStringList addresses() const;
100  const KABC::Addressee::List &kabcAddresses() const
101  { return m_addresseeList; }
102 
108  void add( const QString &entry );
109 
114  void setMaxCount( int count );
115 
119  uint maxCount() const { return m_maxCount; }
120 
125  void load( KConfig * );
126 
131  void save( KConfig * );
132 
136  void clear();
137 
138 private:
139  explicit RecentAddresses( KConfig *config = 0 );
140 
141  KABC::Addressee::List m_addresseeList;
142 
143  void adjustSize();
144 
145  int m_maxCount;
146 };
147 
148 }
149 
150 #endif
kdepim_export.h
QWidget
QListWidget
KDialog
QObject
KPIM::RecentAddresses::maxCount
uint maxCount() const
Definition: recentaddresses.h:119
KPIM::RecentAddressDialog
Definition: recentaddresses.h:44
KLineEdit
KPIM::RecentAddresses::kabcAddresses
const KABC::Addressee::List & kabcAddresses() const
Definition: recentaddresses.h:100
KPIM::RecentAddresses
Handles a list of "recent email-addresses".
Definition: recentaddresses.h:80
KDEPIM_EXPORT
#define KDEPIM_EXPORT
Definition: kdepim_export.h:35
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

libkdepim

Skip menu "libkdepim"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Modules

kdepim API Reference

Skip menu "kdepim API Reference"
  • akonadi_next
  • akregator
  • blogilo
  • calendarsupport
  • console
  •   kabcclient
  •   konsolekalendar
  • kaddressbook
  • kalarm
  •   lib
  • kdgantt2
  • kjots
  • kleopatra
  • kmail
  • knode
  • knotes
  • kontact
  • korgac
  • korganizer
  • ktimetracker
  • libkdepim
  • libkleo
  • libkpgp
  • mailcommon
  • messagelist
  • messageviewer

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