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

messageviewer

  • sources
  • kde-4.12
  • kdepim
  • messageviewer
  • widgets
vcardviewer.h
Go to the documentation of this file.
1 /* This file is part of the KDE project
2  Copyright (C) 2002 Daniel Molkentin <molkentin@kde.org>
3  Copyright (C) 2013 Laurent Montel <montel@kde.org>
4 
5  This program is free software; you can redistribute it and/or
6  modify it under the terms of the GNU General Public
7  License as published by the Free Software Foundation; either
8  version 2 of the License, or (at your option) any later version.
9 
10  This program is distributed in the hope that it will be useful,
11  but 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; see the file COPYING. If not, write to
17  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18  Boston, MA 02110-1301, USA.
19  */
20 
21 #ifndef MESSAGEVIEWER_VCARDVIEWER_H
22 #define MESSAGEVIEWER_VCARDVIEWER_H
23 #include <kdialog.h>
24 #include <kabc/addressee.h>
25 
26 namespace Akonadi {
27 class ContactViewer;
28 }
29 
30 namespace KAddressBookGrantlee {
31 class GrantleeContactViewer;
32 }
33 
34 namespace MessageViewer {
35 
36 class VCardViewer : public KDialog
37 {
38  Q_OBJECT
39 public:
40  explicit VCardViewer(QWidget *parent, const QByteArray& vCard);
41  ~VCardViewer();
42 
43 private Q_SLOTS:
44  void slotUser1();
45  void slotUser2();
46  void slotUser3();
47 
48 private:
49  void readConfig();
50  void writeConfig();
51  KAddressBookGrantlee::GrantleeContactViewer *mContactViewer;
52 
53  KABC::Addressee::List mAddresseeList;
54  KABC::Addressee::List::ConstIterator itAddresseeList;
55 };
56 
57 }
58 
59 #endif // VCARDVIEWER_H
60 
QWidget
KDialog
MessageViewer::VCardViewer::~VCardViewer
~VCardViewer()
Definition: vcardviewer.cpp:79
MessageViewer::VCardViewer
Definition: vcardviewer.h:36
MessageViewer::VCardViewer::VCardViewer
VCardViewer(QWidget *parent, const QByteArray &vCard)
Definition: vcardviewer.cpp:41
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:57 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

messageviewer

Skip menu "messageviewer"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

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