filelight
scan.cpp
Go to the documentation of this file.
44 connect(this, SIGNAL(branchCompleted(Folder*,bool)), this, SLOT(cacheTree(Folder*,bool)), Qt::QueuedConnection);
45 connect(this, SIGNAL(branchCacheHit(Folder*)), this, SLOT(foundCached(Folder*)), Qt::QueuedConnection);
68 QMutexLocker locker(&m_mutex); // The m_mutex gets released once locker is destroyed (goes out of scope).
160 connect(m_thread, SIGNAL(branchCompleted(Folder*,bool)), this, SLOT(cacheTree(Folder*,bool)), Qt::QueuedConnection);
169 Filelight::RemoteLister *remoteLister = new Filelight::RemoteLister(url, (QWidget*)parent(), this);
170 connect(remoteLister, SIGNAL(branchCompleted(Folder*,bool)), this, SLOT(cacheTree(Folder*,bool)), Qt::QueuedConnection);
QString & remove(int position, int n)
void completed(Folder *)
void start(Priority priority)
Definition: remoteLister.h:33
void pop_front()
Definition: localLister.h:35
Definition: fileTree.h:271
bool isEmpty() const
void branchCacheHit(Folder *tree)
bool isEmpty() const
bool startsWith(const QString &s, Qt::CaseSensitivity cs) const
void setOverrideCursor(const QCursor &cursor)
void aboutToEmptyCache()
void restoreOverrideCursor()
T & first()
void branchCompleted(Folder *tree, bool finished)
bool isRunning() const
Definition: fileTree.h:38
QString mid(int position, int n) const
Definition: fileTree.h:40
bool wait(unsigned long time)
int length() const
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
QObject * parent() const
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:42:32 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:42:32 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.