Salome HOME
Merge branch 'BR_LAND_COVER_MAP' of ssh://git.salome-platform.org/modules/hydro into...
[modules/hydro.git] / src / HYDRO_tests / TestViewer.h
index 73e50b59e29e7e773b2f630a8c902cfb5d9f58ee..d5bd15d6aed14ff9f39c237f3f1792843dc4dcba 100644 (file)
@@ -22,8 +22,11 @@ public:
   static void show( const TopoDS_Shape& theShape, int theMode, bool isFitAll, const QColor& theColor );
   static void show( const TopoDS_Shape& theShape, int theMode, bool isFitAll, const char* theKey );
   static bool AssertImages( QString& theMessage );
+  static QColor GetColor(int i);
 
-  static Handle_Aspect_ColorScale showColorScale();
+  static Handle_Aspect_ColorScale showColorScale( bool );
+
+  static void select( int theViewX, int theViewY );
 
 private:
   static OCCViewer_ViewManager* myViewManager;