Skip to content

Conversation

@MartyLake
Copy link
Owner

  • Create a custom type NodesMultiDocumentPanelWindow : public MultiDocumentPanelWindow to hold NodeComps
  • Remove maximise button from windows -> override virtual MultiDocumentPanelWindow* createNewDocumentWindow(); to return our custom type NodesMultiDocumentPanelWindow

Display connexions crdtsimConnexionComponent

  • Create new juce::Component that looks like ------------>--. If two Nodes are interconnected, it may look like this --------<--->-------.
  • Connexion becomes a listener of any Components source and destination. Inspiration from Label::attachToComponent > componentParentHierarchyChanged and componentMovedOrResized

Logging + Command

  • juce::ApplicationManager::invoke node deleted
  • [ ]
  • [ ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants