Re: [Plplot-devel] Removed dynamic casts from Qt driver

2009-07-20 Thread Andrew Ross
On Mon, Jul 20, 2009 at 03:29:56PM +0100, Rochel, Alban wrote: > Hello all, > > Due to the issues related to dynamic_casts, and as those were only used to > make the code compacter, I`ve changed the way the driver works as follows: > - Before: 1 callback function common to all Qt devices (e.g. pl

[Plplot-devel] Removed dynamic casts from Qt driver

2009-07-20 Thread Rochel, Alban
Hello all, Due to the issues related to dynamic_casts, and as those were only used to make the code compacter, I`ve changed the way the driver works as follows: - Before: 1 callback function common to all Qt devices (e.g. plD_line_qt), calling the proper implementations making tests on the resul