models.py
Others:
Bases: foundations.dataStructures.Structure
This class represents a storage object for the Search_worker class search occurence.
| Parameters: | **kwargs – line, column, length, text. ( Key / Value pairs ) |
|---|
Bases: foundations.dataStructures.Structure
This class represents a storage object for the Search_worker class search result.
| Parameters: | **kwargs – file, pattern, settings, occurences. ( Key / Value pairs ) |
|---|
Bases: foundations.dataStructures.Structure
This class represents a storage object for the Search_worker class cache data.
| Parameters: | **kwargs – content, document. ( Key / Value pairs ) |
|---|
Bases: PyQt4.QtCore.QThread
This class is a QThread subclass used to search for a pattern in a directory files.
| Parameters: | parent – Object parent. ( QObject ) |
|---|
This signal is emited by the Search_worker class when the search is finished. ( pyqtSignal )
| Returns: | Search results. ( List ) |
|---|
This method is the property for self.__container attribute.
| Returns: | self.__container. ( QObject ) |
|---|
This method is the property for self.__pattern attribute.
| Returns: | self.__pattern. ( String ) |
|---|
This method is the property for self.__location attribute.
| Returns: | self.__location. ( Location ) |
|---|
This method is the property for self.__settings attribute.
| Returns: | self.__settings. ( Location ) |
|---|