kleopatra
#include <filesystemwatcher.h>
Inherits QObject.
Definition at line 45 of file filesystemwatcher.h.
FileSystemWatcher::FileSystemWatcher |
( |
QObject * |
parent = 0 | ) |
|
|
explicit |
FileSystemWatcher::FileSystemWatcher |
( |
const QStringList & |
paths, |
|
|
QObject * |
parent = 0 |
|
) |
| |
|
explicit |
FileSystemWatcher::~FileSystemWatcher |
( |
| ) |
|
void FileSystemWatcher::addPath |
( |
const QString & |
path | ) |
|
void FileSystemWatcher::addPaths |
( |
const QStringList & |
paths | ) |
|
void FileSystemWatcher::blacklistFiles |
( |
const QStringList & |
patterns | ) |
|
int FileSystemWatcher::delay |
( |
| ) |
const |
QStringList Kleo::FileSystemWatcher::directories |
( |
| ) |
const |
void Kleo::FileSystemWatcher::directoryChanged |
( |
const QString & |
path | ) |
|
|
signal |
void Kleo::FileSystemWatcher::fileChanged |
( |
const QString & |
path | ) |
|
|
signal |
QStringList Kleo::FileSystemWatcher::files |
( |
| ) |
const |
bool FileSystemWatcher::isEnabled |
( |
| ) |
const |
void FileSystemWatcher::removePath |
( |
const QString & |
path | ) |
|
void FileSystemWatcher::removePaths |
( |
const QStringList & |
path | ) |
|
void FileSystemWatcher::setDelay |
( |
int |
ms | ) |
|
void FileSystemWatcher::setEnabled |
( |
bool |
enable | ) |
|
void Kleo::FileSystemWatcher::triggered |
( |
| ) |
|
|
signal |
void FileSystemWatcher::whitelistFiles |
( |
const QStringList & |
patterns | ) |
|
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:56:42 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.