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
QFseventsFileSystemWatcherEngine::Info Struct Reference

#include <qfilesystemwatcher_fsevents_p.h>

Collaboration diagram for QFseventsFileSystemWatcherEngine::Info:

Public Member Functions

 Info ()
 Info (const QString &origPath, const timespec &ctime, mode_t mode, const QString &watchedPath)

Public Attributes

QString origPath
timespec ctime
mode_t mode
QString watchedPath

Detailed Description

Definition at line 57 of file qfilesystemwatcher_fsevents_p.h.

Constructor & Destructor Documentation

◆ Info() [1/2]

QFseventsFileSystemWatcherEngine::Info::Info ( )
inline

Definition at line 63 of file qfilesystemwatcher_fsevents_p.h.

◆ Info() [2/2]

QFseventsFileSystemWatcherEngine::Info::Info ( const QString & origPath,
const timespec & ctime,
mode_t mode,
const QString & watchedPath )
inline

Definition at line 69 of file qfilesystemwatcher_fsevents_p.h.

Member Data Documentation

◆ ctime

timespec QFseventsFileSystemWatcherEngine::Info::ctime

Definition at line 59 of file qfilesystemwatcher_fsevents_p.h.

◆ mode

mode_t QFseventsFileSystemWatcherEngine::Info::mode

Definition at line 60 of file qfilesystemwatcher_fsevents_p.h.

◆ origPath

QString QFseventsFileSystemWatcherEngine::Info::origPath

Definition at line 58 of file qfilesystemwatcher_fsevents_p.h.

◆ watchedPath

QString QFseventsFileSystemWatcherEngine::Info::watchedPath

Definition at line 61 of file qfilesystemwatcher_fsevents_p.h.


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