07-30-2024, 08:57 PM
(translated by Google translator)
I had the opportunity to add a third screenshot to OneDrive.
In this image I demonstrated the entry and exit of information from objects.
The entry of information into an object is depicted using a red line at the top of the object.
This can be either a container with a list of variables, or several individual icons.
The screenshot shows that the "sub Test" object uses three variables to operate.
In addition, we see that one of the variables is the value of a property of the GraphicsWindow object.
The icon that represents the event has a blue background.
The icon that represents information has a yellow background.
If some event transmits information to an object, then both colors are mixed (blue + yellow) and the icon of the event that transmits information has a green background.
In the diagram we see two types of events:
- "onStart" event, which does not transmit any information (blue background);
- and 5 value assignment events, whose icons have a green background.
This way we can see immediately whether an event is transmitting information or simply signaling the completion of a previous operation.
I had the opportunity to add a third screenshot to OneDrive.
In this image I demonstrated the entry and exit of information from objects.
The entry of information into an object is depicted using a red line at the top of the object.
This can be either a container with a list of variables, or several individual icons.
The screenshot shows that the "sub Test" object uses three variables to operate.
In addition, we see that one of the variables is the value of a property of the GraphicsWindow object.
The icon that represents the event has a blue background.
The icon that represents information has a yellow background.
If some event transmits information to an object, then both colors are mixed (blue + yellow) and the icon of the event that transmits information has a green background.
In the diagram we see two types of events:
- "onStart" event, which does not transmit any information (blue background);
- and 5 value assignment events, whose icons have a green background.
This way we can see immediately whether an event is transmitting information or simply signaling the completion of a previous operation.