Salome HOME
Updated copyright comment
[modules/med.git] / src / MEDCalc / gui / DatasourceController.hxx
index b2097e38c1f135be45a87504b733f198a1f7d054..ec318fdf0e9836f07c495ab1240582b72a27d871 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2024  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -31,8 +31,6 @@
 #include <MEDPresentation.hxx>
 
 #include "XmedDataModel.hxx"
-#include "DlgChangeUnderlyingMesh.hxx"
-#include "DlgInterpolateField.hxx"
 #include "MEDCALCGUI.hxx"
 //
 // The DatasourceController defines data structures and classes to
@@ -88,9 +86,6 @@ public:
   void createActions();
 
 public slots:
-  // Callback connected to dialog box validation signals
-  void OnChangeUnderlyingMeshInputValidated();
-  void OnInterpolateFieldInputValidated();
   void processWorkspaceEvent(const MEDCALC::MedEvent* event);
 
 signals:
@@ -101,8 +96,6 @@ protected slots:
   void OnAddImagesource();
   void OnExpandField();
   void OnUseInWorkspace();
-  void OnChangeUnderlyingMesh();
-  void OnInterpolateField();
 
 private:
   void addDatasource(const char* filename);
@@ -111,10 +104,6 @@ private:
 private:
   MEDModule* _salomeModule;
   SALOME_AppStudyEditor* _studyEditor; // borrowed to MEDModule
-
-  DlgChangeUnderlyingMesh* _dlgChangeUnderlyingMesh;
-  DlgInterpolateField* _dlgInterpolateField;
-
 };
 
 #endif