Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
José Pardo Madera
/
pag_practicas_2025
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
5f56e882
authored
Sep 11, 2025
by
José Pardo Madera
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Añadido imagen del diagrama UML a README
parent
13e1260c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
README.md
img/pr1_uml.png
README.md
View file @
5f56e882
...
...
@@ -19,13 +19,26 @@ void Renderer::initCallbacks() {
### Implementación en UML
!
[
Diagrama UML de la clase PAG::Renderer.
Se muestra un attributo privado "instance" de tipo "Renderer", un constructor privado
y los métodos públicos "getInstance()", "initCallbacks()" y "refrescarVentana()"
](img/pr1_uml.png)
<details>
<summary>
Código mermaid del diagrama
</summary>
```
mermaid
classDiagram
namespace PAG {
class Renderer {
- instance : Renderer
+ getInstance() : Renderer&
+ initCallbacks()
+ refrescarVentana(window)
}
}
```
</details>
img/pr1_uml.png
0 → 100644
View file @
5f56e882
32.5 KB
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment