Graphic editor opensource project example on c++ underlying composite pattern

Posted by G-71 on Stack Overflow See other posts from Stack Overflow or by G-71
Published on 2011-01-03T10:25:58Z Indexed on 2011/01/03 10:53 UTC
Read the original article Hit count: 182

Filed under:
|
|
|

Can you tell me when I can see a some opensource project (only project on C++ language), which is simple graphic editor, ?ontaining following primitive (for example): an ellipse, a rectangle, a line. And desirable, that to be able to group this primitive in one primitive (for example, Word Grouping -> Group). Composite pattern use is desirable in this project. I want to see how to organize classes, but more serious for me is to see how organize grouping operation.

I searched for it on codeproject.com codeproject.com, codeplex.com, but not found this.

I have already some source http://pastebin.com/xe4JF5PW

But in my opinion, this code is dirty and ugly. Therefore, I want to see some opensource project for example. Thanks!

alt text

© Stack Overflow or respective owner

Related posts about c++

Related posts about oop