/dports/graphics/gwenview/gwenview-21.12.3/importer/ |
H A D | documentdirfinder.cpp | 47 connect(d->mDirLister, &KCoreDirLister::itemsAdded, this, &DocumentDirFinder::slotItemsAdded); in DocumentDirFinder() 62 void DocumentDirFinder::slotItemsAdded(const QUrl &dir, const KFileItemList &list) in slotItemsAdded() function in Gwenview::DocumentDirFinder
|
H A D | documentdirfinder.h | 66 void slotItemsAdded(const QUrl &, const KFileItemList &);
|
/dports/graphics/gwenview/gwenview-21.12.3/lib/ |
H A D | recursivedirmodel.cpp | 88 connect(d->mDirLister, &KDirLister::itemsAdded, this, &RecursiveDirModel::slotItemsAdded); in RecursiveDirModel() 151 void RecursiveDirModel::slotItemsAdded(const QUrl &, const KFileItemList &newList) in slotItemsAdded() function in Gwenview::RecursiveDirModel
|
H A D | recursivedirmodel.h | 58 void slotItemsAdded(const QUrl &dirUrl, const KFileItemList &);
|
/dports/x11-fm/dolphin/dolphin-21.12.3/src/tests/ |
H A D | kfileitemmodelbenchmark.cpp | 166 model.slotItemsAdded(model.directory(), initialItems); in insertAndRemoveManyItems() 171 model.slotItemsAdded(model.directory(), newItems); in insertAndRemoveManyItems()
|
H A D | kfileitemmodeltest.cpp | 1109 m_model->slotItemsAdded(emptyUrl, items); in testEmptyPath() 1353 …m_model->slotItemsAdded(parent1, KFileItemList() << KFileItem(QUrl("child1"), QString(), KFileItem… in testGeneralParentChildRelationships() 1357 …m_model->slotItemsAdded(parent2, KFileItemList() << KFileItem(QUrl("child2"), QString(), KFileItem… in testGeneralParentChildRelationships() 1361 …m_model->slotItemsAdded(realChild1, KFileItemList() << KFileItem(QUrl("grandChild1"), QString(), K… in testGeneralParentChildRelationships() 1365 …m_model->slotItemsAdded(realChild2, KFileItemList() << KFileItem(QUrl("grandChild2"), QString(), K… in testGeneralParentChildRelationships() 1548 m_model->slotItemsAdded(m_model->directory(), items); in testInconsistentModel() 1646 m_model->slotItemsAdded(m_testDir->url(), items); in testChangeSortRoleWhileFiltering() 1755 m_model->slotItemsAdded(urlB, KFileItemList() << fileItemC2); in testCollapseFolderWhileLoading() 1785 m_model->slotItemsAdded(m_model->directory(), KFileItemList() << fileItemA1); in testCollapseFolderWhileLoading()
|
/dports/graphics/digikam/digikam-7.4.0/core/showfoto/stackview/ |
H A D | showfotostackviewlist.h | 113 void slotItemsAdded(const QList<ShowfotoItemInfo>& items);
|
H A D | showfotostackviewlist.cpp | 140 this, SLOT(slotItemsAdded(QList<ShowfotoItemInfo>))); in setThumbbar() 167 void ShowfotoStackViewList::slotItemsAdded(const QList<ShowfotoItemInfo>& items) in slotItemsAdded() function in ShowFoto::ShowfotoStackViewList
|
/dports/graphics/kooka/kooka-3ed25fb9a1a62b88240a4f0f403b1ad49cf0adeb/libfiletree/ |
H A D | filetreebranch.h | 194 void slotItemsAdded(const QUrl &parent, const KFileItemList &items);
|
H A D | filetreebranch.cpp | 79 connect(this, &FileTreeBranch::itemsAdded, this, &FileTreeBranch::slotItemsAdded); in FileTreeBranch() 334 void FileTreeBranch::slotItemsAdded(const QUrl &parent, const KFileItemList &items) in slotItemsAdded() function in FileTreeBranch
|
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/library/ |
H A D | librarywidget.h | 176 void slotItemsAdded(const QUrl &url, const KFileItemList &list);
|
H A D | librarywidget.cpp | 205 connect(m_coreLister, &KCoreDirLister::itemsAdded, this, &LibraryWidget::slotItemsAdded); in LibraryWidget() 553 void LibraryWidget::slotItemsAdded(const QUrl &url, const KFileItemList &list) in slotItemsAdded() function in LibraryWidget
|
/dports/x11-fm/dolphin/dolphin-21.12.3/src/kitemviews/ |
H A D | kfileitemmodel.h | 279 void slotItemsAdded(const QUrl& directoryUrl, const KFileItemList& items);
|
H A D | kfileitemmodel.cpp | 68 connect(m_dirLister, &KCoreDirLister::itemsAdded, this, &KFileItemModel::slotItemsAdded); in Q_GLOBAL_STATIC() 1009 void KFileItemModel::slotItemsAdded(const QUrl &directoryUrl, const KFileItemList& items) in slotItemsAdded() function in KFileItemModel
|