Home
last modified time | relevance | path

Searched refs:selectedCollections (Results 1 – 20 of 20) sorted by relevance

/dports/databases/akonadi/akonadi-21.12.3/tests/libs/
H A Dcollectiondialog.cpp39 const auto selectedCollections = dlg.selectedCollections(); in main() local
40 for (const Collection &collection : selectedCollections) { in main()
/dports/net/akonadi-mime/akonadi-mime-21.12.3/src/
H A Dstandardmailactionmanager.cpp59 updateActions(selectedCollections, selectedFavoriteCollections, selectedItems); in StandardMailActionManagerPrivate()
273 … const Akonadi::Collection::List selectedCollections = mGenericManager->selectedCollections(); in updateActions() local
274 updateActions(selectedCollections, {}, selectedItems); in updateActions()
361 const bool collectionIsSelected = !selectedCollections.isEmpty(); in updateActions()
369 for (const Collection &collection : std::as_const(selectedCollections)) { in updateActions()
526 const Akonadi::Collection::List collections = mGenericManager->selectedCollections(); in slotMarkAllAs()
566 const Collection::List collections = mGenericManager->selectedCollections(); in slotMoveAllToTrash()
581 const Collection::List collections = mGenericManager->selectedCollections(); in slotRemoveDuplicates()
619 const Collection::List collections = mGenericManager->selectedCollections(); in slotEmptyTrash()
948 Akonadi::Collection::List StandardMailActionManager::selectedCollections() const in selectedCollections() function in StandardMailActionManager
[all …]
H A Dstandardmailactionmanager.h166 Q_REQUIRED_RESULT Akonadi::Collection::List selectedCollections() const;
/dports/net/calendarsupport/calendarsupport-21.12.3/src/
H A Dcollectionselection.h33 Q_REQUIRED_RESULT Akonadi::Collection::List selectedCollections() const;
H A Dcollectionselection.cpp55 Akonadi::Collection::List CollectionSelection::selectedCollections() const in selectedCollections() function in CollectionSelection
/dports/net/mailcommon/mailcommon-21.12.3/src/folder/
H A Dfolderselectiondialog.h51 Q_REQUIRED_RESULT Akonadi::Collection::List selectedCollections() const;
H A Dfolderselectiondialog.cpp235 Akonadi::Collection::List FolderSelectionDialog::selectedCollections() const in selectedCollections() function in FolderSelectionDialog
237 return d->folderTreeWidget->selectedCollections(); in selectedCollections()
H A Dfoldertreewidget.h91 Q_REQUIRED_RESULT Akonadi::Collection::List selectedCollections() const;
H A Dfoldertreewidget.cpp199 Akonadi::Collection::List lstCollection = selectedCollections(); in selectedCollection()
210 Akonadi::Collection::List FolderTreeWidget::selectedCollections() const in selectedCollections() function in MailCommon::FolderTreeWidget
/dports/net/akonadi-contacts/akonadi-contacts-21.12.3/src/akonadi-contacts/
H A Dstandardcontactactionmanager.h147 Q_REQUIRED_RESULT Akonadi::Collection::List selectedCollections() const;
H A Dstandardcontactactionmanager.cpp629 Akonadi::Collection::List StandardContactActionManager::selectedCollections() const in selectedCollections() function in StandardContactActionManager
631 return d->mGenericManager->selectedCollections(); in selectedCollections()
/dports/databases/akonadi/akonadi-21.12.3/src/widgets/
H A Dcollectiondialog.h176 Q_REQUIRED_RESULT Akonadi::Collection::List selectedCollections() const;
H A Dstandardactionmanager.cpp454 const Akonadi::Collection::List selectedCollectionsList = selectedCollections(); in aboutToShowMenu()
468 Collection::List selectedCollectionsList = selectedCollections(); in createActionFolderMenu()
791 Collection::List selectedCollections() in selectedCollections() function in Akonadi::StandardActionManagerPrivate
812 const Collection::List collections = selectedCollections(); in slotDeleteCollection()
842 const Collection::List collections = selectedCollections(); in slotMoveCollectionToTrash()
857 const Collection::List collections = selectedCollections(); in slotRestoreCollectionFromTrash()
917 const Collection::List collections = selectedCollections(); in slotTrashRestoreCollection()
967 const Collection::List collections = selectedCollections(); in slotSynchronizeCollection()
1016 const Collection::List collections = selectedCollections(); in slotSynchronizeCollectionRecursive()
1922 Akonadi::Collection::List StandardActionManager::selectedCollections() const in selectedCollections() function in StandardActionManager
H A Dstandardactionmanager.h284 Akonadi::Collection::List selectedCollections() const;
H A Dcollectiondialog.cpp321 Akonadi::Collection::List CollectionDialog::selectedCollections() const in selectedCollections() function in CollectionDialog
/dports/net/akonadi-calendar/akonadi-calendar-21.12.3/src/
H A Dstandardcalendaractionmanager.h152 Q_REQUIRED_RESULT Akonadi::Collection::List selectedCollections() const;
H A Dstandardcalendaractionmanager.cpp631 Akonadi::Collection::List StandardCalendarActionManager::selectedCollections() const in selectedCollections() function in StandardCalendarActionManager
633 return d->mGenericManager->selectedCollections(); in selectedCollections()
/dports/net/eventviews/eventviews-21.12.3/src/timeline/
H A Dtimelineview.cpp308 const Akonadi::Collection::List collections = colSel->selectedCollections(); in showDates()
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dakonadi.py366 def selectedCollections(self): member in Akonadi.StandardMailActionManager
1894 def selectedCollections(self): member in Akonadi.CollectionDialog
3055 def selectedCollections(self): member in Akonadi.StandardActionManager
/dports/net/eventviews/eventviews-21.12.3/src/multiagenda/
H A Dmultiagendaview.cpp255 const auto lst = collectionSelection()->selectedCollections(); in recreateViews()