From f98b7e4b7d36f083585d6f645f10220b7ca8acdb Mon Sep 17 00:00:00 2001 From: abn Date: Wed, 18 Mar 2015 09:54:44 +0100 Subject: [PATCH] Doc minor fix --- doc/dev/index.rst | 1 + 1 file changed, 1 insertion(+) 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`` -- 2.39.2