Home
last modified time | relevance | path

Searched refs:slotItemsAdded (Results 1 – 14 of 14) sorted by relevance

/dports/graphics/gwenview/gwenview-21.12.3/importer/
H A Ddocumentdirfinder.cpp47 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 Ddocumentdirfinder.h66 void slotItemsAdded(const QUrl &, const KFileItemList &);
/dports/graphics/gwenview/gwenview-21.12.3/lib/
H A Drecursivedirmodel.cpp88 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 Drecursivedirmodel.h58 void slotItemsAdded(const QUrl &dirUrl, const KFileItemList &);
/dports/x11-fm/dolphin/dolphin-21.12.3/src/tests/
H A Dkfileitemmodelbenchmark.cpp166 model.slotItemsAdded(model.directory(), initialItems); in insertAndRemoveManyItems()
171 model.slotItemsAdded(model.directory(), newItems); in insertAndRemoveManyItems()
H A Dkfileitemmodeltest.cpp1109 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 Dshowfotostackviewlist.h113 void slotItemsAdded(const QList<ShowfotoItemInfo>& items);
H A Dshowfotostackviewlist.cpp140 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 Dfiletreebranch.h194 void slotItemsAdded(const QUrl &parent, const KFileItemList &items);
H A Dfiletreebranch.cpp79 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 Dlibrarywidget.h176 void slotItemsAdded(const QUrl &url, const KFileItemList &list);
H A Dlibrarywidget.cpp205 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 Dkfileitemmodel.h279 void slotItemsAdded(const QUrl& directoryUrl, const KFileItemList& items);
H A Dkfileitemmodel.cpp68 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