Salome HOME
Refs #289 - Spline profile is represented in OCC view as polyline profile
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Module.h
index f7957e9c8c2b01c1695ef000afdecdf94c0bc135..f4a87f481908b5427dc8f1ab715f6eda28f5abf4 100644 (file)
@@ -79,8 +79,8 @@ public:
     double ZValue;
     ObjectState() : Visibility( false ), Transparency( 1.0 ), ZValue( 0.0 ) {}
   };
-  typedef QMap< QString, ObjectState > Name2ObjectStateMap;
-  typedef QMap< int, Name2ObjectStateMap > ViewId2Name2ObjectStateMap;
+  typedef QMap< QString, ObjectState > Entry2ObjectStateMap;
+  typedef QMap< int, Entry2ObjectStateMap > ViewId2Entry2ObjectStateMap;
 
   typedef QList<HYDROGUI_Shape*> ListOfShapes;
   typedef QMap<int,ListOfShapes> ViewId2ListOfShapes;
@@ -168,6 +168,10 @@ public:
    */
   virtual bool                    renameObject( const QString& theEntry, const QString& theName );
 
+  int                             getObjectDisplayOrder( const int theViewId,
+                                                         const Handle(HYDROData_Entity)& theObject ) const;
+  QPoint                          getPopupPosition() const;
+
 protected:
   CAM_DataModel*                  createDataModel();
 
@@ -233,11 +237,12 @@ private:
   HYDROGUI_VTKPrsDisplayer*       myVTKDisplayer;
 
   ViewManagerMap                  myViewManagerMap;
-  ViewId2Name2ObjectStateMap      myObjectStateMap;
+  ViewId2Entry2ObjectStateMap     myObjectStateMap;
+
+  QMap<int, QStringList>          myObjectDisplayOrderMap;
 
   ViewId2ListOfShapes             myShapesMap;
   ViewId2ListOfVTKPrs             myVTKPrsMap;
-
   bool                            myIsUpdateEnabled;
 
   QStringList                     myGeomObjectsToImport; ///< entries of GEOM objects to be imported