Documentation de la bibliothèque MLV-3.1.0

MLV_all.h
Aller à la documentation de ce fichier.
1 /*
2  * This file is part of the MLV Library.
3  *
4  * Copyright (C) 2010,2011,2012,2016 Adrien Boussicault, Marc Zipstein
5  *
6  *
7  * This Library is free software: you can redistribute it and/or modify
8  * it under the terms of the GNU General Public License as published by
9  * the Free Software Foundation, either version 3 of the License, or
10  * (at your option) any later version.
11  *
12  * This Library is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15  * GNU General Public License for more details.
16  *
17  * You should have received a copy of the GNU General Public License
18  * along with this Library. If not, see <http://www.gnu.org/licenses/>.
19  */
20 
181 #ifndef __MLV__MLV_ALL_H__
182 #define __MLV__MLV_ALL_H__
183 
184 #include "MLV_animation.h"
185 #include "MLV_audio.h"
186 #include "MLV_color.h"
187 #include "MLV_event.h"
188 #include "MLV_shape.h"
189 #include "MLV_image.h"
190 #include "MLV_information.h"
191 #include "MLV_keyboard.h"
192 #include "MLV_mouse.h"
193 #include "MLV_path.h"
194 #include "MLV_playlist.h"
195 #include "MLV_input_box.h"
196 #include "MLV_random.h"
197 #include "MLV_text.h"
198 #include "MLV_text_va.h"
199 #include "MLV_turtle.h"
200 #include "MLV_time.h"
201 #include "MLV_xml.h"
202 #include "MLV_xml_va.h"
203 #include "MLV_window.h"
204 
205 #endif
MLV_text.h
Ce fichier définit les différents prototypes des fonctions permmettant d'afficher du texte et des boî...
MLV_keyboard.h
Ce fichier définit les prototypes des fonctions permettant d'utiliser le clavier.
MLV_turtle.h
Ce fichier définit les prototypes des fonctions permettant de manipuler des tortues fonctionnant comm...
MLV_color.h
Définit toutes les couleurs disponibles dans la bibliothèque MLV.
MLV_xml.h
Ce fichier définit les prototypes des fonctions permettant de lire des fichiers xml.
MLV_window.h
Ce fichier définit les prototypes des fonctions permettant de créer, initialiser et fermer des fenêtr...
MLV_animation.h
Ce fichier définit les prototypes des fonctions permettant de mettre en oeuvre des animations.
MLV_audio.h
Ce fichier définit les prototypes des fonctions permettant de faire jouer de la musique et des échant...
MLV_xml_va.h
Ce fichier définit les même prototypes des fonctions que MLV_xml.h mais en utilisant en argument sulé...
MLV_random.h
Ce fichier définit tous les prototypes des fonctions concernant la manipulation des nombres aléatoire...
MLV_mouse.h
Ce fichier définit les prototypes des fonctions qui permettent d'utiliser la souris.
MLV_shape.h
Ce fichier définit tout les prototypes des fonctions permettant de dessiner des figures.
MLV_image.h
Ce fichier définit tous les prototypes concernant les fonctions permettant d'insérer des images.
MLV_event.h
Ce fichier définit les prototypes des fonctions permettant d'utiliser les évènements dans la biblioth...
MLV_information.h
Ce fichier définit les prototypes des fonctions permettant de récupérer des informations sur la bibli...
MLV_path.h
Ce fichier définit les prototypes des fonctions permettant de manipuler les chemins d'accès aux fichi...
MLV_text_va.h
Ce fichier définit différents prototypes des fonctions permmettant d'afficher du texte et des boîtes ...
MLV_input_box.h
Ce fichier définit les prototypes des fonctions permettant de demander à l'utilisateur du texte par l...
MLV_time.h
Ce fichier définit tous les prototypes des fonctions concernant la gestion du temps.