--- a/src/eric7/Documentation/Source/eric7.EricWidgets.EricAnimatedWidget.html Thu Jan 04 17:07:38 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.EricWidgets.EricAnimatedWidget.html Thu Jan 04 17:16:15 2024 +0100 @@ -24,6 +24,10 @@ <td><a href="#EricAnimatedWidget">EricAnimatedWidget</a></td> <td>Class implementing an animated widget.</td> </tr> +<tr> +<td><a href="#EricAnimationDirection">EricAnimationDirection</a></td> +<td>Class defining the animation directions.</td> +</tr> </table> <h3>Functions</h3> @@ -43,7 +47,7 @@ <h3>Class Attributes</h3> <table> -<tr><td>DirectionDown</td></tr><tr><td>DirectionUp</td></tr> +<tr><td>None</td></tr> </table> <h3>Class Methods</h3> @@ -87,14 +91,14 @@ <a NAME="EricAnimatedWidget.__init__" ID="EricAnimatedWidget.__init__"></a> <h4>EricAnimatedWidget (Constructor)</h4> -<b>EricAnimatedWidget</b>(<i>direction=DirectionDown, duration=300, parent=None</i>) +<b>EricAnimatedWidget</b>(<i>direction=EricAnimationDirection.Down, duration=300, parent=None</i>) <p> Constructor </p> <dl> -<dt><i>direction</i> (int (one of DirectionDown or DirectionUp))</dt> +<dt><i>direction</i> (EricAnimationDirection)</dt> <dd> direction of the animation </dd> @@ -170,4 +174,36 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> +<hr /> +<a NAME="EricAnimationDirection" ID="EricAnimationDirection"></a> +<h2>EricAnimationDirection</h2> + +<p> + Class defining the animation directions. +</p> +<h3>Derived from</h3> +enum.Enum +<h3>Class Attributes</h3> + +<table> +<tr><td>Down</td></tr><tr><td>Up</td></tr> +</table> +<h3>Class Methods</h3> + +<table> +<tr><td>None</td></tr> +</table> +<h3>Methods</h3> + +<table> +<tr><td>None</td></tr> +</table> +<h3>Static Methods</h3> + +<table> +<tr><td>None</td></tr> +</table> + +<div align="right"><a href="#top">Up</a></div> +<hr /> </body></html> \ No newline at end of file