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> |