Home
last modified time | relevance | path

Searched refs:slotFolderChanged (Results 1 – 12 of 12) sorted by relevance

/dports/deskutils/kmail/kmail-21.12.3/src/identity/
H A Didentityfolderrequester.cpp25 …tityFolderRequester::folderChanged, this, &IdentityFolderRequester::slotFolderChanged, Qt::UniqueC… in setIsInvalidFolder()
28 void IdentityFolderRequester::slotFolderChanged(const Akonadi::Collection &col) in slotFolderChanged() function in IdentityFolderRequester
H A Didentityfolderrequester.h28 void slotFolderChanged(const Akonadi::Collection &col);
/dports/deskutils/kmail/kmail-21.12.3/src/dialog/
H A Darchivefolderdialog.cpp77 …(mFolderRequester, &FolderRequester::folderChanged, this, &ArchiveFolderDialog::slotFolderChanged); in ArchiveFolderDialog()
141 slotFolderChanged(mFolderRequester->collection()); in slotRecursiveCheckboxClicked()
144 void ArchiveFolderDialog::slotFolderChanged(const Akonadi::Collection &folder) in slotFolderChanged() function in ArchiveFolderDialog
H A Darchivefolderdialog.h37 void slotFolderChanged(const Akonadi::Collection &);
/dports/net/mailcommon/mailcommon-21.12.3/src/filter/dialog/
H A Dfilteractionmissingfolderdialog.cpp74 …Common::FolderRequester::folderChanged, this, &FilterActionMissingFolderDialog::slotFolderChanged); in FilterActionMissingFolderDialog()
110 void FilterActionMissingFolderDialog::slotFolderChanged(const Akonadi::Collection &col) in slotFolderChanged() function in FilterActionMissingFolderDialog
H A Dfilteractionmissingfolderdialog.h41 void slotFolderChanged(const Akonadi::Collection &col);
/dports/deskutils/kmail/kmail-21.12.3/agents/archivemailagent/
H A Daddarchivemaildialog.cpp51 …ster, &MailCommon::FolderRequester::folderChanged, this, &AddArchiveMailDialog::slotFolderChanged); in AddArchiveMailDialog()
167 void AddArchiveMailDialog::slotFolderChanged(const Akonadi::Collection &collection) in slotFolderChanged() function in AddArchiveMailDialog
H A Daddarchivemaildialog.h52 void slotFolderChanged(const Akonadi::Collection &);
/dports/net/mailcommon/mailcommon-21.12.3/src/filter/
H A Dkmfilterdialog.h187 void slotFolderChanged(const Akonadi::Collection &);
H A Dkmfilterdialog.cpp291 …nnect(mFolderRequester, &FolderRequester::folderChanged, this, &KMFilterDialog::slotFolderChanged); in KMFilterDialog()
410 void KMFilterDialog::slotFolderChanged(const Akonadi::Collection &collection) in slotFolderChanged() function in KMFilterDialog
/dports/deskutils/kmail/kmail-21.12.3/src/
H A Dkmmainwidget.h495 void slotFolderChanged(const Akonadi::Collection &);
H A Dkmmainwidget.cpp483 void KMMainWidget::slotFolderChanged(const Akonadi::Collection &collection) in slotFolderChanged() function in KMMainWidget
1020 &KMMainWidget::slotFolderChanged); in createWidgets()
1087 …t Akonadi::Collection &>(&EntityListView::currentChanged), this, &KMMainWidget::slotFolderChanged); in createWidgets()
2194slotFolderChanged(col); // call it explicitly in case the collection is filtered out in the folder… in slotSelectCollectionFolder()