• 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.12
  • kdenetwork
  • kopete
  • libkopete
kabcpersistence.h
Go to the documentation of this file.
1 /*
2  addressbooklink.h - Manages operations involving the KDE Address Book
3 
4  Copyright (c) 2005 Will Stephenson <wstephenson@kde.org>
5 
6  Kopete (c) 2002-2004 by the Kopete developers <kopete-devel@kde.org>
7 
8  *************************************************************************
9  * *
10  * This library is free software; you can redistribute it and/or *
11  * modify it under the terms of the GNU Lesser General Public *
12  * License as published by the Free Software Foundation; either *
13  * version 2 of the License, or (at your option) any later version. *
14  * *
15  *************************************************************************
16 */
17 
18 #ifndef KABCPERSISTENCE_H
19 #define KABCPERSISTENCE_H
20 
21 #include "kopete_export.h"
22 
23 // Goal is to have all the address book modifying code in one place
24 // Currently in
25 // *) Add Contact Wizard
26 // *) KopeteMetaContact
27 // *) KopeteAddrBookExport
28 // *) KABC Export Wizard - TODO - think about sequence of events when adding addressees AND writing their IM data. - Extra save should be unnecessary because we are sharing a kabc instance
29 // *) Select addressbook entry
30 
31 namespace KABC
32 {
33  class AddressBook;
34  class Resource;
35 }
36 
37 namespace Kopete
38 {
39 
40  class MetaContact;
41 
42 class KOPETE_EXPORT KABCPersistence : public QObject
43 {
44  Q_OBJECT
45  public:
55  static KABCPersistence* self();
56 
57  explicit KABCPersistence( QObject * parent = 0, const char * name = 0 );
58  ~KABCPersistence();
62  static KABC::AddressBook* addressBook();
69  void write( MetaContact * mc );
70 
74  void removeKABC( MetaContact * mc );
75 
81  bool syncWithKABC( MetaContact * mc );
82 
86  void writeAddressBook( KABC::Resource * res );
87  protected:
88 
89  static void splitField( const QString &str, QString &app, QString &name, QString &value );
90  protected slots:
94  void slotWriteAddressBook();
95  private:
96  class Private;
97  Private * const d;
98 };
99 
100 } // end namespace Kopete
101 
102 #endif // KABCPERSISTENCE_H
KOPETE_EXPORT
#define KOPETE_EXPORT
Definition: kopete_export.h:27
QObject
Kopete::KABCPersistence
Definition: kabcpersistence.h:42
kopete_export.h
Kopete::MetaContact
Definition: kopetemetacontact.h:54
name
const char * name
Definition: kopeteonlinestatus.cpp:104
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:50 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