X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/graphlib.git/blobdiff_plain/984344660cf8dad0c54bd4aefba2a034c144da3c..a264c3b2b4f246c4f291f64472073e0ff4285e31:/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) {