From 74665428c9dea8375c3888976e5eb0fa6cb8d7b4 Mon Sep 17 00:00:00 2001 From: giersch Date: Wed, 20 Jan 2010 18:25:45 +0000 Subject: [PATCH] Doc. Fix. --- DrawingWindow.cpp | 7 ++++++- INSTALL | 3 ++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/DrawingWindow.cpp b/DrawingWindow.cpp index e5556c4..e5ab690 100644 --- a/DrawingWindow.cpp +++ b/DrawingWindow.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007, Arnaud Giersch + * Copyright (c) 2007-2010, Arnaud Giersch * 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é + * (1: gauche, 2: droit, 3: milieu, 0 sinon) * \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) @@ -673,6 +676,8 @@ void DrawingWindow::customEvent(QEvent *ev) /*! * \see QWidget + * + * \bug expérimental */ void DrawingWindow::mousePressEvent(QMouseEvent *ev) { diff --git a/INSTALL b/INSTALL index ee35f3f..3b5da13 100755 --- 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 += index.html +#SRC += index.html .PHONY: install install: doxygen Doxyfile + rm -fr $(DEST) install -m 755 -d $(DEST) install -m 644 $(SRC) $(DEST) install -m 644 html/* $(DEST) -- 2.20.1