src/eric7/Documentation/Source/eric7.EricWidgets.EricAnimatedWidget.html

branch
eric7
changeset 10478
de9106c55c3d
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
10477:11b5d533e4a2 10478:de9106c55c3d
22 22
23 <tr> 23 <tr>
24 <td><a href="#EricAnimatedWidget">EricAnimatedWidget</a></td> 24 <td><a href="#EricAnimatedWidget">EricAnimatedWidget</a></td>
25 <td>Class implementing an animated widget.</td> 25 <td>Class implementing an animated widget.</td>
26 </tr> 26 </tr>
27 <tr>
28 <td><a href="#EricAnimationDirection">EricAnimationDirection</a></td>
29 <td>Class defining the animation directions.</td>
30 </tr>
27 </table> 31 </table>
28 <h3>Functions</h3> 32 <h3>Functions</h3>
29 33
30 <table> 34 <table>
31 <tr><td>None</td></tr> 35 <tr><td>None</td></tr>
41 <h3>Derived from</h3> 45 <h3>Derived from</h3>
42 QWidget 46 QWidget
43 <h3>Class Attributes</h3> 47 <h3>Class Attributes</h3>
44 48
45 <table> 49 <table>
46 <tr><td>DirectionDown</td></tr><tr><td>DirectionUp</td></tr> 50 <tr><td>None</td></tr>
47 </table> 51 </table>
48 <h3>Class Methods</h3> 52 <h3>Class Methods</h3>
49 53
50 <table> 54 <table>
51 <tr><td>None</td></tr> 55 <tr><td>None</td></tr>
85 <tr><td>None</td></tr> 89 <tr><td>None</td></tr>
86 </table> 90 </table>
87 91
88 <a NAME="EricAnimatedWidget.__init__" ID="EricAnimatedWidget.__init__"></a> 92 <a NAME="EricAnimatedWidget.__init__" ID="EricAnimatedWidget.__init__"></a>
89 <h4>EricAnimatedWidget (Constructor)</h4> 93 <h4>EricAnimatedWidget (Constructor)</h4>
90 <b>EricAnimatedWidget</b>(<i>direction=DirectionDown, duration=300, parent=None</i>) 94 <b>EricAnimatedWidget</b>(<i>direction=EricAnimationDirection.Down, duration=300, parent=None</i>)
91 95
92 <p> 96 <p>
93 Constructor 97 Constructor
94 </p> 98 </p>
95 <dl> 99 <dl>
96 100
97 <dt><i>direction</i> (int (one of DirectionDown or DirectionUp))</dt> 101 <dt><i>direction</i> (EricAnimationDirection)</dt>
98 <dd> 102 <dd>
99 direction of the animation 103 direction of the animation
100 </dd> 104 </dd>
101 <dt><i>duration</i> (int)</dt> 105 <dt><i>duration</i> (int)</dt>
102 <dd> 106 <dd>
168 QWidget 172 QWidget
169 </dd> 173 </dd>
170 </dl> 174 </dl>
171 <div align="right"><a href="#top">Up</a></div> 175 <div align="right"><a href="#top">Up</a></div>
172 <hr /> 176 <hr />
177 <hr />
178 <a NAME="EricAnimationDirection" ID="EricAnimationDirection"></a>
179 <h2>EricAnimationDirection</h2>
180
181 <p>
182 Class defining the animation directions.
183 </p>
184 <h3>Derived from</h3>
185 enum.Enum
186 <h3>Class Attributes</h3>
187
188 <table>
189 <tr><td>Down</td></tr><tr><td>Up</td></tr>
190 </table>
191 <h3>Class Methods</h3>
192
193 <table>
194 <tr><td>None</td></tr>
195 </table>
196 <h3>Methods</h3>
197
198 <table>
199 <tr><td>None</td></tr>
200 </table>
201 <h3>Static Methods</h3>
202
203 <table>
204 <tr><td>None</td></tr>
205 </table>
206
207 <div align="right"><a href="#top">Up</a></div>
208 <hr />
173 </body></html> 209 </body></html>

eric ide

mercurial