Salome HOME
Update Help for VISU module.
[modules/visu.git] / src / VISUGUI / VisuGUI_VectorsDlg.h
index 68f560f8a30109b20c5864154823e1e12181c429..70d99b7c5379c902c7c8353b09066defed321ca1 100644 (file)
@@ -1,34 +1,37 @@
 //  VISU VISUGUI : GUI of VISU component
 //
 //  Copyright (C) 2003  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-//  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS 
-// 
-//  This library is free software; you can redistribute it and/or 
-//  modify it under the terms of the GNU Lesser General Public 
-//  License as published by the Free Software Foundation; either 
-//  version 2.1 of the License. 
-// 
-//  This library is distributed in the hope that it will be useful, 
-//  but WITHOUT ANY WARRANTY; without even the implied warranty of 
-//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
-//  Lesser General Public License for more details. 
-// 
-//  You should have received a copy of the GNU Lesser General Public 
-//  License along with this library; if not, write to the Free Software 
-//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
-// 
-//  See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org 
+//  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+//
+//  This library is free software; you can redistribute it and/or
+//  modify it under the terms of the GNU Lesser General Public
+//  License as published by the Free Software Foundation; either
+//  version 2.1 of the License.
+//
+//  This library is distributed in the hope that it will be useful,
+//  but WITHOUT ANY WARRANTY; without even the implied warranty of
+//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+//  Lesser General Public License for more details.
+//
+//  You should have received a copy of the GNU Lesser General Public
+//  License along with this library; if not, write to the Free Software
+//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+//
+//  See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
 //
 //
 //
 //  File   : VisuGUI_VectorsDlg.h
-//  Author : Laurent CORNABE & Hubert ROLLAND 
+//  Author : Laurent CORNABE & Hubert ROLLAND
 //  Module : VISU
 //  $Header$
 
 #ifndef VISUGUI_VECTORSDLG_H
 #define VISUGUI_VECTORSDLG_H
 
+#include "VisuGUI_ScalarBarDlg.h"
+#include "QtxDblSpinBox.h"
+
 #include <qdialog.h>
 #include <qbuttongroup.h>
 #include <qgroupbox.h>
 #include <qlabel.h>
 #include <qspinbox.h>
 #include <qpushbutton.h>
-#include "QAD_SpinBoxDbl.h"
-#include "VISU_PrsObject_i.hh"
 
+#include "SALOMEconfig.h"
+#include CORBA_CLIENT_HEADER(VISU_Gen)
+
+class SalomeApp_Module;
+
+namespace VISU{
+  class Vectors_i;
+}
 
 class VisuGUI_VectorsDlg : public QDialog
-{ 
+{
     Q_OBJECT
 
 public:
-    VisuGUI_VectorsDlg();
-    ~VisuGUI_VectorsDlg();
+    VisuGUI_VectorsDlg (SalomeApp_Module* theModule);
+    ~VisuGUI_VectorsDlg() {};
 
     void   setScaleFactor( double sf );
     double getScaleFactor();
@@ -68,8 +77,10 @@ public:
     void   enableMagnColor( bool enable );
 
     void initFromPrsObject(VISU::Vectors_i* thePrs);
-    void storeToPrsObject(VISU::Vectors_i* thePrs);
+    int storeToPrsObject(VISU::Vectors_i* thePrs);
 
+protected slots:
+  void accept();
 
 private:
     QGroupBox*      TopGroup;
@@ -79,7 +90,7 @@ private:
     QLabel*         LineWidLabel;
     QSpinBox*       LinWid;
     QLabel*         ScaleLabel;
-    QAD_SpinBoxDbl* ScalFact;
+    QtxDblSpinBox*  ScalFact;
     QCheckBox*      UseGlyph;
     QButtonGroup*   TypeGlyph;
     QRadioButton*   RBCones6;
@@ -94,11 +105,12 @@ private:
     QPushButton*    buttonCancel;
 
     QColor          myColor;
+    VisuGUI_ScalarBarPane* myScalarPane;
 
 private slots:
     void enableGlyphType();
- void setVColor();
- void enableSetColor();
   void setVColor();
   void enableSetColor();
 };
 
 #endif // VISUGUI_VECTORSDLG_H