X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/graphlib.git/blobdiff_plain/92a466016996101d79c59a6fde569864922bb261..74665428c9dea8375c3888976e5eb0fa6cb8d7b4:/DrawingWindow.cpp 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) {