531 <td>Public method to add some actions to the extras menu.</td> |
531 <td>Public method to add some actions to the extras menu.</td> |
532 </tr><tr> |
532 </tr><tr> |
533 <td><a href="#ViewManager.addToRecentList">addToRecentList</a></td> |
533 <td><a href="#ViewManager.addToRecentList">addToRecentList</a></td> |
534 <td>Public slot to add a filename to the list of recently opened files.</td> |
534 <td>Public slot to add a filename to the list of recently opened files.</td> |
535 </tr><tr> |
535 </tr><tr> |
|
536 <td><a href="#ViewManager.appFocusChanged">appFocusChanged</a></td> |
|
537 <td>Public method to handle the global change of focus.</td> |
|
538 </tr><tr> |
536 <td><a href="#ViewManager.canCascade">canCascade</a></td> |
539 <td><a href="#ViewManager.canCascade">canCascade</a></td> |
537 <td>Public method to signal if cascading of managed windows is available.</td> |
540 <td>Public method to signal if cascading of managed windows is available.</td> |
538 </tr><tr> |
541 </tr><tr> |
539 <td><a href="#ViewManager.canSplit">canSplit</a></td> |
542 <td><a href="#ViewManager.canSplit">canSplit</a></td> |
540 <td>Public method to signal if splitting of the view is available.</td> |
543 <td>Public method to signal if splitting of the view is available.</td> |
1603 Public slot to add a filename to the list of recently opened files. |
1606 Public slot to add a filename to the list of recently opened files. |
1604 </p><dl> |
1607 </p><dl> |
1605 <dt><i>fn</i></dt> |
1608 <dt><i>fn</i></dt> |
1606 <dd> |
1609 <dd> |
1607 name of the file to be added |
1610 name of the file to be added |
|
1611 </dd> |
|
1612 </dl><a NAME="ViewManager.appFocusChanged" ID="ViewManager.appFocusChanged"></a> |
|
1613 <h4>ViewManager.appFocusChanged</h4> |
|
1614 <b>appFocusChanged</b>(<i>old, now</i>) |
|
1615 <p> |
|
1616 Public method to handle the global change of focus. |
|
1617 </p><dl> |
|
1618 <dt><i>old</i></dt> |
|
1619 <dd> |
|
1620 reference to the widget loosing focus (QWidget) |
|
1621 </dd><dt><i>now</i></dt> |
|
1622 <dd> |
|
1623 reference to the widget gaining focus (QWidget) |
1608 </dd> |
1624 </dd> |
1609 </dl><a NAME="ViewManager.canCascade" ID="ViewManager.canCascade"></a> |
1625 </dl><a NAME="ViewManager.canCascade" ID="ViewManager.canCascade"></a> |
1610 <h4>ViewManager.canCascade</h4> |
1626 <h4>ViewManager.canCascade</h4> |
1611 <b>canCascade</b>(<i></i>) |
1627 <b>canCascade</b>(<i></i>) |
1612 <p> |
1628 <p> |