1 Aug
2013
1 Aug
'13
5:37 p.m.
On 1-8-2013 13:03, Krzysztof KosiĆski wrote:
2013/8/1 Jon Cruz <jon@...18...>:
This also looks like a place where the pimpl idiom (private implementation) can be quite helpful. This addresses the issue with 'new', and improves encapsulation. It also happens to fall in line with the major change in direction that was taken for GTK+ 3.x. It moves the members and methods into a private helper class that exists only in the implementation .cpp file and not in the public header .h file.
Please don't. Unless there is a reason to keep a stable ABI, and in the case of internal Inkscape objects there is none, pimpl is just gratuitous obfuscation.
+1