|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' |
|
3 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> |
|
4 <html><head> |
|
5 <title>Plugin_Refactoring_Rope.RefactoringRope.SearchDialog</title> |
|
6 <style> |
|
7 body { |
|
8 background: #EDECE6; |
|
9 margin: 0em 1em 10em 1em; |
|
10 color: black; |
|
11 } |
|
12 |
|
13 h1 { color: white; background: #85774A; } |
|
14 h2 { color: white; background: #85774A; } |
|
15 h3 { color: white; background: #9D936E; } |
|
16 h4 { color: white; background: #9D936E; } |
|
17 |
|
18 a { color: #BA6D36; } |
|
19 |
|
20 </style> |
|
21 </head> |
|
22 <body><a NAME="top" ID="top"></a> |
|
23 <h1>Plugin_Refactoring_Rope.RefactoringRope.SearchDialog</h1> |
|
24 <p> |
|
25 Module implementing the search dialog for the rope help dialog. |
|
26 </p> |
|
27 <h3>Global Attributes</h3> |
|
28 <table> |
|
29 <tr><td>None</td></tr> |
|
30 </table> |
|
31 <h3>Classes</h3> |
|
32 <table> |
|
33 <tr> |
|
34 <td><a href="#SearchDialog">SearchDialog</a></td> |
|
35 <td>Module implementing the search dialog for the rope help dialog.</td> |
|
36 </tr> |
|
37 </table> |
|
38 <h3>Functions</h3> |
|
39 <table> |
|
40 <tr><td>None</td></tr> |
|
41 </table> |
|
42 <hr /><hr /> |
|
43 <a NAME="SearchDialog" ID="SearchDialog"></a> |
|
44 <h2>SearchDialog</h2> |
|
45 <p> |
|
46 Module implementing the search dialog for the rope help dialog. |
|
47 </p> |
|
48 <h3>Derived from</h3> |
|
49 QDialog, Ui_SearchDialog |
|
50 <h3>Class Attributes</h3> |
|
51 <table> |
|
52 <tr><td>None</td></tr> |
|
53 </table> |
|
54 <h3>Methods</h3> |
|
55 <table> |
|
56 <tr> |
|
57 <td><a href="#SearchDialog.__init__">SearchDialog</a></td> |
|
58 <td>Constructor</td> |
|
59 </tr><tr> |
|
60 <td><a href="#SearchDialog.__findNextPrev">__findNextPrev</a></td> |
|
61 <td>Private slot to find the next occurrence of text.</td> |
|
62 </tr><tr> |
|
63 <td><a href="#SearchDialog.findNext">findNext</a></td> |
|
64 <td>Public slot to find the next occurrence.</td> |
|
65 </tr><tr> |
|
66 <td><a href="#SearchDialog.findPrevious">findPrevious</a></td> |
|
67 <td>Public slot to find the previous occurrence.</td> |
|
68 </tr><tr> |
|
69 <td><a href="#SearchDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
|
70 <td>Private slot called by a button of the button box clicked.</td> |
|
71 </tr><tr> |
|
72 <td><a href="#SearchDialog.on_findButton_clicked">on_findButton_clicked</a></td> |
|
73 <td>Private slot to find the entered text in the displayed page.</td> |
|
74 </tr><tr> |
|
75 <td><a href="#SearchDialog.on_findtextCombo_editTextChanged">on_findtextCombo_editTextChanged</a></td> |
|
76 <td>Private slot to enable/disable the find buttons.</td> |
|
77 </tr><tr> |
|
78 <td><a href="#SearchDialog.showFind">showFind</a></td> |
|
79 <td>Public method to display this dialog.</td> |
|
80 </tr> |
|
81 </table> |
|
82 <a NAME="SearchDialog.__init__" ID="SearchDialog.__init__"></a> |
|
83 <h4>SearchDialog (Constructor)</h4> |
|
84 <b>SearchDialog</b>(<i>parent = None, name = "", fl = Qt.WindowFlags(Qt.Widget)</i>) |
|
85 <p> |
|
86 Constructor |
|
87 </p><dl> |
|
88 <dt><i>parent</i></dt> |
|
89 <dd> |
|
90 parent widget of this dialog (QWidget) |
|
91 </dd><dt><i>name</i></dt> |
|
92 <dd> |
|
93 object name of the dialog (string) |
|
94 </dd><dt><i>fl</i></dt> |
|
95 <dd> |
|
96 window flags |
|
97 </dd> |
|
98 </dl><a NAME="SearchDialog.__findNextPrev" ID="SearchDialog.__findNextPrev"></a> |
|
99 <h4>SearchDialog.__findNextPrev</h4> |
|
100 <b>__findNextPrev</b>(<i>backwards</i>) |
|
101 <p> |
|
102 Private slot to find the next occurrence of text. |
|
103 </p><dl> |
|
104 <dt><i>backwards</i></dt> |
|
105 <dd> |
|
106 flag indicating a backwards search (boolean) |
|
107 </dd> |
|
108 </dl><a NAME="SearchDialog.findNext" ID="SearchDialog.findNext"></a> |
|
109 <h4>SearchDialog.findNext</h4> |
|
110 <b>findNext</b>(<i></i>) |
|
111 <p> |
|
112 Public slot to find the next occurrence. |
|
113 </p><a NAME="SearchDialog.findPrevious" ID="SearchDialog.findPrevious"></a> |
|
114 <h4>SearchDialog.findPrevious</h4> |
|
115 <b>findPrevious</b>(<i></i>) |
|
116 <p> |
|
117 Public slot to find the previous occurrence. |
|
118 </p><a NAME="SearchDialog.on_buttonBox_clicked" ID="SearchDialog.on_buttonBox_clicked"></a> |
|
119 <h4>SearchDialog.on_buttonBox_clicked</h4> |
|
120 <b>on_buttonBox_clicked</b>(<i>button</i>) |
|
121 <p> |
|
122 Private slot called by a button of the button box clicked. |
|
123 </p><dl> |
|
124 <dt><i>button</i></dt> |
|
125 <dd> |
|
126 button that was clicked (QAbstractButton) |
|
127 </dd> |
|
128 </dl><a NAME="SearchDialog.on_findButton_clicked" ID="SearchDialog.on_findButton_clicked"></a> |
|
129 <h4>SearchDialog.on_findButton_clicked</h4> |
|
130 <b>on_findButton_clicked</b>(<i></i>) |
|
131 <p> |
|
132 Private slot to find the entered text in the displayed page. |
|
133 </p><a NAME="SearchDialog.on_findtextCombo_editTextChanged" ID="SearchDialog.on_findtextCombo_editTextChanged"></a> |
|
134 <h4>SearchDialog.on_findtextCombo_editTextChanged</h4> |
|
135 <b>on_findtextCombo_editTextChanged</b>(<i>txt</i>) |
|
136 <p> |
|
137 Private slot to enable/disable the find buttons. |
|
138 </p><a NAME="SearchDialog.showFind" ID="SearchDialog.showFind"></a> |
|
139 <h4>SearchDialog.showFind</h4> |
|
140 <b>showFind</b>(<i></i>) |
|
141 <p> |
|
142 Public method to display this dialog. |
|
143 </p> |
|
144 <div align="right"><a href="#top">Up</a></div> |
|
145 <hr /> |
|
146 </body></html> |