diff -r 81326a94fdca -r 37f0444c3479 Documentation/Source/eric5.E5Gui.E5ToolBox.html --- a/Documentation/Source/eric5.E5Gui.E5ToolBox.html Thu Jan 14 17:27:31 2010 +0000 +++ b/Documentation/Source/eric5.E5Gui.E5ToolBox.html Thu Jan 14 18:35:52 2010 +0000 @@ -22,7 +22,7 @@ <body><a NAME="top" ID="top"></a> <h1>eric5.E5Gui.E5ToolBox</h1> <p> -Module implementing a horizontal and a vertical toolbox class. +Module implementing a horizontal and a vertical toolbox class. </p> <h3>Global Attributes</h3> <table> @@ -32,10 +32,10 @@ <table> <tr> <td><a href="#E5HorizontalToolBox">E5HorizontalToolBox</a></td> -<td>Class implementing a vertical QToolBox like widget.</td> +<td>Class implementing a vertical QToolBox like widget.</td> </tr><tr> <td><a href="#E5VerticalToolBox">E5VerticalToolBox</a></td> -<td>Class implementing a ToolBox class substituting QToolBox to support wheel events.</td> +<td>Class implementing a ToolBox class substituting QToolBox to support wheel events.</td> </tr> </table> <h3>Functions</h3> @@ -46,7 +46,7 @@ <a NAME="E5HorizontalToolBox" ID="E5HorizontalToolBox"></a> <h2>E5HorizontalToolBox</h2> <p> - Class implementing a vertical QToolBox like widget. + Class implementing a vertical QToolBox like widget. </p> <h3>Derived from</h3> E5TabWidget @@ -58,101 +58,101 @@ <table> <tr> <td><a href="#E5HorizontalToolBox.__init__">E5HorizontalToolBox</a></td> -<td>Constructor</td> +<td>Constructor</td> </tr><tr> <td><a href="#E5HorizontalToolBox.addItem">addItem</a></td> -<td>Public method to add a widget to the toolbox.</td> +<td>Public method to add a widget to the toolbox.</td> </tr><tr> <td><a href="#E5HorizontalToolBox.insertItem">insertItem</a></td> -<td>Public method to add a widget to the toolbox.</td> +<td>Public method to add a widget to the toolbox.</td> </tr><tr> <td><a href="#E5HorizontalToolBox.setItemEnabled">setItemEnabled</a></td> -<td>Public method to set the enabled state of an item.</td> +<td>Public method to set the enabled state of an item.</td> </tr><tr> <td><a href="#E5HorizontalToolBox.setItemToolTip">setItemToolTip</a></td> -<td>Public method to set the tooltip of an item.</td> +<td>Public method to set the tooltip of an item.</td> </tr> </table> <a NAME="E5HorizontalToolBox.__init__" ID="E5HorizontalToolBox.__init__"></a> <h4>E5HorizontalToolBox (Constructor)</h4> <b>E5HorizontalToolBox</b>(<i>parent = None</i>) <p> - Constructor + Constructor </p><dl> <dt><i>parent</i></dt> <dd> -reference to the parent widget (QWidget) +reference to the parent widget (QWidget) </dd> </dl><a NAME="E5HorizontalToolBox.addItem" ID="E5HorizontalToolBox.addItem"></a> <h4>E5HorizontalToolBox.addItem</h4> <b>addItem</b>(<i>widget, icon, text</i>) <p> - Public method to add a widget to the toolbox. + Public method to add a widget to the toolbox. </p><dl> <dt><i>widget</i></dt> <dd> -reference to the widget to be added (QWidget) +reference to the widget to be added (QWidget) </dd><dt><i>icon</i></dt> <dd> -the icon to be shown (QIcon) +the icon to be shown (QIcon) </dd><dt><i>text</i></dt> <dd> -the text to be shown (string) +the text to be shown (string) </dd> </dl><dl> <dt>Returns:</dt> <dd> -index of the added widget (integer) +index of the added widget (integer) </dd> </dl><a NAME="E5HorizontalToolBox.insertItem" ID="E5HorizontalToolBox.insertItem"></a> <h4>E5HorizontalToolBox.insertItem</h4> <b>insertItem</b>(<i>index, widget, icon, text</i>) <p> - Public method to add a widget to the toolbox. + Public method to add a widget to the toolbox. </p><dl> <dt><i>index</i></dt> <dd> -position at which the widget should be inserted (integer) +position at which the widget should be inserted (integer) </dd><dt><i>widget</i></dt> <dd> -reference to the widget to be added (QWidget) +reference to the widget to be added (QWidget) </dd><dt><i>icon</i></dt> <dd> -the icon to be shown (QIcon) +the icon to be shown (QIcon) </dd><dt><i>text</i></dt> <dd> -the text to be shown (string) +the text to be shown (string) </dd> </dl><dl> <dt>Returns:</dt> <dd> -index of the added widget (integer) +index of the added widget (integer) </dd> </dl><a NAME="E5HorizontalToolBox.setItemEnabled" ID="E5HorizontalToolBox.setItemEnabled"></a> <h4>E5HorizontalToolBox.setItemEnabled</h4> <b>setItemEnabled</b>(<i>index, enabled</i>) <p> - Public method to set the enabled state of an item. + Public method to set the enabled state of an item. </p><dl> <dt><i>index</i></dt> <dd> -index of the item (integer) +index of the item (integer) </dd><dt><i>enabled</i></dt> <dd> -flag indicating the enabled state (boolean) +flag indicating the enabled state (boolean) </dd> </dl><a NAME="E5HorizontalToolBox.setItemToolTip" ID="E5HorizontalToolBox.setItemToolTip"></a> <h4>E5HorizontalToolBox.setItemToolTip</h4> <b>setItemToolTip</b>(<i>index, toolTip</i>) <p> - Public method to set the tooltip of an item. + Public method to set the tooltip of an item. </p><dl> <dt><i>index</i></dt> <dd> -index of the item (integer) +index of the item (integer) </dd><dt><i>toolTip</i></dt> <dd> -tooltip text to be set (string) +tooltip text to be set (string) </dd> </dl> <div align="right"><a href="#top">Up</a></div> @@ -160,7 +160,7 @@ <a NAME="E5VerticalToolBox" ID="E5VerticalToolBox"></a> <h2>E5VerticalToolBox</h2> <p> - Class implementing a ToolBox class substituting QToolBox to support wheel events. + Class implementing a ToolBox class substituting QToolBox to support wheel events. </p> <h3>Derived from</h3> QToolBox @@ -172,31 +172,31 @@ <table> <tr> <td><a href="#E5VerticalToolBox.__init__">E5VerticalToolBox</a></td> -<td>Constructor</td> +<td>Constructor</td> </tr><tr> <td><a href="#E5VerticalToolBox.wheelEvent">wheelEvent</a></td> -<td>Protected slot to support wheel events.</td> +<td>Protected slot to support wheel events.</td> </tr> </table> <a NAME="E5VerticalToolBox.__init__" ID="E5VerticalToolBox.__init__"></a> <h4>E5VerticalToolBox (Constructor)</h4> <b>E5VerticalToolBox</b>(<i>parent = None</i>) <p> - Constructor + Constructor </p><dl> <dt><i>parent</i></dt> <dd> -reference to the parent widget (QWidget) +reference to the parent widget (QWidget) </dd> </dl><a NAME="E5VerticalToolBox.wheelEvent" ID="E5VerticalToolBox.wheelEvent"></a> <h4>E5VerticalToolBox.wheelEvent</h4> <b>wheelEvent</b>(<i>event</i>) <p> - Protected slot to support wheel events. + Protected slot to support wheel events. </p><dl> <dt><i>reference</i></dt> <dd> -to the wheel event (QWheelEvent) +to the wheel event (QWheelEvent) </dd> </dl> <div align="right"><a href="#top">Up</a></div>