aboutsummaryrefslogtreecommitdiffstats
path: root/include/diagram/structogram.hpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-12-19Change to Qt5 conding conventionsNao Pross1-17/+0
Data structure changes: - Structogram is no longer just a scope, because it needs to store metadata - All structures now use QString instead of std::string, to integrate better in the Qt framework New code: - MainWindow ui code, building layout - MetadataDialog to change the metadata stored in the Structogram - Painter is a widget (still unimplemented) to show the structogram on the GUI
2017-12-18Moved to QtCreator project with QMakeNao Pross1-0/+0
2017-12-18Replace tabs with spaces, set up CMake build systemNao Pross1-1/+1
Other changes: - update gitignore - build scripts under `etc` - fix window
2017-11-28New data structure for Structogram and StatementsNao Pross1-62/+8
2017-11-26Update header ifdefs to match and clean up commentsNao Pross1-3/+3
2017-11-26Implementation for Structogram iterator and Statement typeNao Pross1-7/+46
The interator is not (yet) aware of the scope in which it is iterating.