Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Doc. Fix.
authorgiersch <giersch>
Wed, 20 Jan 2010 18:25:45 +0000 (18:25 +0000)
committergiersch <giersch>
Wed, 20 Jan 2010 18:25:45 +0000 (18:25 +0000)
DrawingWindow.cpp
INSTALL

index e5556c4..e5ab690 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2007, Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
+ * Copyright (c) 2007-2010, Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -542,8 +542,11 @@ unsigned int DrawingWindow::getPointColor(int x, int y)
  *
  * \param x, y          coordonnées du pointeur de souris
  * \param button        numéro du bouton qui a été pressé
  *
  * \param x, y          coordonnées du pointeur de souris
  * \param button        numéro du bouton qui a été pressé
+ *                      (1: gauche, 2: droit, 3: milieu, 0 sinon)
  * \param time          durée maximale de l'attente
  * \return              true si un bouton a été pressé
  * \param time          durée maximale de l'attente
  * \return              true si un bouton a été pressé
+ *
+ * \bug                 expérimental
  */
 bool DrawingWindow::waitMousePress(int &x, int &y, int &button,
                                    unsigned long time)
  */
 bool DrawingWindow::waitMousePress(int &x, int &y, int &button,
                                    unsigned long time)
@@ -673,6 +676,8 @@ void DrawingWindow::customEvent(QEvent *ev)
 
 /*!
  * \see QWidget
 
 /*!
  * \see QWidget
+ *
+ * \bug                 expérimental
  */
 void DrawingWindow::mousePressEvent(QMouseEvent *ev)
 {
  */
 void DrawingWindow::mousePressEvent(QMouseEvent *ev)
 {
diff --git a/INSTALL b/INSTALL
index ee35f3f..3b5da13 100755 (executable)
--- a/INSTALL
+++ b/INSTALL
@@ -5,12 +5,13 @@ DEST = $(HOME)/public_html/enseignement/Permanent/AlgoProg/tp/graph
 
 SRC = DrawingWindow.h DrawingWindow.cpp
 SRC += exemple.cpp exemple.pro
 
 SRC = DrawingWindow.h DrawingWindow.cpp
 SRC += exemple.cpp exemple.pro
-SRC += index.html
+#SRC += index.html
 
 .PHONY: install
 
 install:
        doxygen Doxyfile
 
 .PHONY: install
 
 install:
        doxygen Doxyfile
+       rm -fr $(DEST)
        install -m 755 -d $(DEST)
        install -m 644 $(SRC) $(DEST)
        install -m 644 html/* $(DEST)
        install -m 755 -d $(DEST)
        install -m 644 $(SRC) $(DEST)
        install -m 644 html/* $(DEST)