Salome HOME
updated copyright message
[modules/gui.git] / src / OCCViewer / OCCViewer_AxialScaleDlg.h
index fa44076039f408fe789d483d4f05663c8fb86218..2b2cba16dcf83b9c04b140251e6df0e8612fd62a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2023  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 class OCCViewer_ViewWindow;
 class QtxDoubleSpinBox;
 class QPushButton;
+class OCCViewer_Viewer;
 
 class OCCVIEWER_EXPORT OCCViewer_AxialScaleDlg : public QDialog
 {
   Q_OBJECT
 
 public:
-  OCCViewer_AxialScaleDlg( OCCViewer_ViewWindow* );
+  OCCViewer_AxialScaleDlg( OCCViewer_ViewWindow* , OCCViewer_Viewer* );
   ~OCCViewer_AxialScaleDlg();
 
   void Update();
@@ -49,6 +50,7 @@ private:
   QtxDoubleSpinBox*     m_sbYcoeff;
   QtxDoubleSpinBox*     m_sbZcoeff;
   QPushButton*          m_bReset;
+  OCCViewer_Viewer*     myModel;
 };
 
 #endif // OCCVIEWER_AXIALSCALEDLG_H