Hi Phil<br><br>In my attempt to wrap the new Qt animation classes, as requested by Jason H, I find that I&#39;m not able declare a function-pointer typedef within a class. According to the SIP syntax specification it seems perfectly possible, however. Can you please tell me why the following declaration from QEasingCurve doesn&#39;t work:<br>
<br>class EasingCurve<br>{<br>    [...]<br>public:<br>    typedef qreal (*EasingFunction)(qreal progress);<br>    [...]<br>};<br><br>Thanks,<br>Arve<br>