fileSystemEventsManager.py
Others:
Bases: PyQt4.QtCore.QThread
This class defines the file system events manager.
This signal is emited by the FileSystemEventsManager class when a file is changed. ( pyqtSignal )
| Returns: | Current changed file. ( String ) |
|---|
This signal is emited by the FileSystemEventsManager class when a file is invalidated. ( pyqtSignal )
| Returns: | Current invalidated file. ( String ) |
|---|
This signal is emited by the FileSystemEventsManager class when a directory is changed. ( pyqtSignal )
| Returns: | Current changed directory. ( String ) |
|---|
This signal is emited by the FileSystemEventsManager class when a directory is invalidated. ( pyqtSignal )
| Returns: | Current invalidated directory. ( String ) |
|---|
This method is the property for self.__container attribute.
| Returns: | self.__container. ( QObject ) |
|---|
This method is the property for self.__paths attribute.
| Returns: | self.__paths. ( Dictionary ) |
|---|
This method is the property for self.__timer attribute.
| Returns: | self.__timer. ( QTimer ) |
|---|
This method is the property for self.__timerCycleMultiplier attribute.
| Returns: | self.__timerCycleMultiplier. ( Float ) |
|---|
This method returns if the given path is registered.
| Parameters: | path – Path name. ( String ) |
|---|---|
| Returns: | Is path registered. ( Boolean ) |