Salome HOME
correct selection mode activation
[modules/hydro.git] / src / HYDRO_tests / TestViewer.h
index 73e50b59e29e7e773b2f630a8c902cfb5d9f58ee..61f0d6bb6d9e67cec2ba5996d95a1c14e556c86e 100644 (file)
@@ -22,8 +22,9 @@ 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 );
 
 private:
   static OCCViewer_ViewManager* myViewManager;