]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/GEOMGUI/GEOMGUI_Selection.h
Salome HOME
ILMAB project. A dialog box for creating/editing the Field on Geometry implemented
[modules/geom.git] / src / GEOMGUI / GEOMGUI_Selection.h
index 1d470c9639f8fab3dc41f68ad58b06485ecacf2b..b2738f75f0919ec7a0556edda7e09b8db81e52c0 100644 (file)
@@ -79,6 +79,7 @@ private:
   bool                  isComponent( const int ) const;
   bool                  isFolder( const int ) const;
   GEOM::GEOM_Object_ptr getObject( const int ) const;
+  GEOM::GEOM_BaseObject_ptr getBaseObject( const int ) const;
 
   bool                  hasImported() const;
   bool                  allImported() const;
@@ -86,7 +87,7 @@ private:
   QVariant              visibleProperty( const QString&, const QString& ) const;
 
 private:
-  typedef QVector<GEOM::GEOM_Object_var> GeomObjectVector;
+  typedef QVector<GEOM::GEOM_BaseObject_var> GeomObjectVector;
 
 private:
   GeomObjectVector      myObjects;