Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Hide protected methods in generated doc.
authorArnaud Giersch <arnaud.giersch@free.fr>
Mon, 2 Dec 2013 09:53:38 +0000 (10:53 +0100)
committerArnaud Giersch <arnaud.giersch@free.fr>
Mon, 2 Dec 2013 09:53:38 +0000 (10:53 +0100)
DrawingWindow.cpp
DrawingWindow.h

index 071ab5c..3234441 100644 (file)
@@ -745,6 +745,9 @@ void DrawingWindow::usleep(unsigned long usecs)
     DrawingThread::usleep(usecs);
 }
 
     DrawingThread::usleep(usecs);
 }
 
+//--- DrawingWindow (protected methods) --------------------------------
+//! \cond show_protected
+
 /*!
  * \see QWidget
  */
 /*!
  * \see QWidget
  */
@@ -854,6 +857,8 @@ void DrawingWindow::timerEvent(QTimerEvent *ev)
     }
 }
 
     }
 }
 
+// \endcond
+
 //--- DrawingWindow (private methods) ----------------------------------
 
 //! Fonction d'initialisation.
 //--- DrawingWindow (private methods) ----------------------------------
 
 //! Fonction d'initialisation.
index d60b9c6..cf3ff9c 100644 (file)
@@ -81,6 +81,7 @@ public:
     static void usleep(unsigned long usecs);
 
 protected:
     static void usleep(unsigned long usecs);
 
 protected:
+    //! \cond show_protected
     void closeEvent(QCloseEvent *ev);
     void customEvent(QEvent *ev);
     void mousePressEvent(QMouseEvent *ev);
     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);
     void paintEvent(QPaintEvent *ev);
     void showEvent(QShowEvent *ev);
     void timerEvent(QTimerEvent *ev);
+    //! \endcond
 
 private:
     //! Intervalle de temps entre deux rendus (ms)
 
 private:
     //! Intervalle de temps entre deux rendus (ms)