X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDCalc%2Fgui%2FDatasourceController.hxx;h=69b9f8cb639f158fceb4cab92e853f310c037293;hb=6b70a2c6e3ce558ac36cf4b1dc7967da5d4ae7cc;hp=a6b2cf68702b3321e0ffd75992de2d677aa923ef;hpb=10e479e70a8c12d2ed92af46375266826616cf2c;p=modules%2Fmed.git diff --git a/src/MEDCalc/gui/DatasourceController.hxx b/src/MEDCalc/gui/DatasourceController.hxx index a6b2cf687..69b9f8cb6 100644 --- a/src/MEDCalc/gui/DatasourceController.hxx +++ b/src/MEDCalc/gui/DatasourceController.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2015 CEA/DEN, EDF R&D +// Copyright (C) 2007-2016 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -54,7 +54,13 @@ typedef struct { EVENT_IMPORT_OBJECT, // Simply import the object in the workspace EVENT_USE_OBJECT, // Import in the workspace AND define a proxy // variable in the tui console to use it + // presentations + EVENT_VIEW_OBJECT_CONTOUR, + EVENT_VIEW_OBJECT_DEFLECTION_SHAPE, + EVENT_VIEW_OBJECT_POINT_SPRITE, EVENT_VIEW_OBJECT_SCALAR_MAP, + EVENT_VIEW_OBJECT_SLICES, + EVENT_VIEW_OBJECT_VECTOR_FIELD, // these ones forward actions to workspace (and then to python console) EVENT_ADD_DATASOURCE, EVENT_ADD_IMAGE_AS_DATASOURCE, @@ -95,6 +101,11 @@ protected slots: void OnAddImagesource(); void OnExpandField(); void OnVisualizeScalarMap(); + void OnVisualizeContour(); + void OnVisualizeVectorField(); + void OnVisualizeSlices(); + void OnVisualizeDeflectionShape(); + void OnVisualizePointSprite(); void OnUseInWorkspace(); void OnChangeUnderlyingMesh(); void OnInterpolateField();