Salome HOME
Merge branch 'V7_dev'
[samples/light.git] / src / LIGHTGUI / LIGHTGUI_Selection.cxx
index 1dbcd6f300a90dee7c0716d1567623dd0781d65f..1c238f080aa0dba39894e6b793c2580f0b8a3b10 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2005-2015  OPEN CASCADE
+// Copyright (C) 2005-2016  OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 //
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
-
-// LIGHT : sample (no-corba-engine) SALOME module
 // File   : LIGHTGUI_Selection.cxx
 // Author : Julia DOROVSKIKH
-//
+
 #include "LIGHTGUI_Selection.h"
 #include "LIGHTGUI_DataModel.h"
 #include "LIGHTGUI.h"
 
 #include <LightApp_Application.h>
 #include <LightApp_Study.h>
-#include <LightApp_DataOwner.h>
-#include <LightApp_SelectionMgr.h>
+#include <SALOME_InteractiveObject.hxx>
 #include <SOCC_ViewModel.h>
 #include <SUIT_ViewManager.h>
-#include <QtxPopupMgr.h>
 
 /*!
   \class LIGHTGUI_Selection
   \brief Handles the data selection, builds the rules to be used in the
          popup menu.
+
+  This class provides the methods of defining the context popup menu
+  contents for the selected objects by using of popup menu manager
+  from the Qtx library.
 */
 
 /*!