You are here: Links of Interest » HEIG-VD » [PRO] Virtual Comics Library » Rapport » Implémentation » Application Desktop » Bibliothèque
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
heig:vcl:rapport:implementation:desktop:bibliotheque [2016/05/31 08:48] – [Affichage des Catalogues] Laureline David | heig:vcl:rapport:implementation:desktop:bibliotheque [2016/05/31 23:28] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 3: | Line 3: | ||
{{ : | {{ : | ||
- | La bibliothèque est implémentés | + | La bibliothèque est implémentée |
===== Affichage des Catalogues ===== | ===== Affichage des Catalogues ===== | ||
- | L' | + | L' |
<uml> | <uml> | ||
Line 21: | Line 21: | ||
CatalogNode <|-- Category | CatalogNode <|-- Category | ||
CatalogNode <|-- Series | CatalogNode <|-- Series | ||
- | |||
- | |||
</ | </ | ||
- | Ces objets proxy permettent d' | + | Ces objets proxy permettent d' |
==== Filtrer un Catalogue ==== | ==== Filtrer un Catalogue ==== | ||
- | Une méthode '' | + | Une méthode '' |
Ce fonctionnement permet d' | Ce fonctionnement permet d' | ||
- | ===== Affichage des Volumes ===== | ||
- | Les volumes sont affichés dans une [[https:// | + | ===== Modification |
+ | {{ : | ||
+ | La bibliothèque présente des dialogues lors de la modification ou la création d' | ||
+ | |||
+ | <uml> | ||
+ | hide empty fields | ||
+ | hide empty methods | ||
+ | |||
+ | abstract class Controller | ||
+ | |||
+ | Controller <|-- DialogController | ||
+ | abstract class DialogController< | ||
+ | + getTitle() | ||
+ | + getButtons() | ||
+ | + getResult(button) | ||
+ | } | ||
+ | |||
+ | DialogController <|-- ModalController | ||
+ | abstract class ModalController< | ||
+ | + setValue(value) | ||
+ | + getValue() | ||
+ | + commit() | ||
+ | } | ||
+ | |||
+ | </ | ||
+ | |||
+ | Le '' | ||
+ | |||
+ | Le '' | ||
+ | |||
+ | Les différents contrôleurs d' | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | ===== Affichage des Volumes ===== | ||
- | ... | + | Les volumes sont affichés dans une [[https:// |