spinetoolbox.custom_file_system_watcher

Contains CustomFileSystemWatcher.

author
  1. Marin (KTH)

date

12.11.2020

Module Contents

Classes

CustomFileSystemWatcher

A file system watcher that keeps track of renamed files.

class spinetoolbox.custom_file_system_watcher.CustomFileSystemWatcher(parent=None)[source]

Bases: PySide2.QtCore.QFileSystemWatcher

A file system watcher that keeps track of renamed files.

file_renamed[source]
file_removed[source]
file_added[source]
_handle_dir_changed(self, dirname)[source]
add_persistent_file_path(self, path)[source]
add_persistent_file_paths(self, paths)[source]
remove_persistent_file_path(self, path)[source]
remove_persistent_file_paths(self, paths)[source]
add_persistent_dir_path(self, path)[source]
remove_persistent_dir_path(self, path)[source]
tear_down(self)[source]
_take_snapshot(self, dirname)[source]
static _absfilepaths(dirname)[source]