Skip to content

Conversation

@jpciciarelli
Copy link

Describe your changes

  • Implement methods to add, remove, and get the shown state of tracked containers in VirtualTerminalClientStateTracker.
  • Introduce a method to set the shown state of tracked containers in VirtualTerminalClientUpdateHelper.

Adds the ability for the tracker to manage container visibility. Without this functionality, showing or hiding a container requires using the send_hide_show_object() method, which sends a message to all connected clients instructing them to hide or show the specified container. With this new capability, the tracker can handle container visibility in a more efficient and centralized way, allowing it to run in a continuous loop without repeatedly sending messages to clients and overloading the bus, just as it already does with other objects managed by the tracker.

How has this been tested?

I have tested it by dynamically hiding and showing containers that contain different objects—for example, using a button to show or hide a container.

…elpers

- Implement methods to add, remove, and get the shown state of tracked containers in VirtualTerminalClientStateTracker.
- Introduce a method to set the shown state of tracked containers in VirtualTerminalClientUpdateHelper.
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.

1 participant