Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make it publicly available after installation.
[graphlib.git] / DrawingWindow.cpp
index 071ab5c..78a6296 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2007-2013, Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
+ * Copyright (c) 2007-2013, Arnaud Giersch <arnaud.giersch@univ-fcomte.fr>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -36,7 +36,7 @@
 /*! \class DrawingWindow
  *  \brief Fenêtre de dessin.
  *
- * \author Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
+ * \author Arnaud Giersch <arnaud.giersch@univ-fcomte.fr>
  * \date 2007-2013
  *
  * Cette classe décrit un widget Qt permettant d'écrire des
@@ -745,6 +745,9 @@ void DrawingWindow::usleep(unsigned long usecs)
     DrawingThread::usleep(usecs);
 }
 
+//--- DrawingWindow (protected methods) --------------------------------
+//! \cond show_protected
+
 /*!
  * \see QWidget
  */
@@ -854,6 +857,8 @@ void DrawingWindow::timerEvent(QTimerEvent *ev)
     }
 }
 
+// \endcond
+
 //--- DrawingWindow (private methods) ----------------------------------
 
 //! Fonction d'initialisation.