NAME
Qt::Core::QFileSystemWatcher
PUBLIC METHODS
- QFileSystemWatcher(QObject * parent = 0)
- QFileSystemWatcher(QObject * parent)
- QFileSystemWatcher(const QStringList & paths, QObject * parent = 0)
- QFileSystemWatcher(const QStringList & paths, QObject * parent)
- ~QFileSystemWatcher()
- void addPath(const QString & file)
- void addPaths(const QStringList & files)
- QStringList directories()
- QStringList files()
- void removePath(const QString & file)
- void removePaths(const QStringList & files)
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.