RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.HelpDialog.html

branch
eric7
changeset 377
5a183579f5ef
parent 375
c61a2f18ed78
child 416
45159308166f
equal deleted inserted replaced
376:3932069fda9c 377:5a183579f5ef
56 56
57 <tr> 57 <tr>
58 <td><a href="#HelpDialog.__init__">HelpDialog</a></td> 58 <td><a href="#HelpDialog.__init__">HelpDialog</a></td>
59 <td>Constructor</td> 59 <td>Constructor</td>
60 </tr> 60 </tr>
61 <tr>
62 <td><a href="#HelpDialog.findNextPrev">findNextPrev</a></td>
63 <td>Public slot to find the next occurrence of a text.</td>
64 </tr>
65 <tr>
66 <td><a href="#HelpDialog.helpWidget">helpWidget</a></td>
67 <td>Public method to get a reference to the help widget.</td>
68 </tr>
69 <tr>
70 <td><a href="#HelpDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
71 <td>Private slot called by a button of the button box clicked.</td>
72 </tr>
73 </table> 61 </table>
74 <h3>Static Methods</h3> 62 <h3>Static Methods</h3>
75 63
76 <table> 64 <table>
77 <tr><td>None</td></tr> 65 <tr><td>None</td></tr>
97 <dt><i>parent</i> (QWidget)</dt> 85 <dt><i>parent</i> (QWidget)</dt>
98 <dd> 86 <dd>
99 reference to the parent widget 87 reference to the parent widget
100 </dd> 88 </dd>
101 </dl> 89 </dl>
102 <a NAME="HelpDialog.findNextPrev" ID="HelpDialog.findNextPrev"></a>
103 <h4>HelpDialog.findNextPrev</h4>
104 <b>findNextPrev</b>(<i>txt, case, word, backwards</i>)
105
106 <p>
107 Public slot to find the next occurrence of a text.
108 </p>
109 <dl>
110
111 <dt><i>txt</i> (str)</dt>
112 <dd>
113 text to search for
114 </dd>
115 <dt><i>case</i> (bool)</dt>
116 <dd>
117 flag indicating a case sensitive search
118 </dd>
119 <dt><i>word</i> (bool)</dt>
120 <dd>
121 flag indicating a word based search
122 </dd>
123 <dt><i>backwards</i> (bool)</dt>
124 <dd>
125 flag indicating a backwards search
126 </dd>
127 </dl>
128 <dl>
129 <dt>Return:</dt>
130 <dd>
131 flag indicating the search found another occurrence
132 </dd>
133 </dl>
134 <dl>
135 <dt>Return Type:</dt>
136 <dd>
137 bool
138 </dd>
139 </dl>
140 <a NAME="HelpDialog.helpWidget" ID="HelpDialog.helpWidget"></a>
141 <h4>HelpDialog.helpWidget</h4>
142 <b>helpWidget</b>(<i></i>)
143
144 <p>
145 Public method to get a reference to the help widget.
146 </p>
147 <dl>
148 <dt>Return:</dt>
149 <dd>
150 reference to the help widget
151 </dd>
152 </dl>
153 <dl>
154 <dt>Return Type:</dt>
155 <dd>
156 QTextEdit
157 </dd>
158 </dl>
159 <a NAME="HelpDialog.on_buttonBox_clicked" ID="HelpDialog.on_buttonBox_clicked"></a>
160 <h4>HelpDialog.on_buttonBox_clicked</h4>
161 <b>on_buttonBox_clicked</b>(<i>button</i>)
162
163 <p>
164 Private slot called by a button of the button box clicked.
165 </p>
166 <dl>
167
168 <dt><i>button</i> (QAbstractButton)</dt>
169 <dd>
170 button that was clicked
171 </dd>
172 </dl>
173 <div align="right"><a href="#top">Up</a></div> 90 <div align="right"><a href="#top">Up</a></div>
174 <hr /> 91 <hr />
175 </body></html> 92 </body></html>

eric ide

mercurial