akonadi
20 #ifndef AKONADI_TRASHJOB_H
21 #define AKONADI_TRASHJOB_H
23 #include "akonadi_export.h"
25 #include <akonadi/item.h>
26 #include <akonadi/collection.h>
27 #include <akonadi/job.h>
80 explicit TrashJob(
const Item &item, QObject *parent = 0 );
110 void keepTrashInCollection(
bool enable );
115 void setTrashCollection(
const Collection &trashcollection );
120 void deleteIfInTrash(
bool enable );
125 virtual void doStart();
129 class TrashJobPrivate;
131 Q_PRIVATE_SLOT( d_func(),
void selectResult( KJob* ) )
132 Q_PRIVATE_SLOT( d_func(),
void setAttribute(
const Akonadi::Collection::List & ) )
133 Q_PRIVATE_SLOT( d_func(),
void setAttribute(
const Akonadi::Item::List & ) )
134 Q_PRIVATE_SLOT( d_func(),
void setAttribute( KJob* ) )
135 Q_PRIVATE_SLOT( d_func(),
void collectionsReceived(
const Akonadi::Collection::List & ) )
136 Q_PRIVATE_SLOT( d_func(),
void itemsReceived(
const Akonadi::Item::List & ) )
137 Q_PRIVATE_SLOT( d_func(),
void parentCollectionReceived(
const Akonadi::Collection::List & ) )
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Mon Sep 24 2012 09:06:28 by
doxygen 1.8.1.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.