X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/graphlib.git/blobdiff_plain/82eedfb6e65f90d4d5eed986d66818272886c6c2..HEAD:/DrawingWindow.h diff --git a/DrawingWindow.h b/DrawingWindow.h index 4a9b9df..cf3ff9c 100644 --- a/DrawingWindow.h +++ b/DrawingWindow.h @@ -81,6 +81,7 @@ public: static void usleep(unsigned long usecs); protected: + //! \cond show_protected void closeEvent(QCloseEvent *ev); void customEvent(QEvent *ev); void mousePressEvent(QMouseEvent *ev); @@ -88,6 +89,7 @@ protected: void paintEvent(QPaintEvent *ev); void showEvent(QShowEvent *ev); void timerEvent(QTimerEvent *ev); + //! \endcond private: //! Intervalle de temps entre deux rendus (ms) @@ -95,8 +97,8 @@ private: QBasicTimer timer; QMutex imageMutex; - QMutex mouseMutex; - QWaitCondition mouseCondition; + QMutex inputMutex; + QWaitCondition inputCondition; QMutex syncMutex; QWaitCondition syncCondition; bool terminateThread;