searchInFiles.py
Others:
Bases: foundations.ui.common.QWidget
This class defines search and replace in files dialog used by the ScriptEditor Component.
Parameters: |
|
---|
This method is the property for self.__container attribute.
Returns: | self.__container. ( QObject ) |
---|
This method is the property for self.__scriptEditor attribute.
Returns: | self.__scriptEditor. ( QWidget ) |
---|
This method is the property for self.__filesCache attribute.
Returns: | self.__filesCache. ( Cache ) |
---|
This method is the property for self.__searchPatternsModel attribute.
Returns: | self.__searchPatternsModel. ( PatternsModel ) |
---|
This method is the property for self.__replaceWithPatternsModel attribute.
Returns: | self.__replaceWithPatternsModel. ( PatternsModel ) |
---|
This method is the property for self.__model attribute.
Returns: | self.__model. ( SearchResultsModel ) |
---|
This method is the property for self.__view attribute.
Returns: | self.__view. ( QWidget ) |
---|
This method is the property for self.__delegate attribute.
Returns: | self.__delegate. ( QItemDelegate ) |
---|
This method is the property for self.__locations attribute.
Returns: | self.__locations. ( OrderedDict ) |
---|
This method is the property for self.__locationsMenu attribute.
Returns: | self.__locationsMenu. ( QMenu ) |
---|
This method is the property for self.__defaultFilterIn attribute.
Returns: | self.__defaultFilterIn. ( String ) |
---|
This method is the property for self.__filtersInFormat attribute.
Returns: | self.__filtersInFormat. ( String ) |
---|
This method is the property for self.__defaultFilterOut attribute.
Returns: | self.__defaultFilterOut. ( String ) |
---|
This method is the property for self.__filtersOutFormat attribute.
Returns: | self.__filtersOutFormat. ( String ) |
---|
This method is the property for self.__defaultTarget attribute.
Returns: | self.__defaultTarget. ( String ) |
---|
This method is the property for self.__targetsFormat attribute.
Returns: | self.__targetsFormat. ( String ) |
---|
This method is the property for self.__defaultLineNumberWidth attribute.
Returns: | self.__defaultLineNumberWidth. ( Integer ) |
---|
This method is the property for self.__defaultLineColor attribute.
Returns: | self.__defaultLineColor. ( QColor ) |
---|
This method is the property for self.__searchWorkerThread attribute.
Returns: | self.__searchWorkerThread. ( QThread ) |
---|
This method reimplements the QWidget.closeEvent() method.
Parameters: | event – QEvent. ( QEvent ) |
---|
This method sets the Model nodes using given search results.
Parameters: | searchResults – Search results. ( List ) |
---|---|
Returns: | Method success. ( Boolean ) |
This method sets the Model nodes using given replace results.
Parameters: | replaceResults – Replace results. ( List ) |
---|---|
Returns: | Method success. ( Boolean ) |
This method searchs user defined locations for search pattern.
Returns: | Method success. ( Boolean ) |
---|