gl_team_bleu/docs/Composant bug-oli-ros/bug-oli-ros-view_component.md

19 lines
820 B
Markdown
Raw Permalink Normal View History

2025-07-12 19:18:13 +02:00
# Bug-oli-ros - Components
## View
This class diagram describes the internal structure of our view component :
![bug-oli-ros-view_class_diagram.png](bug-oli-ros-view_class_diagram.png)
The "main" class was initially called `DefaultView` but it had to be renamed to `BugOliRosDefaultView` to avoid conflicts with
other view components, also named `DefaultView`.
Here below, the sequence diagram explains how interactions with our view component are handled:
![bug-oli-ros-view_sequence_diagram.png](bug-oli-ros-view_sequence_diagram.png)
Additionally, the user can, in the GUI, chose to display the elements in the board as icons, text or colors. By default,
the text representation is used.
# Model (Board)
> **Note:** In this integrated project (team blue), we chose to use the model from the Jul-Mic-Rol group.