Definition at line 79 of file qfilesystemwatcher.cpp.
◆ FileInfo()
QPollingFileSystemWatcherEngine::FileInfo::FileInfo |
( |
const QFileInfo & |
fileInfo | ) |
|
|
inline |
Definition at line 88 of file qfilesystemwatcher.cpp.
Referenced by operator=().
94 if (fileInfo.
isDir()) {
QDir absoluteDir() const
Returns the file's absolute path as a QDir object.
QFile::Permissions permissions() const
Returns the complete OR-ed together combination of QFile::Permissions for the file.
uint ownerId() const
Returns the id of the owner of the file.
bool isDir() const
Returns true if this object points to a directory or to a symbolic link to a directory; otherwise ret...
QFile::Permissions permissions
uint groupId() const
Returns the id of the group the file belongs to.
QStringList entryList(Filters filters=NoFilter, SortFlags sort=NoSort) const
Returns a list of the names of all the files and directories in the directory, ordered according to t...
QDateTime lastModified() const
Returns the date and time when the file was last modified.
◆ operator!=()
bool QPollingFileSystemWatcherEngine::FileInfo::operator!= |
( |
const QFileInfo & |
fileInfo | ) |
const |
|
inline |
Definition at line 104 of file qfilesystemwatcher.cpp.
QDir absoluteDir() const
Returns the file's absolute path as a QDir object.
QFile::Permissions permissions() const
Returns the complete OR-ed together combination of QFile::Permissions for the file.
uint ownerId() const
Returns the id of the owner of the file.
bool isDir() const
Returns true if this object points to a directory or to a symbolic link to a directory; otherwise ret...
QFile::Permissions permissions
uint groupId() const
Returns the id of the group the file belongs to.
QStringList entryList(Filters filters=NoFilter, SortFlags sort=NoSort) const
Returns a list of the names of all the files and directories in the directory, ordered according to t...
QDateTime lastModified() const
Returns the date and time when the file was last modified.
◆ operator=()
FileInfo& QPollingFileSystemWatcherEngine::FileInfo::operator= |
( |
const QFileInfo & |
fileInfo | ) |
|
|
inline |
◆ entries
QStringList QPollingFileSystemWatcherEngine::FileInfo::entries |
|
private |
◆ groupId
uint QPollingFileSystemWatcherEngine::FileInfo::groupId |
|
private |
◆ lastModified
QDateTime QPollingFileSystemWatcherEngine::FileInfo::lastModified |
|
private |
◆ ownerId
uint QPollingFileSystemWatcherEngine::FileInfo::ownerId |
|
private |
◆ permissions
QFile::Permissions QPollingFileSystemWatcherEngine::FileInfo::permissions |
|
private |
The documentation for this class was generated from the following file: