Salome HOME
PAL16821 (Check Geometry feature should be hidden to the user)
[modules/geom.git] / src / GEOMGUI / GEOMGUI_Selection.h
index dc98b1f026754c855b5a8a5179c43596c2ad8fef..eb8c54ed82d1d10c9f42c76de5736aeff5926126 100644 (file)
@@ -17,7 +17,7 @@
 //  License along with this library; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
-//  See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 //
 //
 #ifndef GEOMGUI_SELECTION_HeaderFile
 #define GEOMGUI_SELECTION_HeaderFile
 
-#include <SalomeApp_Selection.h>
+#include <LightApp_Selection.h>
 
 #include <SALOMEconfig.h>
 #include CORBA_SERVER_HEADER(GEOM_Gen)
 
-class GEOMGUI_Selection : public SalomeApp_Selection
+class GEOMGUI_Selection : public LightApp_Selection
 {
 public:
   GEOMGUI_Selection();
   virtual ~GEOMGUI_Selection();
 
   virtual QtxValue      param( const int, const QString& ) const;
+  virtual QtxValue      globalParam( const QString& ) const;
 
 private:
   bool                  isVisible( const int ) const;
-  bool                  isOCC() const;
   QString               typeName( const int ) const;  
   QString               displayMode( const int ) const;
+  QString               selectionMode() const;
 
   bool                  isComponent( const int ) const;
   GEOM::GEOM_Object_ptr getObject( const int ) const;