• 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.14
  • 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 #include <kabc/resource.h>
25 
26 #include "ui_kabcexport_page1.h"
27 #include "ui_kabcexport_page2.h"
28 
29 
30 namespace KABC {
31  class AddressBook;
32  class Addressee;
33 }
34 
35 namespace Kopete {
36  class MetaContact;
37 }
38 
39 namespace KRES {
40  class Resource;
41 }
42 
43 class KOPETE_CONTACT_LIST_EXPORT KabcExportWizard : public KAssistantDialog
44 {
45 Q_OBJECT
46  public:
47  KabcExportWizard( QWidget *parent = 0 );
48  ~KabcExportWizard();
49  public slots:
50  void accept();
51  protected slots:
52  void slotDeselectAll();
53  void slotSelectAll();
54  void slotResourceSelectionChanged( QListWidgetItem * lbi );
55  protected:
56  void exportDetails( Kopete::MetaContact * mc, KABC::Addressee & addr );
57  private:
58  KABC::AddressBook* m_addressBook;
59  QMap<int, KABC::Resource*> m_resourceMap;
60  QMap<int, Kopete::MetaContact*> m_contactMap;
61  Ui::KabcExportWizardPage1 m_page1;
62  KPageWidgetItem *m_page1WidgetItem;
63  Ui::KabcExportWizardPage2 m_page2;
64  KPageWidgetItem *m_page2WidgetItem;
65 };
66 
67 #endif
QWidget
QMap< int, KABC::Resource * >
QListWidgetItem
KAssistantDialog
Kopete::Items::MetaContact
Definition: kopeteitembase.h:57
KabcExportWizard
Definition: kabcexport.h:43
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:29:08 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