Falkon Develop
Cross-platform Qt-based web browser
DelayedFileWatcher Class Reference

#include <delayedfilewatcher.h>

Inheritance diagram for DelayedFileWatcher:

Signals

void delayedDirectoryChanged (const QString &path)
 
void delayedFileChanged (const QString &path)
 

Public Member Functions

 DelayedFileWatcher (QObject *parent=nullptr)
 
 DelayedFileWatcher (const QStringList &paths, QObject *parent=nullptr)
 

Detailed Description

Definition at line 27 of file delayedfilewatcher.h.

Constructor & Destructor Documentation

◆ DelayedFileWatcher() [1/2]

DelayedFileWatcher::DelayedFileWatcher ( QObject *  parent = nullptr)
explicit

Definition at line 22 of file delayedfilewatcher.cpp.

◆ DelayedFileWatcher() [2/2]

DelayedFileWatcher::DelayedFileWatcher ( const QStringList &  paths,
QObject *  parent = nullptr 
)
explicit

Definition at line 28 of file delayedfilewatcher.cpp.

Member Function Documentation

◆ delayedDirectoryChanged

void DelayedFileWatcher::delayedDirectoryChanged ( const QString &  path)
signal

◆ delayedFileChanged

void DelayedFileWatcher::delayedFileChanged ( const QString &  path)
signal

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