16 |
16 |
17 a { color: #BA6D36; } |
17 a { color: #BA6D36; } |
18 |
18 |
19 </style> |
19 </style> |
20 </head> |
20 </head> |
21 <body><a NAME="top" ID="top"></a> |
21 <body> |
|
22 <a NAME="top" ID="top"></a> |
22 <h1>Plugin_Refactoring_Rope.RefactoringRope.SearchDialog</h1> |
23 <h1>Plugin_Refactoring_Rope.RefactoringRope.SearchDialog</h1> |
|
24 |
23 <p> |
25 <p> |
24 Module implementing the search dialog for the rope help dialog. |
26 Module implementing the search dialog for the rope help dialog. |
25 </p> |
27 </p> |
26 <h3>Global Attributes</h3> |
28 <h3>Global Attributes</h3> |
|
29 |
27 <table> |
30 <table> |
28 <tr><td>None</td></tr> |
31 <tr><td>None</td></tr> |
29 </table> |
32 </table> |
30 <h3>Classes</h3> |
33 <h3>Classes</h3> |
31 <table> |
34 |
|
35 <table> |
|
36 |
32 <tr> |
37 <tr> |
33 <td><a href="#SearchDialog">SearchDialog</a></td> |
38 <td><a href="#SearchDialog">SearchDialog</a></td> |
34 <td>Module implementing the search dialog for the rope help dialog.</td> |
39 <td>Module implementing the search dialog for the rope help dialog.</td> |
35 </tr> |
40 </tr> |
36 </table> |
41 </table> |
37 <h3>Functions</h3> |
42 <h3>Functions</h3> |
38 <table> |
43 |
39 <tr><td>None</td></tr> |
44 <table> |
40 </table> |
45 <tr><td>None</td></tr> |
41 <hr /><hr /> |
46 </table> |
|
47 <hr /> |
|
48 <hr /> |
42 <a NAME="SearchDialog" ID="SearchDialog"></a> |
49 <a NAME="SearchDialog" ID="SearchDialog"></a> |
43 <h2>SearchDialog</h2> |
50 <h2>SearchDialog</h2> |
|
51 |
44 <p> |
52 <p> |
45 Module implementing the search dialog for the rope help dialog. |
53 Module implementing the search dialog for the rope help dialog. |
46 </p> |
54 </p> |
47 <h3>Derived from</h3> |
55 <h3>Derived from</h3> |
48 QDialog, Ui_SearchDialog |
56 QDialog, Ui_SearchDialog |
49 <h3>Class Attributes</h3> |
57 <h3>Class Attributes</h3> |
|
58 |
50 <table> |
59 <table> |
51 <tr><td>None</td></tr> |
60 <tr><td>None</td></tr> |
52 </table> |
61 </table> |
53 <h3>Class Methods</h3> |
62 <h3>Class Methods</h3> |
|
63 |
54 <table> |
64 <table> |
55 <tr><td>None</td></tr> |
65 <tr><td>None</td></tr> |
56 </table> |
66 </table> |
57 <h3>Methods</h3> |
67 <h3>Methods</h3> |
58 <table> |
68 |
|
69 <table> |
|
70 |
59 <tr> |
71 <tr> |
60 <td><a href="#SearchDialog.__init__">SearchDialog</a></td> |
72 <td><a href="#SearchDialog.__init__">SearchDialog</a></td> |
61 <td>Constructor</td> |
73 <td>Constructor</td> |
62 </tr><tr> |
74 </tr> |
|
75 <tr> |
63 <td><a href="#SearchDialog.__findNextPrev">__findNextPrev</a></td> |
76 <td><a href="#SearchDialog.__findNextPrev">__findNextPrev</a></td> |
64 <td>Private slot to find the next occurrence of text.</td> |
77 <td>Private slot to find the next occurrence of text.</td> |
65 </tr><tr> |
78 </tr> |
|
79 <tr> |
66 <td><a href="#SearchDialog.findNext">findNext</a></td> |
80 <td><a href="#SearchDialog.findNext">findNext</a></td> |
67 <td>Public slot to find the next occurrence.</td> |
81 <td>Public slot to find the next occurrence.</td> |
68 </tr><tr> |
82 </tr> |
|
83 <tr> |
69 <td><a href="#SearchDialog.findPrevious">findPrevious</a></td> |
84 <td><a href="#SearchDialog.findPrevious">findPrevious</a></td> |
70 <td>Public slot to find the previous occurrence.</td> |
85 <td>Public slot to find the previous occurrence.</td> |
71 </tr><tr> |
86 </tr> |
|
87 <tr> |
72 <td><a href="#SearchDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
88 <td><a href="#SearchDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
73 <td>Private slot called by a button of the button box clicked.</td> |
89 <td>Private slot called by a button of the button box clicked.</td> |
74 </tr><tr> |
90 </tr> |
|
91 <tr> |
75 <td><a href="#SearchDialog.on_findButton_clicked">on_findButton_clicked</a></td> |
92 <td><a href="#SearchDialog.on_findButton_clicked">on_findButton_clicked</a></td> |
76 <td>Private slot to find the entered text in the displayed page.</td> |
93 <td>Private slot to find the entered text in the displayed page.</td> |
77 </tr><tr> |
94 </tr> |
|
95 <tr> |
78 <td><a href="#SearchDialog.on_findtextCombo_editTextChanged">on_findtextCombo_editTextChanged</a></td> |
96 <td><a href="#SearchDialog.on_findtextCombo_editTextChanged">on_findtextCombo_editTextChanged</a></td> |
79 <td>Private slot to enable/disable the find buttons.</td> |
97 <td>Private slot to enable/disable the find buttons.</td> |
80 </tr><tr> |
98 </tr> |
|
99 <tr> |
81 <td><a href="#SearchDialog.showFind">showFind</a></td> |
100 <td><a href="#SearchDialog.showFind">showFind</a></td> |
82 <td>Public method to display this dialog.</td> |
101 <td>Public method to display this dialog.</td> |
83 </tr> |
102 </tr> |
84 </table> |
103 </table> |
85 <h3>Static Methods</h3> |
104 <h3>Static Methods</h3> |
86 <table> |
105 |
87 <tr><td>None</td></tr> |
106 <table> |
88 </table> |
107 <tr><td>None</td></tr> |
|
108 </table> |
|
109 |
89 <a NAME="SearchDialog.__init__" ID="SearchDialog.__init__"></a> |
110 <a NAME="SearchDialog.__init__" ID="SearchDialog.__init__"></a> |
90 <h4>SearchDialog (Constructor)</h4> |
111 <h4>SearchDialog (Constructor)</h4> |
91 <b>SearchDialog</b>(<i>parent=None, name="", fl=Qt.Widget</i>) |
112 <b>SearchDialog</b>(<i>parent=None, name="", fl=Qt.Widget</i>) |
|
113 |
92 <p> |
114 <p> |
93 Constructor |
115 Constructor |
94 </p><dl> |
116 </p> |
|
117 <dl> |
|
118 |
95 <dt><i>parent</i> (QWidget)</dt> |
119 <dt><i>parent</i> (QWidget)</dt> |
96 <dd> |
120 <dd> |
97 parent widget of this dialog |
121 parent widget of this dialog |
98 </dd><dt><i>name</i> (str)</dt> |
122 </dd> |
|
123 <dt><i>name</i> (str)</dt> |
99 <dd> |
124 <dd> |
100 object name of the dialog |
125 object name of the dialog |
101 </dd><dt><i>fl</i> (Qt.WindowFlags)</dt> |
126 </dd> |
|
127 <dt><i>fl</i> (Qt.WindowFlags)</dt> |
102 <dd> |
128 <dd> |
103 window flags |
129 window flags |
104 </dd> |
130 </dd> |
105 </dl><a NAME="SearchDialog.__findNextPrev" ID="SearchDialog.__findNextPrev"></a> |
131 </dl> |
|
132 <a NAME="SearchDialog.__findNextPrev" ID="SearchDialog.__findNextPrev"></a> |
106 <h4>SearchDialog.__findNextPrev</h4> |
133 <h4>SearchDialog.__findNextPrev</h4> |
107 <b>__findNextPrev</b>(<i>backwards</i>) |
134 <b>__findNextPrev</b>(<i>backwards</i>) |
|
135 |
108 <p> |
136 <p> |
109 Private slot to find the next occurrence of text. |
137 Private slot to find the next occurrence of text. |
110 </p><dl> |
138 </p> |
|
139 <dl> |
|
140 |
111 <dt><i>backwards</i> (bool)</dt> |
141 <dt><i>backwards</i> (bool)</dt> |
112 <dd> |
142 <dd> |
113 flag indicating a backwards search |
143 flag indicating a backwards search |
114 </dd> |
144 </dd> |
115 </dl><a NAME="SearchDialog.findNext" ID="SearchDialog.findNext"></a> |
145 </dl> |
|
146 <a NAME="SearchDialog.findNext" ID="SearchDialog.findNext"></a> |
116 <h4>SearchDialog.findNext</h4> |
147 <h4>SearchDialog.findNext</h4> |
117 <b>findNext</b>(<i></i>) |
148 <b>findNext</b>(<i></i>) |
|
149 |
118 <p> |
150 <p> |
119 Public slot to find the next occurrence. |
151 Public slot to find the next occurrence. |
120 </p><a NAME="SearchDialog.findPrevious" ID="SearchDialog.findPrevious"></a> |
152 </p> |
|
153 <a NAME="SearchDialog.findPrevious" ID="SearchDialog.findPrevious"></a> |
121 <h4>SearchDialog.findPrevious</h4> |
154 <h4>SearchDialog.findPrevious</h4> |
122 <b>findPrevious</b>(<i></i>) |
155 <b>findPrevious</b>(<i></i>) |
|
156 |
123 <p> |
157 <p> |
124 Public slot to find the previous occurrence. |
158 Public slot to find the previous occurrence. |
125 </p><a NAME="SearchDialog.on_buttonBox_clicked" ID="SearchDialog.on_buttonBox_clicked"></a> |
159 </p> |
|
160 <a NAME="SearchDialog.on_buttonBox_clicked" ID="SearchDialog.on_buttonBox_clicked"></a> |
126 <h4>SearchDialog.on_buttonBox_clicked</h4> |
161 <h4>SearchDialog.on_buttonBox_clicked</h4> |
127 <b>on_buttonBox_clicked</b>(<i>button</i>) |
162 <b>on_buttonBox_clicked</b>(<i>button</i>) |
|
163 |
128 <p> |
164 <p> |
129 Private slot called by a button of the button box clicked. |
165 Private slot called by a button of the button box clicked. |
130 </p><dl> |
166 </p> |
|
167 <dl> |
|
168 |
131 <dt><i>button</i> (QAbstractButton)</dt> |
169 <dt><i>button</i> (QAbstractButton)</dt> |
132 <dd> |
170 <dd> |
133 button that was clicked |
171 button that was clicked |
134 </dd> |
172 </dd> |
135 </dl><a NAME="SearchDialog.on_findButton_clicked" ID="SearchDialog.on_findButton_clicked"></a> |
173 </dl> |
|
174 <a NAME="SearchDialog.on_findButton_clicked" ID="SearchDialog.on_findButton_clicked"></a> |
136 <h4>SearchDialog.on_findButton_clicked</h4> |
175 <h4>SearchDialog.on_findButton_clicked</h4> |
137 <b>on_findButton_clicked</b>(<i></i>) |
176 <b>on_findButton_clicked</b>(<i></i>) |
|
177 |
138 <p> |
178 <p> |
139 Private slot to find the entered text in the displayed page. |
179 Private slot to find the entered text in the displayed page. |
140 </p><a NAME="SearchDialog.on_findtextCombo_editTextChanged" ID="SearchDialog.on_findtextCombo_editTextChanged"></a> |
180 </p> |
|
181 <a NAME="SearchDialog.on_findtextCombo_editTextChanged" ID="SearchDialog.on_findtextCombo_editTextChanged"></a> |
141 <h4>SearchDialog.on_findtextCombo_editTextChanged</h4> |
182 <h4>SearchDialog.on_findtextCombo_editTextChanged</h4> |
142 <b>on_findtextCombo_editTextChanged</b>(<i>txt</i>) |
183 <b>on_findtextCombo_editTextChanged</b>(<i>txt</i>) |
|
184 |
143 <p> |
185 <p> |
144 Private slot to enable/disable the find buttons. |
186 Private slot to enable/disable the find buttons. |
145 </p><dl> |
187 </p> |
|
188 <dl> |
|
189 |
146 <dt><i>txt</i> (str)</dt> |
190 <dt><i>txt</i> (str)</dt> |
147 <dd> |
191 <dd> |
148 text of the combo box |
192 text of the combo box |
149 </dd> |
193 </dd> |
150 </dl><a NAME="SearchDialog.showFind" ID="SearchDialog.showFind"></a> |
194 </dl> |
|
195 <a NAME="SearchDialog.showFind" ID="SearchDialog.showFind"></a> |
151 <h4>SearchDialog.showFind</h4> |
196 <h4>SearchDialog.showFind</h4> |
152 <b>showFind</b>(<i></i>) |
197 <b>showFind</b>(<i></i>) |
|
198 |
153 <p> |
199 <p> |
154 Public method to display this dialog. |
200 Public method to display this dialog. |
155 </p> |
201 </p> |
156 <div align="right"><a href="#top">Up</a></div> |
202 <div align="right"><a href="#top">Up</a></div> |
157 <hr /> |
203 <hr /> |