Candidate_v1.7.1
stable
|
Last change
on this file since e4b9d5 was 8b9357, checked in by Frederik Heber <frederik.heber@…>, 3 months ago |
|
Adds utility for visualizing signal-slot graphs.
- this is directly taken from a blog post. It scans the code base
at the designated path for all relevant code files with a regular
expression matching
connect( ... SIGNAL, ... SLOT|SIGNAL, ...);
lines and builds up a dot graph (for input to graphviz).
|
-
Property mode
set to
100644
|
|
File size:
152 bytes
|
| Line | |
|---|
| 1 | EXTRA_DIST =
|
|---|
| 2 | BUILT_SOURCES =
|
|---|
| 3 | CLEANFILES =
|
|---|
| 4 | bin_SCRIPTS =
|
|---|
| 5 | pyexec_SCRIPTS =
|
|---|
| 6 |
|
|---|
| 7 | include Bash/Makefile.am
|
|---|
| 8 | include Python/Makefile.am
|
|---|
| 9 | include ConVis/Makefile.am |
|---|
Note:
See
TracBrowser
for help on using the repository browser.