kmail
KMMoveCommand Class Reference
#include <kmcommands.h>
Inheritance diagram for KMMoveCommand:

Public Slots | |
| void | slotMoveCanceled () |
| void | slotMoveResult (KJob *job) |
Public Slots inherited from KMCommand | |
| void | start () |
Signals | |
| void | moveDone (KMMoveCommand *) |
Signals inherited from KMCommand | |
| void | completed (KMCommand *command) |
| void | messagesTransfered (KMCommand::Result result) |
Public Member Functions | |
| KMMoveCommand (const Akonadi::Collection &destFolder, const QList< Akonadi::Item > &msgList, MessageList::Core::MessageItemSetReference ref) | |
| KMMoveCommand (const Akonadi::Collection &destFolder, const Akonadi::Item &msg, MessageList::Core::MessageItemSetReference ref=MessageList::Core::MessageItemSetReference()) | |
| Akonadi::Collection | destFolder () const |
| MessageList::Core::MessageItemSetReference | refSet () const |
Public Member Functions inherited from KMCommand | |
| KMCommand (QWidget *parent=0) | |
| KMCommand (QWidget *parent, const Akonadi::Item &) | |
| KMCommand (QWidget *parent, const QList< Akonadi::Item > &msgList) | |
| virtual | ~KMCommand () |
| Result | result () const |
Protected Member Functions | |
| void | setDestFolder (const Akonadi::Collection &folder) |
Protected Member Functions inherited from KMCommand | |
| bool | deletesItself () const |
| bool | emitsCompletedItself () const |
| Akonadi::ItemFetchScope & | fetchScope () |
| QWidget * | parentWidget () const |
| Akonadi::Item | retrievedMessage () const |
| const QList< Akonadi::Item > | retrievedMsgs () const |
| void | setDeletesItself (bool deletesItself) |
| void | setEmitsCompletedItself (bool emitsCompletedItself) |
| void | setResult (Result result) |
Additional Inherited Members | |
Public Types inherited from KMCommand | |
| enum | Result { Undefined, OK, Canceled, Failed } |
Protected Attributes inherited from KMCommand | |
| QList< Akonadi::Item > | mRetrievedMsgs |
Detailed Description
Definition at line 511 of file kmcommands.h.
Constructor & Destructor Documentation
| KMMoveCommand::KMMoveCommand | ( | const Akonadi::Collection & | destFolder, |
| const QList< Akonadi::Item > & | msgList, | ||
| MessageList::Core::MessageItemSetReference | ref | ||
| ) |
Definition at line 1377 of file kmcommands.cpp.
| KMMoveCommand::KMMoveCommand | ( | const Akonadi::Collection & | destFolder, |
| const Akonadi::Item & | msg, | ||
| MessageList::Core::MessageItemSetReference | ref = MessageList::Core::MessageItemSetReference() |
||
| ) |
Definition at line 1385 of file kmcommands.cpp.
Member Function Documentation
|
inline |
Definition at line 518 of file kmcommands.h.
|
signal |
|
inline |
Definition at line 520 of file kmcommands.h.
|
inlineprotected |
Definition at line 526 of file kmcommands.h.
|
slot |
Definition at line 1463 of file kmcommands.cpp.
|
slot |
Definition at line 1393 of file kmcommands.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:52 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:52 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Slots inherited from