KDE 4.4 PyKDE API Reference
  • KDE's Python API
  • Overview
  • PyKDE Home
  • Sitemap
  • Contact Us
 

ItemDeleteJob Class Reference

from PyKDE4.akonadi import *

Inherits: Akonadi.Job → KCompositeJob → KJob → QObject
Namespace: Akonadi.ItemDeleteJob

Detailed Description

Job that deletes items from the Akonadi storage.

This job removes the given items from the Akonadi storage.

Example:


 const Akonadi.Item item = ...

 ItemDeleteJob *job = new ItemDeleteJob( item );
 connect( job, SIGNAL( result( KJob* ) ), this, SLOT( deletionResult( KJob* ) ) );

Example:


 const Akonadi.Item.List items = ...

 ItemDeleteJob *job = new ItemDeleteJob( items );
 connect( job, SIGNAL( result( KJob* ) ), this, SLOT( deletionResult( KJob* ) ) );

Author:
Volker Krause <vkrause@kde.org>


Methods

 __init__ (self, Akonadi.Item item, QObject parent=0)
 __init__ (self, Akonadi.Item.List items, QObject parent=0)
 __init__ (self, Akonadi.Collection collection, QObject parent=0)
Akonadi.Item.List deletedItems (self)
 doStart (self)

Method Documentation

__init__ (  self,
Akonadi.Item  item,
QObject  parent=0
)
__init__ (  self,
Akonadi.Item.List  items,
QObject  parent=0
)
__init__ (  self,
Akonadi.Collection  collection,
QObject  parent=0
)
Akonadi.Item.List deletedItems (   self )

Returns the items passed on in the constructor.

Since:
4.4

doStart (   self )
  • Full Index

Modules

  • akonadi
  • dnssd
  • kdecore
  • kdeui
  • khtml
  • kio
  • knewstuff
  • kparts
  • kutils
  • nepomuk
  • phonon
  • plasma
  • polkitqt
  • solid
  • soprano
This documentation is maintained by Simon Edwards.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal