590 <td>Private slot to write the session data to an XML file (.e4s).</td> |
590 <td>Private slot to write the session data to an XML file (.e4s).</td> |
591 </tr><tr> |
591 </tr><tr> |
592 <td><a href="#UserInterface.__writeTasks">__writeTasks</a></td> |
592 <td><a href="#UserInterface.__writeTasks">__writeTasks</a></td> |
593 <td>Private slot to write the tasks data to an XML file (.e4t).</td> |
593 <td>Private slot to write the tasks data to an XML file (.e4t).</td> |
594 </tr><tr> |
594 </tr><tr> |
595 <td><a href="#UserInterface.addE4Actions">addE4Actions</a></td> |
595 <td><a href="#UserInterface.addE5Actions">addE5Actions</a></td> |
596 <td>Public method to add actions to the list of actions.</td> |
596 <td>Public method to add actions to the list of actions.</td> |
597 </tr><tr> |
597 </tr><tr> |
598 <td><a href="#UserInterface.appendToStderr">appendToStderr</a></td> |
598 <td><a href="#UserInterface.appendToStderr">appendToStderr</a></td> |
599 <td>Public slot to append text to the stderr log viewer tab.</td> |
599 <td>Public slot to append text to the stderr log viewer tab.</td> |
600 </tr><tr> |
600 </tr><tr> |
656 <td>Public method to process the command line args passed to the UI.</td> |
656 <td>Public method to process the command line args passed to the UI.</td> |
657 </tr><tr> |
657 </tr><tr> |
658 <td><a href="#UserInterface.registerToolbar">registerToolbar</a></td> |
658 <td><a href="#UserInterface.registerToolbar">registerToolbar</a></td> |
659 <td>Public method to register a toolbar.</td> |
659 <td>Public method to register a toolbar.</td> |
660 </tr><tr> |
660 </tr><tr> |
661 <td><a href="#UserInterface.removeE4Actions">removeE4Actions</a></td> |
661 <td><a href="#UserInterface.removeE5Actions">removeE5Actions</a></td> |
662 <td>Public method to remove actions from the list of actions.</td> |
662 <td>Public method to remove actions from the list of actions.</td> |
663 </tr><tr> |
663 </tr><tr> |
664 <td><a href="#UserInterface.reregisterToolbar">reregisterToolbar</a></td> |
664 <td><a href="#UserInterface.reregisterToolbar">reregisterToolbar</a></td> |
665 <td>Public method to change the visible text for the named toolbar.</td> |
665 <td>Public method to change the visible text for the named toolbar.</td> |
666 </tr><tr> |
666 </tr><tr> |
1710 </p><a NAME="UserInterface.__writeTasks" ID="UserInterface.__writeTasks"></a> |
1710 </p><a NAME="UserInterface.__writeTasks" ID="UserInterface.__writeTasks"></a> |
1711 <h4>UserInterface.__writeTasks</h4> |
1711 <h4>UserInterface.__writeTasks</h4> |
1712 <b>__writeTasks</b>(<i></i>) |
1712 <b>__writeTasks</b>(<i></i>) |
1713 <p> |
1713 <p> |
1714 Private slot to write the tasks data to an XML file (.e4t). |
1714 Private slot to write the tasks data to an XML file (.e4t). |
1715 </p><a NAME="UserInterface.addE4Actions" ID="UserInterface.addE4Actions"></a> |
1715 </p><a NAME="UserInterface.addE5Actions" ID="UserInterface.addE5Actions"></a> |
1716 <h4>UserInterface.addE4Actions</h4> |
1716 <h4>UserInterface.addE5Actions</h4> |
1717 <b>addE4Actions</b>(<i>actions, type</i>) |
1717 <b>addE5Actions</b>(<i>actions, type</i>) |
1718 <p> |
1718 <p> |
1719 Public method to add actions to the list of actions. |
1719 Public method to add actions to the list of actions. |
1720 </p><dl> |
1720 </p><dl> |
1721 <dt><i>type</i></dt> |
1721 <dt><i>type</i></dt> |
1722 <dd> |
1722 <dd> |
1723 string denoting the action set to get. |
1723 string denoting the action set to get. |
1724 It must be one of "ui" or "wizards". |
1724 It must be one of "ui" or "wizards". |
1725 </dd><dt><i>actions</i></dt> |
1725 </dd><dt><i>actions</i></dt> |
1726 <dd> |
1726 <dd> |
1727 list of actions to be added (list of E4Action) |
1727 list of actions to be added (list of E5Action) |
1728 </dd> |
1728 </dd> |
1729 </dl><a NAME="UserInterface.appendToStderr" ID="UserInterface.appendToStderr"></a> |
1729 </dl><a NAME="UserInterface.appendToStderr" ID="UserInterface.appendToStderr"></a> |
1730 <h4>UserInterface.appendToStderr</h4> |
1730 <h4>UserInterface.appendToStderr</h4> |
1731 <b>appendToStderr</b>(<i>s</i>) |
1731 <b>appendToStderr</b>(<i>s</i>) |
1732 <p> |
1732 <p> |
1822 It must be one of "ui" or "wizards". |
1822 It must be one of "ui" or "wizards". |
1823 </dd> |
1823 </dd> |
1824 </dl><dl> |
1824 </dl><dl> |
1825 <dt>Returns:</dt> |
1825 <dt>Returns:</dt> |
1826 <dd> |
1826 <dd> |
1827 list of all actions (list of E4Action) |
1827 list of all actions (list of E5Action) |
1828 </dd> |
1828 </dd> |
1829 </dl><a NAME="UserInterface.getLocale" ID="UserInterface.getLocale"></a> |
1829 </dl><a NAME="UserInterface.getLocale" ID="UserInterface.getLocale"></a> |
1830 <h4>UserInterface.getLocale</h4> |
1830 <h4>UserInterface.getLocale</h4> |
1831 <b>getLocale</b>(<i></i>) |
1831 <b>getLocale</b>(<i></i>) |
1832 <p> |
1832 <p> |
1979 <dt>Raises <b>KeyError</b>:</dt> |
1979 <dt>Raises <b>KeyError</b>:</dt> |
1980 <dd> |
1980 <dd> |
1981 raised, if a toolbar with the given name was |
1981 raised, if a toolbar with the given name was |
1982 already registered |
1982 already registered |
1983 </dd> |
1983 </dd> |
1984 </dl><a NAME="UserInterface.removeE4Actions" ID="UserInterface.removeE4Actions"></a> |
1984 </dl><a NAME="UserInterface.removeE5Actions" ID="UserInterface.removeE5Actions"></a> |
1985 <h4>UserInterface.removeE4Actions</h4> |
1985 <h4>UserInterface.removeE5Actions</h4> |
1986 <b>removeE4Actions</b>(<i>actions, type = 'ui'</i>) |
1986 <b>removeE5Actions</b>(<i>actions, type = 'ui'</i>) |
1987 <p> |
1987 <p> |
1988 Public method to remove actions from the list of actions. |
1988 Public method to remove actions from the list of actions. |
1989 </p><dl> |
1989 </p><dl> |
1990 <dt><i>type</i></dt> |
1990 <dt><i>type</i></dt> |
1991 <dd> |
1991 <dd> |
1992 string denoting the action set to get. |
1992 string denoting the action set to get. |
1993 It must be one of "ui" or "wizards". |
1993 It must be one of "ui" or "wizards". |
1994 </dd><dt><i>actions</i></dt> |
1994 </dd><dt><i>actions</i></dt> |
1995 <dd> |
1995 <dd> |
1996 list of actions (list of E4Action) |
1996 list of actions (list of E5Action) |
1997 </dd> |
1997 </dd> |
1998 </dl><a NAME="UserInterface.reregisterToolbar" ID="UserInterface.reregisterToolbar"></a> |
1998 </dl><a NAME="UserInterface.reregisterToolbar" ID="UserInterface.reregisterToolbar"></a> |
1999 <h4>UserInterface.reregisterToolbar</h4> |
1999 <h4>UserInterface.reregisterToolbar</h4> |
2000 <b>reregisterToolbar</b>(<i>name, text</i>) |
2000 <b>reregisterToolbar</b>(<i>name, text</i>) |
2001 <p> |
2001 <p> |