]> SALOME platform Git repositories - modules/paravis.git/commitdiff
Salome HOME
Doc minor fix
authorabn <adrien.bruneton@cea.fr>
Wed, 18 Mar 2015 08:54:44 +0000 (09:54 +0100)
committerabn <adrien.bruneton@cea.fr>
Wed, 18 Mar 2015 08:54:44 +0000 (09:54 +0100)
doc/dev/index.rst

index 20228205830155496863891645aff2f003c271ce..9f379e7fbca19d7a74910fec8677805246c7c9c2 100644 (file)
@@ -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``