Home
last modified time | relevance | path

Searched refs:KMTrashMsgCommand (Results 1 – 6 of 6) sorted by relevance

/dports/deskutils/kmail/kmail-21.12.3/src/
H A Dkmcommands.cpp1544 KMTrashMsgCommand::KMTrashMsgCommand(const Akonadi::Collection &srcFolder, const Akonadi::Item::Lis… in KMTrashMsgCommand() function in KMTrashMsgCommand
1568 KMTrashMsgCommand::TrashOperation KMTrashMsgCommand::operation() const in operation()
1589 KMTrashMsgCommand::KMTrashMsgCommand(const Akonadi::Collection &srcFolder, const Akonadi::Item &msg… in KMTrashMsgCommand() function in KMTrashMsgCommand
1590 : KMTrashMsgCommand(srcFolder, Akonadi::Item::List{msg}, ref) in KMTrashMsgCommand()
1606 KMCommand::Result KMTrashMsgCommand::execute() in execute()
1615 connect(job, &KIO::Job::result, this, &KMTrashMsgCommand::slotMoveResult); in execute()
1636 connect(job, &KIO::Job::result, this, &KMTrashMsgCommand::slotDeleteResult); in execute()
1670 void KMTrashMsgCommand::slotMoveResult(KJob *job) in slotMoveResult()
1682 void KMTrashMsgCommand::slotDeleteResult(KJob *job) in slotDeleteResult()
1693 void KMTrashMsgCommand::slotMoveCanceled() in slotMoveCanceled()
[all …]
H A Dkmcommands.h603 class KMAILTESTS_TESTS_EXPORT KMTrashMsgCommand final : public KMCommand
615KMTrashMsgCommand(const Akonadi::Collection &srcFolder, const Akonadi::Item::List &msgList, Messag…
616KMTrashMsgCommand(const Akonadi::Collection &srcFolder, const Akonadi::Item &msg, MessageList::Cor…
631 void moveDone(KMTrashMsgCommand *);
H A Dkmmainwidget.cpp1857 case KMTrashMsgCommand::MoveToTrash: in trashMessageSelected()
1860 case KMTrashMsgCommand::Delete: in trashMessageSelected()
1863 case KMTrashMsgCommand::Both: in trashMessageSelected()
1864 case KMTrashMsgCommand::Unknown: in trashMessageSelected()
1880 case KMTrashMsgCommand::Delete: in slotTrashMessagesCompleted()
1883 case KMTrashMsgCommand::Both: in slotTrashMessagesCompleted()
1884 case KMTrashMsgCommand::Unknown: in slotTrashMessagesCompleted()
1893 case KMTrashMsgCommand::Delete: in slotTrashMessagesCompleted()
1896 case KMTrashMsgCommand::Both: in slotTrashMessagesCompleted()
1906 case KMTrashMsgCommand::Delete: in slotTrashMessagesCompleted()
[all …]
H A Dkmmainwidget.h60 class KMTrashMsgCommand; variable
482 void slotTrashMessagesCompleted(KMTrashMsgCommand *command);
H A Dkmreadermainwin.cpp315 auto command = new KMTrashMsgCommand(parentCollection(), mMsg, -1); in slotTrashMessage()
337 …connect(command, &KMTrashMsgCommand::completed, this, &KMReaderMainWin::slotReplyOrForwardFinished… in slotForwardInlineMsg()
H A Dkmreaderwin.cpp730 auto command = new KMTrashMsgCommand(item.parentCollection(), item, -1); in slotDeleteMessage()