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

kopete/kopete

  • sources
  • kde-4.12
  • kdenetwork
  • kopete
  • kopete
  • contactlist
kabcexport.h
Go to the documentation of this file.
1 /*
2  kabcexport.h - Export Contacts to Address Book Wizard for Kopete
3 
4  Copyright (c) 2005 by Will Stephenson <will@stevello.free-online.co.uk>
5 
6  Kopete (c) 2002-2005 by the Kopete developers <kopete-devel@kde.org>
7 
8  *************************************************************************
9  * *
10  * This program is free software; you can redistribute it and/or modify *
11  * it under the terms of the GNU General Public License as published by *
12  * the Free Software Foundation; either version 2 of the License, or *
13  * (at your option) any later version. *
14  * *
15  *************************************************************************
16 */
17 
18 #ifndef KABCEXPORTWIZARD_H
19 #define KABCEXPORTWIZARD_H
20 
21 #include <kassistantdialog.h>
22 
23 #include <kopete_export.h>
24 
25 #include "ui_kabcexport_page1.h"
26 #include "ui_kabcexport_page2.h"
27 
28 
29 namespace KABC {
30  class AddressBook;
31  class Addressee;
32 }
33 
34 namespace Kopete {
35  class MetaContact;
36 }
37 
38 namespace KRES {
39  class Resource;
40 }
41 
42 class KOPETE_CONTACT_LIST_EXPORT KabcExportWizard : public KAssistantDialog
43 {
44 Q_OBJECT
45  public:
46  KabcExportWizard( QWidget *parent = 0 );
47  ~KabcExportWizard();
48  public slots:
49  void accept();
50  protected slots:
51  void slotDeselectAll();
52  void slotSelectAll();
53  void slotResourceSelectionChanged( QListWidgetItem * lbi );
54  protected:
55  void exportDetails( Kopete::MetaContact * mc, KABC::Addressee & addr );
56  private:
57  KABC::AddressBook* m_addressBook;
58  QMap<int, KABC::Resource*> m_resourceMap;
59  QMap<int, Kopete::MetaContact*> m_contactMap;
60  Ui::KabcExportWizardPage1 m_page1;
61  KPageWidgetItem *m_page1WidgetItem;
62  Ui::KabcExportWizardPage2 m_page2;
63  KPageWidgetItem *m_page2WidgetItem;
64 };
65 
66 #endif
QWidget
KAssistantDialog
Kopete::Items::MetaContact
Definition: kopeteitembase.h:57
QListWidgetItem
KabcExportWizard
Definition: kabcexport.h:42
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:40 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

kopete/kopete

Skip menu "kopete/kopete"
  • 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