From: abn Date: Wed, 18 Mar 2015 08:54:44 +0000 (+0100) Subject: Doc minor fix X-Git-Tag: V7_6_0a1~7^2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f98b7e4b7d36f083585d6f645f10220b7ca8acdb;p=modules%2Fparavis.git Doc minor fix --- diff --git a/doc/dev/index.rst b/doc/dev/index.rst index 20228205..9f379e7f 100644 --- a/doc/dev/index.rst +++ b/doc/dev/index.rst @@ -232,6 +232,7 @@ They are often a copy/paste of ParaView's source code with a slight amendment to * ``CMake/branded_paraview_initializer.cxx.in``, and the method ``Initialize()`` * ``PVViewer_Behaviors`` (GUI module): compare with ``Qt/ApplicationComponents/pqParaViewBehaviors.cxx`` * *menus and actions*: ``PVGUI_Module_widgets.cxx`` (ParaVis module) should be compared with ``Applications/ParaView/ParaViewMainWindow.cxx`` +* *toolbars*: ``PVViewer_GUIElements::myBuildToolbars()`` (GUI module): compare with ``pqParaViewMenuBuilders::buildToolbars()`` * *settings dialog box*: ``PVGUI_ParaViewSettingsPane`` (ParaVis module) should be compared with ``Qt/Components/pqSettingsDialog.h`` * *trace mechanism*: method ``PVGUI_Module::startTrace()`` should be compared with ``pqTraceReaction::start()`` in file ``Qt/ApplicationComponents/pqTraceReaction.h``