ui: graphView

Added basic graph view with simple nodes (just text, no edges or anything...)

fortune cookie message = Don't be afraid to take that big step.
This commit is contained in:
Manuel Dobusch
2014-07-02 16:14:56 +02:00
parent 5251e3ecb6
commit a8e32af5dd
16 changed files with 220 additions and 2 deletions
+7 -2
View File
@@ -21,15 +21,20 @@ add_files(
component/controller/Controller.cpp
component/controller/Controller.h
component/view/graphElements/GraphNode.cpp
component/view/graphElements/GraphNode.h
component/view/CodeView.cpp
component/view/CodeView.h
component/view/GraphView.cpp
component/view/GraphView.h
component/view/MainView.cpp
component/view/MainView.h
component/view/View.cpp
component/view/View.h
component/view/ViewLayout.cpp
component/view/ViewLayout.h
component/view/ViewLayout.h
component/Component.cpp
component/Component.h
component/ComponentFactory.cpp