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

Improve extensibility of the DiagramWidget #83

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Nov 29, 2023

  1. Added background grraphic, extension example

    Added background graphic capability and an example of extending a DiagramNode so that vertical movement and resizing are disallowed.
    pbrown12303 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    d1e63f9 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Drag callbacks; Add custom connection pads

    Added DiagramWidget override callbacks for the drawing area Dragged() and DragEnd() functions. Added DiagramElement.SetConnectionPad() function so that custom pads can be added to a DiagramElement. Added example custom pads to the demo.
    pbrown12303 committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    a2d537d View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    b2c43a9 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    391fb81 View commit details
    Browse the repository at this point in the history