RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.SearchDialog.html

branch
server_client_variant
changeset 204
b4bf79b956bc
parent 151
5260100b6700
child 321
d51e810107ec
equal deleted inserted replaced
203:c38750e1bafd 204:b4bf79b956bc
90 <h4>SearchDialog (Constructor)</h4> 90 <h4>SearchDialog (Constructor)</h4>
91 <b>SearchDialog</b>(<i>parent=None, name="", fl=Qt.Widget</i>) 91 <b>SearchDialog</b>(<i>parent=None, name="", fl=Qt.Widget</i>)
92 <p> 92 <p>
93 Constructor 93 Constructor
94 </p><dl> 94 </p><dl>
95 <dt><i>parent</i></dt> 95 <dt><i>parent</i> (QWidget)</dt>
96 <dd> 96 <dd>
97 parent widget of this dialog (QWidget) 97 parent widget of this dialog
98 </dd><dt><i>name</i></dt> 98 </dd><dt><i>name</i> (str)</dt>
99 <dd> 99 <dd>
100 object name of the dialog (string) 100 object name of the dialog
101 </dd><dt><i>fl</i></dt> 101 </dd><dt><i>fl</i> (Qt.WindowFlags)</dt>
102 <dd> 102 <dd>
103 window flags (Qt.WindowFlags) 103 window flags
104 </dd> 104 </dd>
105 </dl><a NAME="SearchDialog.__findNextPrev" ID="SearchDialog.__findNextPrev"></a> 105 </dl><a NAME="SearchDialog.__findNextPrev" ID="SearchDialog.__findNextPrev"></a>
106 <h4>SearchDialog.__findNextPrev</h4> 106 <h4>SearchDialog.__findNextPrev</h4>
107 <b>__findNextPrev</b>(<i>backwards</i>) 107 <b>__findNextPrev</b>(<i>backwards</i>)
108 <p> 108 <p>
109 Private slot to find the next occurrence of text. 109 Private slot to find the next occurrence of text.
110 </p><dl> 110 </p><dl>
111 <dt><i>backwards</i></dt> 111 <dt><i>backwards</i> (bool)</dt>
112 <dd> 112 <dd>
113 flag indicating a backwards search (boolean) 113 flag indicating a backwards search
114 </dd> 114 </dd>
115 </dl><a NAME="SearchDialog.findNext" ID="SearchDialog.findNext"></a> 115 </dl><a NAME="SearchDialog.findNext" ID="SearchDialog.findNext"></a>
116 <h4>SearchDialog.findNext</h4> 116 <h4>SearchDialog.findNext</h4>
117 <b>findNext</b>(<i></i>) 117 <b>findNext</b>(<i></i>)
118 <p> 118 <p>
126 <h4>SearchDialog.on_buttonBox_clicked</h4> 126 <h4>SearchDialog.on_buttonBox_clicked</h4>
127 <b>on_buttonBox_clicked</b>(<i>button</i>) 127 <b>on_buttonBox_clicked</b>(<i>button</i>)
128 <p> 128 <p>
129 Private slot called by a button of the button box clicked. 129 Private slot called by a button of the button box clicked.
130 </p><dl> 130 </p><dl>
131 <dt><i>button</i></dt> 131 <dt><i>button</i> (QAbstractButton)</dt>
132 <dd> 132 <dd>
133 button that was clicked (QAbstractButton) 133 button that was clicked
134 </dd> 134 </dd>
135 </dl><a NAME="SearchDialog.on_findButton_clicked" ID="SearchDialog.on_findButton_clicked"></a> 135 </dl><a NAME="SearchDialog.on_findButton_clicked" ID="SearchDialog.on_findButton_clicked"></a>
136 <h4>SearchDialog.on_findButton_clicked</h4> 136 <h4>SearchDialog.on_findButton_clicked</h4>
137 <b>on_findButton_clicked</b>(<i></i>) 137 <b>on_findButton_clicked</b>(<i></i>)
138 <p> 138 <p>
141 <h4>SearchDialog.on_findtextCombo_editTextChanged</h4> 141 <h4>SearchDialog.on_findtextCombo_editTextChanged</h4>
142 <b>on_findtextCombo_editTextChanged</b>(<i>txt</i>) 142 <b>on_findtextCombo_editTextChanged</b>(<i>txt</i>)
143 <p> 143 <p>
144 Private slot to enable/disable the find buttons. 144 Private slot to enable/disable the find buttons.
145 </p><dl> 145 </p><dl>
146 <dt><i>txt</i></dt> 146 <dt><i>txt</i> (str)</dt>
147 <dd> 147 <dd>
148 text of the combo box (string) 148 text of the combo box
149 </dd> 149 </dd>
150 </dl><a NAME="SearchDialog.showFind" ID="SearchDialog.showFind"></a> 150 </dl><a NAME="SearchDialog.showFind" ID="SearchDialog.showFind"></a>
151 <h4>SearchDialog.showFind</h4> 151 <h4>SearchDialog.showFind</h4>
152 <b>showFind</b>(<i></i>) 152 <b>showFind</b>(<i></i>)
153 <p> 153 <p>

eric ide

mercurial