src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.ProjectBrowserPage.html

branch
eric7
changeset 10428
a071d4065202
parent 10259
b51dfacef37f
child 10479
856476537696
equal deleted inserted replaced
10427:3733e2b23cf7 10428:a071d4065202
148 <p> 148 <p>
149 Private slot to handle the change of the 'Follow Cursor Line' checkbox. 149 Private slot to handle the change of the 'Follow Cursor Line' checkbox.
150 </p> 150 </p>
151 <dl> 151 <dl>
152 152
153 <dt><i>checked</i></dt> 153 <dt><i>checked</i> (bool)</dt>
154 <dd> 154 <dd>
155 flag indicating the state of the checkbox 155 flag indicating the state of the checkbox
156 </dd> 156 </dd>
157 </dl> 157 </dl>
158 <a NAME="ProjectBrowserPage.on_followEditorCheckBox_toggled" ID="ProjectBrowserPage.on_followEditorCheckBox_toggled"></a> 158 <a NAME="ProjectBrowserPage.on_followEditorCheckBox_toggled" ID="ProjectBrowserPage.on_followEditorCheckBox_toggled"></a>
162 <p> 162 <p>
163 Private slot to handle the change of the 'Follow Editor' checkbox. 163 Private slot to handle the change of the 'Follow Editor' checkbox.
164 </p> 164 </p>
165 <dl> 165 <dl>
166 166
167 <dt><i>checked</i></dt> 167 <dt><i>checked</i> (bool)</dt>
168 <dd> 168 <dd>
169 flag indicating the state of the checkbox 169 flag indicating the state of the checkbox
170 </dd> 170 </dd>
171 </dl> 171 </dl>
172 <a NAME="ProjectBrowserPage.on_projectTypeCombo_activated" ID="ProjectBrowserPage.on_projectTypeCombo_activated"></a> 172 <a NAME="ProjectBrowserPage.on_projectTypeCombo_activated" ID="ProjectBrowserPage.on_projectTypeCombo_activated"></a>
177 Private slot to set the browser checkboxes according to the selected 177 Private slot to set the browser checkboxes according to the selected
178 project type. 178 project type.
179 </p> 179 </p>
180 <dl> 180 <dl>
181 181
182 <dt><i>index</i></dt> 182 <dt><i>index</i> (int)</dt>
183 <dd> 183 <dd>
184 index of the selected project type (integer) 184 index of the selected project type
185 </dd> 185 </dd>
186 </dl> 186 </dl>
187 <a NAME="ProjectBrowserPage.save" ID="ProjectBrowserPage.save"></a> 187 <a NAME="ProjectBrowserPage.save" ID="ProjectBrowserPage.save"></a>
188 <h4>ProjectBrowserPage.save</h4> 188 <h4>ProjectBrowserPage.save</h4>
189 <b>save</b>(<i></i>) 189 <b>save</b>(<i></i>)
201 <p> 201 <p>
202 Module function to create the configuration page. 202 Module function to create the configuration page.
203 </p> 203 </p>
204 <dl> 204 <dl>
205 205
206 <dt><i>dlg</i></dt> 206 <dt><i>dlg</i> (ConfigurationDialog)</dt>
207 <dd> 207 <dd>
208 reference to the configuration dialog 208 reference to the configuration dialog
209 </dd> 209 </dd>
210 </dl> 210 </dl>
211 <dl> 211 <dl>
212 <dt>Return:</dt> 212 <dt>Return:</dt>
213 <dd> 213 <dd>
214 reference to the instantiated page (ConfigurationPageBase) 214 reference to the instantiated page
215 </dd>
216 </dl>
217 <dl>
218 <dt>Return Type:</dt>
219 <dd>
220 ConfigurationPageBase
215 </dd> 221 </dd>
216 </dl> 222 </dl>
217 <div align="right"><a href="#top">Up</a></div> 223 <div align="right"><a href="#top">Up</a></div>
218 <hr /> 224 <hr />
219 </body></html> 225 </body></html>

eric ide

mercurial