Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QWindowsFileSystemWatcherEngine::PathInfo Class Reference

#include <qfilesystemwatcher_win_p.h>

+ Collaboration diagram for QWindowsFileSystemWatcherEngine::PathInfo:

Public Member Functions

PathInfooperator= (const QFileInfo &fileInfo)
 
bool operator!= (const QFileInfo &fileInfo) const
 

Public Attributes

QString absolutePath
 
QString path
 
bool isDir
 
uint ownerId
 
uint groupId
 
QFile::Permissions permissions
 
QDateTime lastModified
 

Detailed Description

Definition at line 56 of file qfilesystemwatcher_win_p.h.

Member Function Documentation

◆ operator!=()

bool QWindowsFileSystemWatcherEngine::PathInfo::operator!= ( const QFileInfo & fileInfo) const
inline

Definition at line 77 of file qfilesystemwatcher_win_p.h.

References QFileInfo::groupId(), groupId, QFileInfo::lastModified(), lastModified, QFileInfo::ownerId(), ownerId, QFileInfo::permissions(), and permissions.

+ Here is the call graph for this function:

◆ operator=()

PathInfo & QWindowsFileSystemWatcherEngine::PathInfo::operator= ( const QFileInfo & fileInfo)
inline

Definition at line 68 of file qfilesystemwatcher_win_p.h.

References QFileInfo::groupId(), groupId, QFileInfo::lastModified(), lastModified, QFileInfo::ownerId(), ownerId, QFileInfo::permissions(), and permissions.

+ Here is the call graph for this function:

Member Data Documentation

◆ absolutePath

QString QWindowsFileSystemWatcherEngine::PathInfo::absolutePath

◆ groupId

uint QWindowsFileSystemWatcherEngine::PathInfo::groupId

Definition at line 64 of file qfilesystemwatcher_win_p.h.

Referenced by operator!=(), and operator=().

◆ isDir

bool QWindowsFileSystemWatcherEngine::PathInfo::isDir

Definition at line 60 of file qfilesystemwatcher_win_p.h.

◆ lastModified

QDateTime QWindowsFileSystemWatcherEngine::PathInfo::lastModified

Definition at line 66 of file qfilesystemwatcher_win_p.h.

Referenced by operator!=(), and operator=().

◆ ownerId

uint QWindowsFileSystemWatcherEngine::PathInfo::ownerId

Definition at line 63 of file qfilesystemwatcher_win_p.h.

Referenced by operator!=(), and operator=().

◆ path

QString QWindowsFileSystemWatcherEngine::PathInfo::path

Definition at line 59 of file qfilesystemwatcher_win_p.h.

◆ permissions

QFile::Permissions QWindowsFileSystemWatcherEngine::PathInfo::permissions

Definition at line 65 of file qfilesystemwatcher_win_p.h.

Referenced by operator!=(), and operator=().


The documentation for this class was generated from the following file: