Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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.

◆ operator=()

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

Definition at line 68 of file qfilesystemwatcher_win_p.h.

Member Data Documentation

◆ absolutePath

QString QWindowsFileSystemWatcherEngine::PathInfo::absolutePath

Definition at line 58 of file qfilesystemwatcher_win_p.h.

◆ groupId

uint QWindowsFileSystemWatcherEngine::PathInfo::groupId

Definition at line 64 of file qfilesystemwatcher_win_p.h.

◆ 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.

◆ ownerId

uint QWindowsFileSystemWatcherEngine::PathInfo::ownerId

Definition at line 63 of file qfilesystemwatcher_win_p.h.

◆ 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.


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