On Mon, Feb 11, 2008 at 11:41:06PM +0000, Joel Holdsworth wrote:
Hi All,
I'm just beginning to look at a strategy for implementing the fillet mini-tool. From my current understanding it would best to implement the tool with a tool context similar to all the other tools.
Now looking at the code for the tools, they're currently all implemented in C with C pseudo-classes. I'm wondering is there any plan to transition these tools over to C++ to use true classes? and if so, if I'm creating a new pseudo-tool, would it be best to take a C++ approach, or to keep consistency with the C stuff until someone transitions all the tools over?
We've talked about it, but there's no near-term plans for doing that. For now, try to keep consistent with the C stuff.
(It would probably be most sensible to get the Gtk->Gtkmm dialog conversion stuff completed before we tackle another big C++ification project.)
Bryce