src/eric7/Documentation/Source/eric7.HexEdit.HexEditMainWindow.html

branch
eric7
changeset 10428
a071d4065202
parent 9730
00cf7289d899
child 10479
856476537696
equal deleted inserted replaced
10427:3733e2b23cf7 10428:a071d4065202
284 <p> 284 <p>
285 Constructor 285 Constructor
286 </p> 286 </p>
287 <dl> 287 <dl>
288 288
289 <dt><i>fileName</i></dt> 289 <dt><i>fileName</i> (str)</dt>
290 <dd> 290 <dd>
291 name of a file to load on startup (string) 291 name of a file to load on startup
292 </dd> 292 </dd>
293 <dt><i>parent</i></dt> 293 <dt><i>parent</i> (QWidget)</dt>
294 <dd> 294 <dd>
295 parent widget of this window (QWidget) 295 parent widget of this window
296 </dd> 296 </dd>
297 <dt><i>fromEric</i></dt> 297 <dt><i>fromEric</i> (bool)</dt>
298 <dd> 298 <dd>
299 flag indicating whether it was called from within 299 flag indicating whether it was called from within
300 eric (boolean) 300 eric
301 </dd> 301 </dd>
302 <dt><i>project</i></dt> 302 <dt><i>project</i> (Project)</dt>
303 <dd> 303 <dd>
304 reference to the project object (Project) 304 reference to the project object
305 </dd> 305 </dd>
306 </dl> 306 </dl>
307 <a NAME="HexEditMainWindow.__about" ID="HexEditMainWindow.__about"></a> 307 <a NAME="HexEditMainWindow.__about" ID="HexEditMainWindow.__about"></a>
308 <h4>HexEditMainWindow.__about</h4> 308 <h4>HexEditMainWindow.__about</h4>
309 <b>__about</b>(<i></i>) 309 <b>__about</b>(<i></i>)
325 <p> 325 <p>
326 Private method to add a file name to the list of recently opened files. 326 Private method to add a file name to the list of recently opened files.
327 </p> 327 </p>
328 <dl> 328 <dl>
329 329
330 <dt><i>fileName</i></dt> 330 <dt><i>fileName</i> (str)</dt>
331 <dd> 331 <dd>
332 name of the file to be added 332 name of the file to be added
333 </dd> 333 </dd>
334 </dl> 334 </dl>
335 <a NAME="HexEditMainWindow.__checkActions" ID="HexEditMainWindow.__checkActions"></a> 335 <a NAME="HexEditMainWindow.__checkActions" ID="HexEditMainWindow.__checkActions"></a>
505 <p> 505 <p>
506 Private method to open a file from the list of recently opened files. 506 Private method to open a file from the list of recently opened files.
507 </p> 507 </p>
508 <dl> 508 <dl>
509 509
510 <dt><i>act</i></dt> 510 <dt><i>act</i> (QAction)</dt>
511 <dd> 511 <dd>
512 reference to the action that triggered (QAction) 512 reference to the action that triggered
513 </dd> 513 </dd>
514 </dl> 514 </dl>
515 <a NAME="HexEditMainWindow.__preferencesChangedByLocalPreferencesDialog" ID="HexEditMainWindow.__preferencesChangedByLocalPreferencesDialog"></a> 515 <a NAME="HexEditMainWindow.__preferencesChangedByLocalPreferencesDialog" ID="HexEditMainWindow.__preferencesChangedByLocalPreferencesDialog"></a>
516 <h4>HexEditMainWindow.__preferencesChangedByLocalPreferencesDialog</h4> 516 <h4>HexEditMainWindow.__preferencesChangedByLocalPreferencesDialog</h4>
517 <b>__preferencesChangedByLocalPreferencesDialog</b>(<i></i>) 517 <b>__preferencesChangedByLocalPreferencesDialog</b>(<i></i>)

eric ide

mercurial