Salome HOME
Fix regression (SIGSEGV) caused by commit 935cd274
[modules/geom.git] / src / GEOMGUI / GEOMGUI_Selection.h
index c5d229aa8a9b88073d3fbcee31113082a4e3d261..76dda787c30b473f2eff936f65d538162ccd40c7 100644 (file)
@@ -85,6 +85,12 @@ private:
   bool                  hasHiddenDimensions( const int ) const;
   bool                  hasVisibleDimensions( const int ) const;
 
+  int                   annotationsCount() const;
+
+  bool                  hasAnnotations( const int, bool&, bool& ) const;
+  bool                  hasHiddenAnnotations( const int ) const;
+  bool                  hasVisibleAnnotations( const int ) const;
+
   GEOM::GEOM_Object_ptr getObject( const int ) const;
   GEOM::GEOM_BaseObject_ptr getBaseObject( const int ) const;
 
@@ -98,6 +104,7 @@ private:
 
 private:
   GeomObjectVector      myObjects;
+  QStringList           myAnnotationEntries;
 };
 
 #endif