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:
@@ -22,6 +22,7 @@ public:
|
||||
~ComponentFactory();
|
||||
|
||||
std::shared_ptr<Component> createCodeComponent();
|
||||
std::shared_ptr<Component> createGraphComponent();
|
||||
|
||||
private:
|
||||
ComponentFactory();
|
||||
|
||||
Reference in New Issue
Block a user