Salome HOME
Documentation for 0022615: [CEA 1014] Fold/unfold all the nodes of a block.
[modules/yacs.git] / src / genericgui / SceneProcItem.cxx
index 965d68e3abc1c353133969fe0a0f1d5326dad7be..919d9510d044ee8f22ac57a206e1d832d0733c58 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2006-2013  CEA/DEN, EDF R&D
+// Copyright (C) 2006-2014  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 // License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// version 2.1 of the License, or (at your option) any later version.
 //
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
 
 #include "SceneProcItem.hxx"
 #include "Menus.hxx"
+#include "SceneLinkItem.hxx"
+#include "QtGuiContext.hxx"
+#include "Scene.hxx"
+#include "Resource.hxx"
 
 
 //#define _DEVDEBUG_
@@ -47,3 +51,4 @@ void SceneProcItem::popupMenu(QWidget *caller, const QPoint &globalPos)
   ProcMenu m;
   m.popupMenu(caller, globalPos);
 }
+