From: Arnaud Giersch Date: Mon, 2 Dec 2013 09:53:38 +0000 (+0100) Subject: Hide protected methods in generated doc. X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/graphlib.git/commitdiff_plain/0e285c89f65c68d9b304a44891d95cea61a766bf?ds=sidebyside Hide protected methods in generated doc. --- diff --git a/DrawingWindow.cpp b/DrawingWindow.cpp index 071ab5c..3234441 100644 --- a/DrawingWindow.cpp +++ b/DrawingWindow.cpp @@ -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. diff --git a/DrawingWindow.h b/DrawingWindow.h index d60b9c6..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)