searchAndReplace.py
Others:
Bases: PyQt4.QtCore.QObject
This class is a QObject subclass used as an event filter for the SearchAndReplace class.
Bases: foundations.ui.common.QWidget
This class defines the default search and replace 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.__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.__maximumStoredPatterns attribute.
Returns: | self.__maximumStoredPatterns. ( Integer ) |
---|
This definition inserts given pattern into given Model.
Parameters: |
|
---|---|
Returns: | Method success. ( Boolean ) |
This method searchs current editor Widget for search pattern.
Returns: | Method success. ( Boolean ) |
---|