Searched refs:slotFileCreated (Results 1 – 6 of 6) sorted by relevance
/dports/sysutils/kf5-baloo/baloo-5.89.0/src/file/ |
H A D | filewatch.cpp | 49 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 D | filewatch.h | 55 void slotFileCreated(const QString& path, bool isDir);
|
/dports/x11-fm/krusader2/krusader-2.7.2/krusader/Panel/ |
H A D | panelfunc.h | 134 … void slotFileCreated(KJob *job, const QUrl filePath); // a file has been created by editNewFile()
|
H A D | panelfunc.cpp | 527 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 D | kcoredirlister_p.h | 217 void slotFileCreated(const QString &_file);
|
H A D | kcoredirlister.cpp | 57 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
|