diff -r 31463df17fd5 -r b5c84934de9c Documentation/Source/eric5.UI.UserInterface.html --- a/Documentation/Source/eric5.UI.UserInterface.html Tue Jan 12 18:39:15 2010 +0000 +++ b/Documentation/Source/eric5.UI.UserInterface.html Wed Jan 13 18:53:58 2010 +0000 @@ -592,7 +592,7 @@ <td><a href="#UserInterface.__writeTasks">__writeTasks</a></td> <td>Private slot to write the tasks data to an XML file (.e4t).</td> </tr><tr> -<td><a href="#UserInterface.addE4Actions">addE4Actions</a></td> +<td><a href="#UserInterface.addE5Actions">addE5Actions</a></td> <td>Public method to add actions to the list of actions.</td> </tr><tr> <td><a href="#UserInterface.appendToStderr">appendToStderr</a></td> @@ -658,7 +658,7 @@ <td><a href="#UserInterface.registerToolbar">registerToolbar</a></td> <td>Public method to register a toolbar.</td> </tr><tr> -<td><a href="#UserInterface.removeE4Actions">removeE4Actions</a></td> +<td><a href="#UserInterface.removeE5Actions">removeE5Actions</a></td> <td>Public method to remove actions from the list of actions.</td> </tr><tr> <td><a href="#UserInterface.reregisterToolbar">reregisterToolbar</a></td> @@ -1712,9 +1712,9 @@ <b>__writeTasks</b>(<i></i>) <p> Private slot to write the tasks data to an XML file (.e4t). -</p><a NAME="UserInterface.addE4Actions" ID="UserInterface.addE4Actions"></a> -<h4>UserInterface.addE4Actions</h4> -<b>addE4Actions</b>(<i>actions, type</i>) +</p><a NAME="UserInterface.addE5Actions" ID="UserInterface.addE5Actions"></a> +<h4>UserInterface.addE5Actions</h4> +<b>addE5Actions</b>(<i>actions, type</i>) <p> Public method to add actions to the list of actions. </p><dl> @@ -1724,7 +1724,7 @@ It must be one of "ui" or "wizards". </dd><dt><i>actions</i></dt> <dd> -list of actions to be added (list of E4Action) +list of actions to be added (list of E5Action) </dd> </dl><a NAME="UserInterface.appendToStderr" ID="UserInterface.appendToStderr"></a> <h4>UserInterface.appendToStderr</h4> @@ -1824,7 +1824,7 @@ </dl><dl> <dt>Returns:</dt> <dd> -list of all actions (list of E4Action) +list of all actions (list of E5Action) </dd> </dl><a NAME="UserInterface.getLocale" ID="UserInterface.getLocale"></a> <h4>UserInterface.getLocale</h4> @@ -1981,9 +1981,9 @@ raised, if a toolbar with the given name was already registered </dd> -</dl><a NAME="UserInterface.removeE4Actions" ID="UserInterface.removeE4Actions"></a> -<h4>UserInterface.removeE4Actions</h4> -<b>removeE4Actions</b>(<i>actions, type = 'ui'</i>) +</dl><a NAME="UserInterface.removeE5Actions" ID="UserInterface.removeE5Actions"></a> +<h4>UserInterface.removeE5Actions</h4> +<b>removeE5Actions</b>(<i>actions, type = 'ui'</i>) <p> Public method to remove actions from the list of actions. </p><dl> @@ -1993,7 +1993,7 @@ It must be one of "ui" or "wizards". </dd><dt><i>actions</i></dt> <dd> -list of actions (list of E4Action) +list of actions (list of E5Action) </dd> </dl><a NAME="UserInterface.reregisterToolbar" ID="UserInterface.reregisterToolbar"></a> <h4>UserInterface.reregisterToolbar</h4>