Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
* Made *sleep() methods static.
[graphlib.git] / mainpage
1 /*! \mainpage Petite bibliothèque graphique
2  *
3  * Voici quelques lignes de codes devant permettre d'écrire de manière
4  * assez simples des petites applications graphiques en C++.  Le code
5  * s'appuie sur la bibliothèque <a
6  * href="http://trolltech.com/products/qt">Qt</a>.
7  *
8  * Voir la documentation et les exemples fournis pour en comprendre
9  * l'utilisation.
10  *
11  * \section Documentation
12  *
13  * La documentation se trouve \link DrawingWindow par ici\endlink...
14  * Des exemples d'utilisation sont <a href="./examples.html">par
15  * là</a>.
16  *
17  * \section Télécharger
18  *
19  * Le code source...
20  * <ul>
21  * <li> <a href="DrawingWindow.h"><tt>DrawingWindow.h</tt></a>
22  * <li> <a href="DrawingWindow.cpp"><tt>DrawingWindow.cpp</tt></a>
23  * </ul>
24  *
25  * Un exemple d'utilisation...
26  * <ul>
27  * <li> <a href="exemple.cpp"><tt>exemple.cpp</tt></a>
28  * <li> <a href="exemple.pro"><tt>exemple.pro</tt></a>
29  * </ul>
30  *
31  * \section Contacts
32  *
33  * Tous commentaires, suggestions, rapports de bugs, etc. peuvent
34  * m'être envoyés à l'adresse &lt;arnaud.giersch@iut-bm.univ-fcomte.fr&gt;.
35  *
36  * \section Modifications
37  *
38  * \verbinclude CHANGES
39  *
40  * \section Copyright
41  *
42  * \verbinclude COPYRIGHT
43  */
44
45 // Local variables:
46 // mode: c++
47 // End: