Home
last modified time | relevance | path

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

/dports/sysutils/kf5-baloo/baloo-5.89.0/src/file/
H A Dfilewatch.cpp49 connect(m_dirWatch, &KInotify::created, this, &FileWatch::slotFileCreated); in FileWatch()
109 void FileWatch::slotFileCreated(const QString& path, bool isDir) in slotFileCreated() function in FileWatch
H A Dfilewatch.h55 void slotFileCreated(const QString& path, bool isDir);
/dports/x11-fm/krusader2/krusader-2.7.2/krusader/Panel/
H A Dpanelfunc.h134 … void slotFileCreated(KJob *job, const QUrl filePath); // a file has been created by editNewFile()
H A Dpanelfunc.cpp527 slotFileCreated(nullptr, filePath); in editNewFile()
539 connect(job, &KIO::CopyJob::result, this, [=](KJob *job) { slotFileCreated(job, filePath); }); in editNewFile()
543 void ListPanelFunc::slotFileCreated(KJob *job, const QUrl filePath) in slotFileCreated() function in ListPanelFunc
/dports/devel/kf5-kio/kio-5.89.0/src/core/
H A Dkcoredirlister_p.h217 void slotFileCreated(const QString &_file);
H A Dkcoredirlister.cpp57 connect(KDirWatch::self(), &KDirWatch::created, this, &KCoreDirListerCache::slotFileCreated); in Q_GLOBAL_STATIC()
1119 void KCoreDirListerCache::slotFileCreated(const QString &path) // from KDirWatch in slotFileCreated() function in KCoreDirListerCache