PDA

View Full Version : Flowchart generator



reversevendingman
18th March 2013, 16:42
Does Qt have a "code to flowchart generator"?
If not, is there one recommended to use with Qt code?

wysota
18th March 2013, 20:45
What is "code to flowchart generator"?

reversevendingman
19th March 2013, 10:29
Have a look at this link:

http://www.fatesoft.com/s2f/?gclid=CNSZl76uiLYCFa-XcAodFmcAXg

That is what I would like to do with my Qt source code.

wysota
19th March 2013, 12:44
Qt is C++.

reversevendingman
19th March 2013, 13:10
Yes, I know, but I thought maybe Qt had there own program for this that would handle signal/slots and other Qt functions better. But I will try a C++ automatic code to flowchart generator then. Hopefully that will work fine...

ChrisW67
19th March 2013, 23:23
I don't expect any tool will pick up the loose class coupling of signals and slots, and even if they did it could only ever be a partial picture because these can/do change at run time.