Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Misc topology issues in qan::Graph #241

Open
1 task done
cneben opened this issue Aug 15, 2024 · 0 comments
Open
1 task done

Misc topology issues in qan::Graph #241

cneben opened this issue Aug 15, 2024 · 0 comments
Labels

Comments

@cneben
Copy link
Owner

cneben commented Aug 15, 2024

  • When dragging a node, save it's z, drag with graph maxZ then restore z position in endDragMove().
  • collectSubNodes() -> rename to collectOutNodes() / collectChilds() (more consistent with other collectChilds method).
  • All collect methods returns containers of const qan::Node* which is particularly painfull.
  • collectInnerEdges() should be named collectAdjacentEdges().
  • Add a "generic version" of all theses methods with support for std::vector / std::unordered_set by default. Add support for sketchy Qt types (QList, QVector).
@cneben cneben added the P3 label Aug 15, 2024
cneben added a commit that referenced this issue Aug 21, 2024
cneben added a commit that referenced this issue Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant