]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Remove extra includes
authorvsv <vitaly.smetannikov@opencascade.com>
Thu, 11 Dec 2014 07:48:31 +0000 (10:48 +0300)
committervsv <vitaly.smetannikov@opencascade.com>
Thu, 11 Dec 2014 07:48:57 +0000 (10:48 +0300)
src/PartSet/PartSet_Module.cpp
src/PartSet/PartSet_Module.h
src/XGUI/XGUI_ActionsMgr.h
src/XGUI/XGUI_ViewerProxy.h

index 0d9aa900805e46563159b3d35b23902e8901d0a3..65cc6e200a0113957f69b1458b402138b6666cb5 100644 (file)
 #include <GeomDataAPI_Point.h>
 #include <GeomDataAPI_Dir.h>
 
-#include <XGUI_MainWindow.h>
 #include <XGUI_Displayer.h>
-#include <XGUI_Viewer.h>
 #include <XGUI_Workshop.h>
 #include <XGUI_OperationMgr.h>
-#include <XGUI_ViewPort.h>
-#include <XGUI_ActionsMgr.h>
-#include <XGUI_ViewerProxy.h>
-#include <XGUI_ContextMenuMgr.h>
 #include <XGUI_PropertyPanel.h>
 #include <XGUI_ModuleConnector.h>
 #include <XGUI_Tools.h>
index e85205aed451eb8180114af2fc8968202c7151de..b2edc3205cc91cb2d5f738eb4b7156ea20c22440 100644 (file)
@@ -6,7 +6,6 @@
 
 #include <ModuleBase_IModule.h>
 #include <ModuleBase_Definitions.h>
-#include <XGUI_Command.h>
 #include <ModelAPI_Feature.h>
 #include <ModelAPI_Attribute.h>
 #include <ModelAPI_CompositeFeature.h>
index 5d4fbcfd121d1f0e9d3392da8405534965a7bb43..c0003e8ecdae8658374edc4fc7720c1e3137cf52 100644 (file)
@@ -27,7 +27,7 @@ Q_OBJECT
   virtual ~XGUI_ActionsMgr();
 
   //! Add a command in the manager.
-  //! Please note that nested commands in the Salome mode (No XGUI_Command, pure QActions)
+  //! Please note that nested commands in the Salome mode (No AppElements_Command, pure QActions)
   //! won't be extracted and should be added manually using the addNestedCommands method.
   void addCommand(QAction* theCmd);
   //! Sets relation between the command (with given Id) and it's nested actions.
index c5ae4ef90f161ebd5697aef9f52800fc85b60a85..11a891dfdb0ad549e4ce8af71a525547ec31a17c 100644 (file)
@@ -8,7 +8,7 @@ class XGUI_Workshop;
 class AppElements_ViewWindow;
 
 /**
- * Proxy class which repersents or XGUI_Viewer or Salome Viewer
+ * Proxy class which repersents or AppElements_Viewer or Salome Viewer
  * dependently on current launching environment.
  * It is reccomennded to use this class in operation for accessing to viewer 
  * functionality instead of direct access to a viewer