• 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.14
  • kdenetwork
  • kopete
  • libkopete
  • tasks
kopetedeletecontacttask.h
Go to the documentation of this file.
1 /*
2  kopetedeletecontacttask.h - Kopete Delete Contact Task
3 
4  Copyright (c) 2007 by MichaĆ«l Larouche <larouche@kde.org>
5 
6  Kopete (c) 2002-2007 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 #ifndef KOPETE_DELETECONTACTTASK_H
18 #define KOPETE_DELETECONTACTTASK_H
19 
20 #include <kopete_export.h>
21 #include <kopetecontacttaskbase.h>
22 
23 namespace Kopete
24 {
25 
26 class Contact;
52 class KOPETE_EXPORT DeleteContactTask : public Kopete::ContactTaskBase
53 {
54  Q_OBJECT
55 public:
61  DeleteContactTask(QObject *parent = 0); //implicit
62 
67  explicit DeleteContactTask(Kopete::Contact *contact);
68 
73  ~DeleteContactTask();
74 
79  virtual void start();
80 
81 protected Q_SLOTS:
88  virtual void slotResult(KJob *subJob);
89 
90 protected:
95  QString taskType() const;
96 private:
97  class Private;
98  Private * const d;
99 };
100 
101 }
102 
103 #endif
KOPETE_EXPORT
#define KOPETE_EXPORT
Definition: kopete_export.h:27
Kopete::DeleteContactTask
Delete a contact in Kopete.
Definition: kopetedeletecontacttask.h:52
kopetecontacttaskbase.h
QObject
kopete_export.h
QString
Kopete::Contact
Definition: kopetecontact.h:58
KJob
Kopete::ContactTaskBase
Base tasks for all contact related tasks.
Definition: kopetecontacttaskbase.h:38
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:29:19 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